Surrogate Model Ifc
A surrogate model that is fit to noisy observations and predicts a posterior mean and variance at an arbitrary input point. Bayesian optimization optimizes a cheap acquisition function over this surrogate rather than over the expensive simulation.
Inheritors
Types
Link copied to clipboard
A posterior prediction: the mean and (non-negative) variance, with a convenience standardDeviation.
Functions
Link copied to clipboard
Fits the surrogate to the supplied observations.
Link copied to clipboard
Predicts the posterior mean and variance at x. The model must have been fit first.