Skip to content

Commit 2e860f6

Browse files
committed
wip
1 parent 2c95f8c commit 2e860f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bayes_opt/bayesian_optimization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def __init__(self, f, pbounds, random_state):
2323
self.bounds = np.array(list(pbounds.values()), dtype=np.float)
2424
self.dim = len(pbounds)
2525

26-
# Place to constant-time append new values
26+
# Place append new values in constant-time
2727
self.new_Xs = []
2828
self.new_Ys = []
2929

0 commit comments

Comments
 (0)