Utility Maximization Function
Utility Maximization.
Utility_Max(DT_bounds, GP, acq = "ucb", y_max, kappa, eps)
DT_bounds
: hyperparameters lower and upper bounds to limit the search of the acq maxGP
: an object of class GPacq
: Acquisition function type to be usedy_max
: The current maximum known value of the target utility functionkappa
: tunable parameter kappa to balance exploitation against explorationeps
: tunable parameter epsilon to balance exploitation against explorationThe arg max of the acquisition function
Useful links