Skip to content

Commit c52a0ac

Browse files
authored
removes old GP corr parameter change
1 parent ef7d652 commit c52a0ac

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/visualization.ipynb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,7 @@
121121
}
122122
],
123123
"source": [
124-
"gp_params = {'corr': 'cubic'}\n",
125-
"bo.maximize(init_points=2, n_iter=0, acq='ucb', kappa=5, **gp_params)"
124+
"bo.maximize(init_points=2, n_iter=0, acq='ucb', kappa=5)"
126125
]
127126
},
128127
{

0 commit comments

Comments
 (0)