Skip to content

Commit df01a63

Browse files
authored
Merge pull request #293 from zhaofeng-shu33/patch-1
Fix typo, Update util.py
2 parents 199fea9 + 89c29dc commit df01a63

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)