-
Notifications
You must be signed in to change notification settings - Fork 448
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create Optimizer in BO Suggestion only for the first run #1057
Create Optimizer in BO Suggestion only for the first run #1057
Conversation
See comment: #1039 (comment) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
It is a great optimization.
@gaocegege Thanks! |
/hold |
After testing BO on big amount of Trials I found few problems.
Also, I added few logging prints in BO. /hold cancel /cc @johnugeorge |
According to the first point, instead of map it is easier to have list of recorded trials name, since they are unique. |
/retest |
1 similar comment
/retest |
/lgtm |
Doesn't SkoptService exist as a singleton instance for the system, to accept all GetSuggestions request? |
@ever-cheng No. algorithm service is deployed per experiment |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: johnugeorge The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Fixes: #1039.
In this PR I added
is_first_run
flag.We must create
Optimizer
instance usingsearch_space
only for the firstGetSuggestions
call./assign @gaocegege @johnugeorge
This change is