A S4 class of multiple Kriging models
# S4 method for mkm
show(object)A mkm object.
show: Custom print for mkm objects
kmA list of km objectives.
objectiveA Numeric vector representing the index of the objective
models in km.
designNumeric data.frame of the designs (decision space).
d,n,m,jNumeric values for the number of dimensions, designs, objectives and constraints, respectively.
responseNumeric data.frame of the observed responses (objectives and constraints) at each design point.
feasibleLogical vector stating which designs are feasible.
controlA list of controls for function backtracking, this list
contains all the input parameters that are passed to the km
function.