-
Notifications
You must be signed in to change notification settings - Fork 7.2k
[tune] implement shim instantiation #10456
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
richardliaw
merged 47 commits into
ray-project:master
from
sumanthratna:shim-instantiation
Sep 5, 2020
Merged
Changes from all commits
Commits
Show all changes
47 commits
Select commit
Hold shift + click to select a range
bcea10c
Create ray.tune.suggest.create.create_scheduler
sumanthratna 6a1e20a
Update __init__.py
sumanthratna ede4d92
Resolve conflict in __init__.py
sumanthratna 03c734f
Merge branch 'master' into shim-instantiation
sumanthratna 51dc4cf
Create ray.tune.schedulers.create.create_scheduler
sumanthratna 672cb4e
Update __init__.py
sumanthratna f4309a1
Move create_scheduler to tune.schedulers.__init__
sumanthratna c81917c
Move create_searcher to tune.suggest.__init__
sumanthratna 522d847
Delete tune.suggest.create
sumanthratna ffdeb6f
Delete tune.schedulers.create
sumanthratna 4d930c6
Update imports for shim functions in tune.__init__
sumanthratna bad8f27
Remove shim from tune.suggest.__init__.__all__
sumanthratna 6b2187f
Remove shim from tune.schedulers.__init__.__all__
sumanthratna d640e76
Add ShimCreationTest
sumanthratna 4b3d8fd
Move ShimCreationTest to test_api
sumanthratna ce981ce
Delete test_shim.py
sumanthratna 98f2f40
Add docstring for ray.tune.create_scheduler
sumanthratna 4d7804b
Add docstring to ray.tune.create_searcher
sumanthratna 5406526
Fix typo in ray.tune.create_scheduler docstring
sumanthratna e104320
Fix lint errors in tune.schedulers.__init__
sumanthratna 1a51377
Fix lint errors in tune.suggest.__init__
sumanthratna f633f28
Fix lint errors in tune.suggest.__init__
sumanthratna 1dab52e
Fix lint errors in tune.schedulers.__init__
sumanthratna 8e8c2cd
Fix imports in test_api
sumanthratna e3c6587
Fix lint errors in test_api
sumanthratna cc34803
Fix kwargs in create_searcher
sumanthratna a293ca0
Fix kwargs in create_scheduler
sumanthratna ef2d2c5
Merge branch 'master' into shim-instantiation
sumanthratna e060672
Update use-case in docs in tune.create_scheduler
sumanthratna 4713981
Update use-case in docs in tune.create_searcher
sumanthratna 40a2226
Merge branch 'master' into shim-instantiation
sumanthratna 87cc7af
Remove duplicate pytest run from test_api
sumanthratna 4a459ca
Add check to create_searcher
sumanthratna 2510fc5
Add check to create_scheduler
sumanthratna 6e59daf
lint
richardliaw 368fb0b
Compare types of instances in test_api
sumanthratna 6dcf1f0
Add tune.create_searcher to docs
sumanthratna 2fcd854
Fix doc build
sumanthratna ca29c83
Fix tests
sumanthratna c0c530a
Add tune.create_scheduler to docs
sumanthratna c71fb6e
Fix tests
sumanthratna 158b9e0
Fix lint errors
sumanthratna d891dda
Update Ax search for master
sumanthratna fdaa371
Fix metric kwarg for Ax in test_api
sumanthratna 7cb3ff0
Fix doc build
sumanthratna 667f064
Fix HyperOptSearch import in test_api
sumanthratna ae29d2e
Fix HyperOptSearch import in create_searcher
sumanthratna 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
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.