buildBO: Bayesian Optimization Model Interface
Description
Bayesian Optimization Model Interface
Usage
buildBO(x, y, control = list())
Arguments
x
matrix of input parameters. Rows for each point, columns for each parameter.
y
one column matrix of observations to be modeled.
control
list of control parameters
Value
an object of class "spotBOModel",
with a predict method and a print method.