[tune] Split Search from Scheduling (#2452)

Introduces SearchAlgorithm concept, separate from schedulers in Tune. Moves HyperOpt under this concept.
This commit is contained in:
Richard Liaw
2018-08-04 21:27:39 -07:00
committed by GitHub
parent 9449d07eca
commit 914a433e3f
28 changed files with 920 additions and 415 deletions
+1
View File
@@ -255,6 +255,7 @@ class _MockAgent(Agent):
_default_config = {
"mock_error": False,
"persistent_error": False,
"test_variable": 1
}
def _init(self):