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.
infillExpectedImprovement(mean, sd, min)
Returns the negative logarithm of the Expected Improvement.
predicted mean values
predicted standard deviation
minimum of all observations so far