Closed mirca closed 12 months ago
In the bayesian optimization tutorial, the parameter of the objective function is initially called x, but theta is used in the code and plots instead. This tinyPR replaces x by theta.
x
theta
Thanks!
In the bayesian optimization tutorial, the parameter of the objective function is initially called
x
, buttheta
is used in the code and plots instead. This tinyPR replacesx
bytheta
.