mirror of
https://github.com/wassname/ray.git
synced 2026-07-14 11:17:54 +08:00
[tune] Split Search from Scheduling (#2452)
Introduces SearchAlgorithm concept, separate from schedulers in Tune. Moves HyperOpt under this concept.
This commit is contained in:
@@ -255,6 +255,7 @@ class _MockAgent(Agent):
|
||||
_default_config = {
|
||||
"mock_error": False,
|
||||
"persistent_error": False,
|
||||
"test_variable": 1
|
||||
}
|
||||
|
||||
def _init(self):
|
||||
|
||||
Reference in New Issue
Block a user