-
Notifications
You must be signed in to change notification settings - Fork 69
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
Open
ethche
wants to merge
42
commits into
pytorch:main
Choose a base branch
from
ethche:ucb_pattern_search
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+621
−37
Open
Add LFBO Pattern Search #1115
Changes from all commits
Commits
Show all changes
42 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
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
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.