Skip to content

Commit

Permalink
Add an inline note
Browse files Browse the repository at this point in the history
  • Loading branch information
nabenabe0928 committed Aug 7, 2024
1 parent 55c55a0 commit 1704271
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/example_hpolib.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ def objective(trial: optuna.Trial) -> float:


module = optunahub.load_module(package="samplers/tpe_tutorial")
# NOTE: Please check https://hub.optuna.org/samplers/tpe_tutorial/ for the parameter descriptions.
tpe_config = {
"consider_prior": True,
"consider_magic_clip": True,
Expand Down

0 comments on commit 1704271

Please sign in to comment.