Skip to content

Commit c6c675a

Browse files
authored
changes matern kernel param nu
Changes from matern nu=1.5 (once diff) to nu=2.5 (twice diff)
1 parent ce167b4 commit c6c675a

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
@@ -57,7 +57,7 @@ def __init__(self, f, pbounds, verbose=1):
5757

5858
# Internal GP regressor
5959
self.gp = GaussianProcessRegressor(
60-
kernel=Matern(),
60+
kernel=Matern(nu=2.5),
6161
n_restarts_optimizer=25,
6262
)
6363

0 commit comments

Comments
 (0)