calcAcq: Calculate Acquisition Function
Description
Function to be Maximized
Usage
calcAcq(par, scoreGP, timeGP, acq, y_max, kappa, eps)
Arguments
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.