[tune] Refactor search algorithms (#7037)

* start refactoring of search algorithms

* format

* needs tests

* fix

* suggestions

* Fix PBT

* lint

* refactoring

* hyperopt_working

* dragonfly

* hyperopt

* change_half_of_algs

* save

* code-removed

* remove_lots_of_unneccessary

* changes

* formatting

* suggest

* reset

* rm

* tests

* search-change

* exception

* refactor-doc

* search

* py

* moredocs

* Update doc/source/tune-searchalg.rst

* concurrency

* max

* tune

* betterwarning

* bohb

* tests

* test-change

Co-authored-by: ujvl <misraujval@gmail.com>
This commit is contained in:
Richard Liaw
2020-04-27 08:51:13 -07:00
committed by GitHub
co-authored by ujvl
parent 1d5bceddf0
commit 87557a00fa
31 changed files with 527 additions and 611 deletions
+8 -3
View File
@@ -10,6 +10,11 @@ Repeater
.. autoclass:: ray.tune.suggest.Repeater
ConcurrencyLimiter
------------------
.. autoclass:: ray.tune.suggest.ConcurrencyLimiter
AxSearch
--------
@@ -61,10 +66,10 @@ SearchAlgorithm
.. autoclass:: ray.tune.suggest.SearchAlgorithm
:members:
SuggestionAlgorithm
-------------------
Searcher
--------
.. autoclass:: ray.tune.suggest.SuggestionAlgorithm
.. autoclass:: ray.tune.suggest.Searcher
:members:
:private-members:
:show-inheritance: