EmuKit / emukit

A Python-based toolbox of various methods in decision making, uncertainty quantification and statistical emulation: multi-fidelity, experimental design, Bayesian optimisation, Bayesian quadrature, etc.
https://emukit.github.io/emukit/
Apache License 2.0
605 stars 128 forks source link

Fix to feed raw (non-transformed) s to the model/acquisition #242

Closed henrymoss closed 5 years ago

henrymoss commented 5 years ago

Fabolas currently transforms the fidelity space to a log scale, however, the fabolas model/acquisitions are expecting the fidelity pre-transform.

I have discussed this fix with @aaronkl

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.