Expected Maximin Improvement with respect to the current Pareto front with Sample Average Approximation. The semi-analytical formula is used in the bi-objective scale if the Pareto front is in [-2,2]^2, for numerical stability reasons. To avoid numerical instabilities, the new point is penalized if it is too close to an existing observation.
x: a vector representing the input for which one wishes to calculate EMI,
model: list of objects of class km, one for each objective functions,
paretoFront: (optional) matrix corresponding to the Pareto front of size [n.pareto x n.obj], or any reference set of observations,
critcontrol: optional list with arguments (for more than 2 objectives only):
nb.samp number of random samples from the posterior distribution, default to 50, increasing gives more reliable results at the cost of longer computation time;
seed seed used for the random samples.
Options for the checkPredict function: threshold (1e-4) and distance (covdist) are used to avoid numerical issues occuring when adding points too close to the existing ones.
type: "SK" or "UK" (by default), depending whether uncertainty related to trend estimation has to be taken into account.
Returns
The Expected Maximin Improvement at x.
Details
It is recommanded to scale objectives, e.g. to [0,1]. If the Pareto front does not belong to [-2,2]^2, then SAA is used.