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

Allow for LinearSurrogate in BotorchSurrogates #290

Closed jduerholt closed 1 year ago

jduerholt commented 1 year ago

So far LinearSurrogates were not allowed in BotorchSurrogates as mentioned in https://github.com/experimental-design/bofire/issues/286.

This is a fix for it.

jduerholt commented 1 year ago

This feature has already merged accidentially with another feature branch.