From 170427111d3d18fc4768292279bd24359d2c7e9d Mon Sep 17 00:00:00 2001 From: nabenabe0928 Date: Wed, 7 Aug 2024 19:36:22 +0200 Subject: [PATCH] Add an inline note --- examples/example_hpolib.py | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/example_hpolib.py b/examples/example_hpolib.py index 8a4da4e..2c5b9c9 100644 --- a/examples/example_hpolib.py +++ b/examples/example_hpolib.py @@ -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,