experimental-design / bofire

Experimental design and (multi-objective) bayesian optimization.
https://experimental-design.github.io/bofire/
BSD 3-Clause "New" or "Revised" License
222 stars 23 forks source link

Remove prior and add test #292

Closed jduerholt closed 1 year ago

jduerholt commented 1 year ago

Currently the linear surrogate is not dumpable due to a problem in gpytorch when a variance priors gets assigned. As a hotfix, we do not apply a variance prior to the linear kernel as default.