cranmer / active_sciencing

active learning + reusable workflows + likelihood free inference

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"five random points to initialise things, then five using the GP model"

glouppe opened this issue · comments

Just read through the code.

To achieve "five random points to initialise things, then five using the GP model" in the bayesian optimization loop, one needs to set n_random_starts=5 and n_calls=10, and not n_calls=5 as currently performed in the notebook.

Also, I would recommend using many more calls, as 10 iterations is quite small.

Fixed from our discussions and last changes.