Description Usage Arguments Value Examples
Compute the negative logarithm of the Expected Improvement of a set of candidate solutions. Based on mean and standard deviation of a candidate solution, this estimates the expectation of improvement. Improvement considers the amount by which the best known value (best observed value) is exceeded by the candidates.
1 |
mean |
vector of predicted means of the candidate solutions. |
sd |
vector of estimated uncertainties / standard deviations of the candidate solutions. |
min |
minimal observed value. |
a vector with the negative logarithm of the expected improvement values, -log10(EI).
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.