Skip to content

Commit 89c29dc

Browse files
Update util.py
1 parent 91441fe commit 89c29dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bayes_opt/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def acq_max(ac, gp, y_max, bounds, random_state, n_warmup=10000, n_iter=10):
3030
instance of np.RandomState random number generator
3131
3232
:param n_warmup:
33-
number of times to randomly sample the aquisition function
33+
number of times to randomly sample the acquisition function
3434
3535
:param n_iter:
3636
number of times to run scipy.minimize

0 commit comments

Comments
 (0)