A Python-based toolbox of various methods in decision making, uncertainty quantification and statistical emulation: multi-fidelity, experimental design, Bayesian optimisation, Bayesian quadrature, etc.
matplotlib imports and configuration at head of tutorial were misleading - all plotting preparation went unused in this notebook.
SeqeuntialPointCalculator import and instantiation as point_calculator was misleading - it went unused vis a vis the OuterLoop BayesianOptimizationLoop instantiated with acquisition and model.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Issue #, if available: NA
Description of changes:
point_calculator
was misleading - it went unused vis a vis the OuterLoop BayesianOptimizationLoop instantiated withacquisition
andmodel
.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.