ParBayesianOptimization (version 1.2.1)

calcAcq: Calculate Acquisition Function

Description

Function to be Maximized

Usage

calcAcq(par, scoreGP, timeGP, acq, y_max, kappa, eps)

Arguments

par

Parameter set to predict

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

GPs

an object of class gp

GPe

an object of class gp

Value

The acquisition function value.