dfm / george

Fast and flexible Gaussian Process regression in Python
http://george.readthedocs.io
MIT License
445 stars 128 forks source link

Fix minor inconsistent notation in bayesopt tutorial #164

Closed mirca closed 7 months ago

mirca commented 7 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.

dfm commented 7 months ago

Thanks!