Skip to content

Commit

Permalink
[docs] optuna variable typo (ray-project#14006)
Browse files Browse the repository at this point in the history
* fix variable name typo

* align
  • Loading branch information
Crissman authored Feb 9, 2021
1 parent 3c8b164 commit 43083b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/ray/tune/suggest/optuna.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ class OptunaSearch(Searcher):
param.suggest_uniform("b", 10, 20)
]
algo = OptunaSearch(
optuna_search = OptunaSearch(
space,
metric="loss",
mode="min")
Expand Down

0 comments on commit 43083b9

Please sign in to comment.