infillExpectedImprovement: Negative Logarithm of Expected Improvement

Description Usage Arguments Value

View source: R/misc.R

Description

This function calculates the Expected Improvement" of candidate solutions, based on predicted means, standard deviations (uncertainty) and the best known objective function value so far.

Usage

1

Arguments

mean

predicted mean values

sd

predicted standard deviation

min

minimum of all observations so far

Value

Returns the negative logarithm of the Expected Improvement.


CEGO documentation built on May 14, 2021, 1:08 a.m.