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