Skip to content

Commit

Permalink
changes matern kernel param nu
Browse files Browse the repository at this point in the history
Changes from matern nu=1.5 (once diff) to nu=2.5 (twice diff)
  • Loading branch information
fmfn committed Feb 13, 2017
1 parent ce167b4 commit c6c675a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bayes_opt/bayesian_optimization.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def __init__(self, f, pbounds, verbose=1):

# Internal GP regressor
self.gp = GaussianProcessRegressor(
kernel=Matern(),
kernel=Matern(nu=2.5),
n_restarts_optimizer=25,
)

Expand Down

0 comments on commit c6c675a

Please sign in to comment.