-
Notifications
You must be signed in to change notification settings - Fork 480
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Seed Luus Jaakola with left cost since we already know it.
Summary: In scaleup, we already know the cost of the left hand boundary (the plan using min-working set). It's possible the clamped random search might probe the left-hand margin again, which wastes a (cached) call to the partitioner, using up one of our precious iterations without learning anything new. Instead we inform Luus Jaakola search we already know the left margin cost, so in these cases we can choose a new probe point that hopefully discovers a better minimum. Reviewed By: henrylhtsang Differential Revision: D53297896
- Loading branch information
1 parent
ccb7d60
commit 9ec48fe
Showing
3 changed files
with
35 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters