Sumanth Ratna
|
54215ff287
|
[tune] implement shim instantiation (#10456)
* Create ray.tune.suggest.create.create_scheduler
* Update __init__.py
* Resolve conflict in __init__.py
* Create ray.tune.schedulers.create.create_scheduler
* Update __init__.py
* Move create_scheduler to tune.schedulers.__init__
* Move create_searcher to tune.suggest.__init__
* Delete tune.suggest.create
* Delete tune.schedulers.create
* Update imports for shim functions in tune.__init__
* Remove shim from tune.suggest.__init__.__all__
* Remove shim from tune.schedulers.__init__.__all__
* Add ShimCreationTest
* Move ShimCreationTest to test_api
* Delete test_shim.py
* Add docstring for ray.tune.create_scheduler
* Add docstring to ray.tune.create_searcher
* Fix typo in ray.tune.create_scheduler docstring
* Fix lint errors in tune.schedulers.__init__
* Fix lint errors in tune.suggest.__init__
* Fix lint errors in tune.suggest.__init__
* Fix lint errors in tune.schedulers.__init__
* Fix imports in test_api
* Fix lint errors in test_api
* Fix kwargs in create_searcher
* Fix kwargs in create_scheduler
* Merge branch 'master' into shim-instantiation
* Update use-case in docs in tune.create_scheduler
* Update use-case in docs in tune.create_searcher
* Remove duplicate pytest run from test_api
* Add check to create_searcher
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
* Add check to create_scheduler
* lint
* Compare types of instances in test_api
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
* Add tune.create_searcher to docs
* Fix doc build
* Fix tests
* Add tune.create_scheduler to docs
* Fix tests
* Fix lint errors
* Update Ax search for master
* Fix metric kwarg for Ax in test_api
* Fix doc build
* Fix HyperOptSearch import in test_api
* Fix HyperOptSearch import in create_searcher
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
|
2020-09-05 09:36:42 -07:00 |
|
krfricke
|
0ef8224446
|
[tune] PBT replay utility scheduler (#9953)
Co-authored-by: Kai Fricke <kai@anyscale.com>
|
2020-08-07 12:41:49 -07:00 |
|
Richard Liaw
|
a567f7977c
|
[tune] Put examples under proper version control (#9427)
Co-authored-by: krfricke <krfricke@users.noreply.github.com>
|
2020-07-13 18:01:10 -07:00 |
|
Richard Liaw
|
b71c912da7
|
[tune] Fix up examples (#9201)
|
2020-07-05 01:16:20 -07:00 |
|
goulou
|
9b4428c668
|
[ASHA][docs] Change default value of "brackets" (#9101)
Closes #9058
|
2020-06-23 14:43:27 -07:00 |
|
Richard Liaw
|
87cbf2aedd
|
[docs][tune] Make search algorithm, scheduler docs better! (#8179)
|
2020-05-17 12:19:44 -07:00 |
|
Richard Liaw
|
b506f87117
|
[tune] New Doc edits, add Concepts page (#8083)
Co-Authored-By: Sven Mika <sven@anyscale.io>
|
2020-04-25 18:25:56 -07:00 |
|
Richard Liaw
|
e311013afd
|
[tune] Reformat Sections of API Reference (#7706)
* moveit
* moveit
* docstrings to ref
* Update tune-usage.rst
Co-authored-by: Sven Mika <sven@anyscale.io>
|
2020-03-23 12:23:21 -07:00 |
|