Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


ParBayesianOptimization (version 0.2.0)

calcAcq: Calculate Acquisition Function

Description

Function to be Maximized

Usage

calcAcq(par, GPs, GPe, acq, y_max, kappa, eps)

Arguments

par

Parameter set to predict

GPs

an object of class gp

GPe

an object of class gp

acq

Acquisition function type to be used

y_max

The current maximum known value of the target utility function

kappa

tunable parameter kappa to balance exploitation against exploration

eps

tunable parameter epsilon to balance exploitation against exploration

Value

The acquisition function value.