mirror of
https://github.com/wassname/ray.git
synced 2026-09-11 12:43:20 +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:
@@ -36,7 +36,6 @@
|
||||
},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"from ray.tune.variant_generator import generate_trials\n",
|
||||
"import yaml\n",
|
||||
"\n",
|
||||
"with open(\"../rllib/tuned_examples/hyperband-cartpole.yaml\") as f:\n",
|
||||
|
||||
Reference in New Issue
Block a user