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.
2 parents 87e452c + 2a65345 commit b0a5e13Copy full SHA for b0a5e13
bayes_opt/bayesian_optimization.py
@@ -79,7 +79,7 @@ class BayesianOptimization(Observable):
79
80
random_state: int or numpy.random.RandomState, optional(default=None)
81
If the value is an integer, it is used as the seed for creating a
82
- numpy.random.RandomState. Otherwise the random state provieded it is used.
+ numpy.random.RandomState. Otherwise the random state provided it is used.
83
When set to None, an unseeded random state is generated.
84
85
verbose: int, optional(default=2)
0 commit comments