Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source/best_practices.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ We are working on extensions that automate this procedure and incorporate that i
c. When should I change the parameters of the optimizer?
--------------------------------------------------------
Hopefully never, but that is probably not true. We know of cases where we had to tweak the default parameters of BOHB to achieve the best performance.
It's all a bit problem depend, so there is no general advice, but a few rules of thumb
It's all a bit problem dependent, so there is no general advice, but a few rules of thumb.

If BOHB does not find better solutions for a while, but you know/expect better performance is possible, you can try to make it explore more by
1. decreasing ``num_samples``
Expand Down