Skip to content

Commit 7a45bc5

Browse files
committed
Fix and Compressed images
1 parent c15c661 commit 7a45bc5

File tree

4 files changed

+2
-1
lines changed

4 files changed

+2
-1
lines changed

docs/source/tutorials_for_users/how_to_use_benchmarks.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ There are also some benchmarks that have constraints.
6161
6262
study = optuna.create_study(
6363
sampler=optuna.samplers.TPESampler(
64-
constraints_func=constrained_sphere2d.constraints_func
64+
constraints_func=constrained_sphere2d.constraints_func,
65+
seed=42
6566
),
6667
directions=constrained_sphere2d.directions
6768
)
-89.2 KB
Loading
-93.9 KB
Loading
-114 KB
Loading

0 commit comments

Comments
 (0)