We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91441fe commit 89c29dcCopy full SHA for 89c29dc
bayes_opt/util.py
@@ -30,7 +30,7 @@ def acq_max(ac, gp, y_max, bounds, random_state, n_warmup=10000, n_iter=10):
30
instance of np.RandomState random number generator
31
32
:param n_warmup:
33
- number of times to randomly sample the aquisition function
+ number of times to randomly sample the acquisition function
34
35
:param n_iter:
36
number of times to run scipy.minimize
0 commit comments