Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor grammatical changes #72

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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