Closed jduerholt closed 1 year ago
This PR fixes the problem that when calling in a botorch based strategy the predict method the result deviates from calling predict on the underlying surrogate in the standard deviation. observation_noise has to be included in both cases.
predict
observation_noise
This PR fixes the problem that when calling in a botorch based strategy the
predict
method the result deviates from calling predict on the underlying surrogate in the standard deviation.observation_noise
has to be included in both cases.