-
Notifications
You must be signed in to change notification settings - Fork 478
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. (#1692)
Summary: Pull Request resolved: #1692 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 fbshipit-source-id: e5676c5695d285204e923b976ce3fa4e14eeb85a
- Loading branch information
1 parent
8d93bc2
commit 5bfbeab
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