Skip to content

Commit 9b80597

Browse files
authored
Merge pull request #38 from HashiamKadhim/patch-1
fixed minor typo
2 parents 7385102 + 6251fa4 commit 9b80597

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
@@ -227,7 +227,7 @@ def maximize(self,
227227
sampled must be specified.
228228
229229
:param acq:
230-
Acquisition function to be used, defaults to Expected Improvement.
230+
Acquisition function to be used, defaults to Upper Confidence Bound.
231231
232232
:param gp_params:
233233
Parameters to be passed to the Scikit-learn Gaussian Process object

0 commit comments

Comments
 (0)