Skip to content

Commit

Permalink
meet comments (#3088)
Browse files Browse the repository at this point in the history
  • Loading branch information
shanyu-sys committed Nov 30, 2020
1 parent 93b359c commit dbe2c4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyzoo/zoo/automl/search/ray_tune_search_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def _set_search_alg(search_alg, search_alg_params, recipe, search_space):
optimizer=optimizer,
parameter_names=list(search_space.keys()),
))
if search_alg == "bayesopt":
elif search_alg == "bayesopt":
search_alg_params.update({"space": recipe.manual_search_space()})

search_alg_params.update(dict(
Expand Down

0 comments on commit dbe2c4f

Please sign in to comment.