pub fn acquisition_value(
acq: AcquisitionFn,
mean: f64,
var: f64,
best_y: f64,
kappa: f64,
xi: f64,
) -> f64Expand description
Evaluate the acquisition function at a single point.
mean,varare the GP posterior moments at the candidate.best_yis the best observed value so far (for EI and PI).kappais the exploration weight for UCB.xiis the exploration–exploitation trade-off for EI/PI.