Acquisition Optimizer Ifc
Strategy for maximizing an acquisition function over the feasible region. This optimization uses the surrogate only — it makes no simulation oracle calls — so it can afford a large number of candidate evaluations.
Inheritors
Functions
Link copied to clipboard
abstract fun optimize(acq: AcquisitionFunctionIfc, surrogate: SurrogateModelIfc, incumbent: Double, bo: BayesianOptimizationSolver): InputMap
Returns the input point that (approximately) maximizes acq over the feasible region.