ParBayesianOptimization (version 0.0.1)

calcAcq: Calculate Acquisition Function

Description

Function to be Maximized

Usage

calcAcq(Params, GP, acq, y_max, kappa, eps)

Arguments

Params

Parameter set to predict

GP

an object of class gp or gp.list

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.