From 5ebef50230294fc5d8bba9ad86ff5b0ef09a3c68 Mon Sep 17 00:00:00 2001 From: Yvan Satyawan Date: Wed, 23 Oct 2019 23:07:36 +0200 Subject: [PATCH] Minor grammatical changes Minor grammatical changes to best_practices.rst --- docs/source/best_practices.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/best_practices.rst b/docs/source/best_practices.rst index 70fad4f..0e19547 100644 --- a/docs/source/best_practices.rst +++ b/docs/source/best_practices.rst @@ -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``