Skip to content

Commit

Permalink
Increase n_trials to 100.
Browse files Browse the repository at this point in the history
  • Loading branch information
toshihikoyanase committed Jul 30, 2024
1 parent 29e2092 commit cca4d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/samplers/simulated_annealing/example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
],
"source": [
"study = optuna.create_study(sampler=sampler)\n",
"study.optimize(objective, n_trials=20)"
"study.optimize(objective, n_trials=100)"
]
},
{
Expand Down

0 comments on commit cca4d88

Please sign in to comment.