-
Notifications
You must be signed in to change notification settings - Fork 71
Add LFBO Pattern Search #1115
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
Merged
+624
−38
Merged
Add LFBO Pattern Search #1115
Changes from all commits
Commits
Show all changes
69 commits
Select commit
Hold shift + click to select a range
9c3e56a
Adding UCBPatternSearch autotuner and fragment_encoder
8035c8e
add tests and import
e24b529
moved config encoding to config_fragment
e5be414
Merge remote-tracking branch 'upstream/main' into ucb_pattern_search
140b3b2
adapt ucb_pattern_search to new encoder
ca99252
merged new config fragment
899d30d
imports
c6fc4cc
Merge branch 'main' into ucb_pattern_search
ethche 13ea3b4
remove encode_scalar
9cf7dbe
Merge branch 'ucb_pattern_search' of https://github.com/ethche/helion…
3b739f5
fix imports
62aaf77
early stopping helper for pattern search
97963f5
fix tests
a0ef224
fix dim
018a626
ucb fix lints and better hyperparams
2a65701
revert linter changes
79c0fa3
name change
c2a578f
revert unrelated changes in config_generation
fc2929d
revert unrelated changes in config_generation
44c925d
save gp state
70a46fe
better ucb docstring
f837953
combined dependencies
2c2eec9
fix pyproject
74b0754
reverting unrelated changes to comments
d9cce1e
no need for encode for integer fragment, inherit from base integer
3437347
Merge branch 'main' into ucb_pattern_search
ethche 4a791a9
optimize batch UCB function, simplify batch selection
913b330
Merge branch 'ucb_pattern_search' of https://github.com/ethche/helion…
047509d
batch optimization by default
eb430ce
LFBO instead of ucb_pattern_search
33803df
LFBO tests
b6c24cc
LFBO better docstring
e3106a8
LFBO remove patience feature
1c810f0
LFBO imports
c25362d
Fix comments
b5a65be
Fix test names
e30bdad
Merge branch 'main' into ucb_pattern_search
ethche 062be0c
remove comma
fcb070d
Fix comments
1572172
Fix comments
b6b191e
better lfbo hyperparams
4301669
rename to surrogate
eef301f
fix linter error for candidates
5bf793f
Merge branch 'main' into ucb_pattern_search
ethche de6fd3e
lower case train x train y
f534766
remove is_categorical
edf6313
no shape catching for scores
b3d471b
test remove ignores for linter jobs
5f600b3
test that dim matches length of encoded value
deba301
update linter to install surrogate dependencies
1670416
Merge branch 'ucb_pattern_search' of https://github.com/ethche/helion…
bc0de49
remove another type ignore
bc8755e
Merge branch 'main' into ucb_pattern_search
ethche 5373a26
add patience and increase init pop
22ba0ad
set lfbo to be autotuner for benchmark ci
d87a05a
quantile among finite, fixes shape error
172ed3d
better generalization for surrogate
5bc1cd3
Merge branch 'main' into ucb_pattern_search
ethche 9ddf6d8
revert env-vars
8db5ecb
Merge branch 'ucb_pattern_search' of https://github.com/ethche/helion…
2b1ff4b
fix docstring
2112052
debug msg
a498da5
patience
7cb0746
restore init
c813772
patience
5f66cc2
patience
7dc6524
remove score logging
a4fc388
Merge branch 'main' into ucb_pattern_search
ethche 960e526
better docs for _fit_surrogate
ethche File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.