pub fn bayesian_optimization<F>(
f: &F,
config: BayesOptConfig,
) -> Result<BayesOptReport>Expand description
Minimise f with Gaussian-process Bayesian optimisation.
The objective receives parameters in the original coordinate system.
Internally the surrogate is fit on normalised [0, 1]^n coordinates.