[tune] Search Alg delay import + CLI timing test (#4230)

This commit is contained in:
Adi Zimmerman
2019-04-03 08:52:45 -07:00
committed by Richard Liaw
parent 68ccc4d3cf
commit 51dae23d5c
13 changed files with 79 additions and 50 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ from __future__ import print_function
import ray
from ray.tune import run
from ray.tune.schedulers import AsyncHyperBandScheduler
from ray.tune.suggest import HyperOptSearch
from ray.tune.suggest.hyperopt import HyperOptSearch
def easy_objective(config, reporter):