-
Notifications
You must be signed in to change notification settings - Fork 7.2k
[tune] refactor tune search space #10444
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
Merged
Changes from all commits
Commits
Show all changes
54 commits
Select commit
Hold shift + click to select a range
a16c807
Added basic functionality and tests
6750060
Feature parity with old tune search space config
47c8f23
Merge branch 'master' into tune-search-space
aaaab73
Convert Optuna search spaces
546e9ba
Introduced quantized values
4d75d91
Merge branch 'master' of https://github.com/ray-project/ray into tune…
18535a6
Updated Optuna resolving
3ab491c
Added HyperOpt search space conversion
cba10d8
Convert search spaces to AxSearch
f83ed33
Convert search spaces to BayesOpt
c93fb76
Added basic functionality and tests
2ffbdca
Feature parity with old tune search space config
13a153c
Convert Optuna search spaces
6abffaa
Introduced quantized values
2cbd77b
Updated Optuna resolving
c68b9c4
Added HyperOpt search space conversion
1167c75
Convert search spaces to AxSearch
a4f2d2d
Convert search spaces to BayesOpt
bd7ed77
Re-factored samplers into domain classes
e1ba45c
Re-added base classes
9d32499
Re-factored into list comprehensions
24ff642
Merge remote-tracking branch 'origin/tune-search-space' into tune-sea…
e46b632
Added `from_config` classmethod for config conversion
0089a63
Applied suggestions from code review
e8f31c0
Removed truncated normal distribution
e4b404f
Set search properties in tune.run
8e74a1b
Added test for tune.run search properties
77c3cd7
Move sampler initializers to base classes
3642e2d
Add tune API sampling test, fixed includes, fixed resampling bug
d9cb33f
Add to API docs
1db85b9
Merge branch 'master' of https://github.com/ray-project/ray into tune…
98623f3
Fix docs
65f6c9a
Update metric and mode only when set. Set default metric and mode to …
04cc380
Fix experiment analysis tests
e921039
Raise error when delimiter is used in the config keys
7940dbc
Added randint/qrandint to API docs, added additional check in tune.run
8a8b880
Fix tests
a4fbcf0
Fix linting error
e60eb76
Applied suggestions from code review. Re-aded tune.function for the t…
1aaff61
Fix sampling tests
49c2b4f
Fix experiment analysis tests
2b209cb
Fix tests and linting error
1a78055
Removed unnecessary default_config attribute from OptunaSearch
00e26c9
Merge branch 'master' of https://github.com/ray-project/ray into tune…
cb87044
Revert to set AxSearch default metric
3b04346
fix-min-max
richardliaw b7f7f67
fix
richardliaw 49bf48d
nits
richardliaw 84275d1
Added function check, enhanced loguniform error message
0222f16
fix-print
richardliaw a9b4069
Merge branch 'tune-search-space' of github.com:krfricke/ray into tune…
richardliaw d72ccf1
fix
richardliaw 3070cda
fix
richardliaw b53b653
Raise if unresolved values are in config and search space is already set
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
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
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.