mkm-class: A S4 class of multiple Kriging models

Description Usage Arguments Methods (by generic) Slots

Description

A S4 class of multiple Kriging models

Usage

1
2
## S4 method for signature 'mkm'
show(object)

Arguments

object

A mkm object.

Methods (by generic)

Slots

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.


moko documentation built on July 2, 2020, 3:59 a.m.