getBoundariesV2 {cocons} | R Documentation |
Simple build of boundaries (v2)
Description
provides a generic set of upper and lower bounds for the L-BFGS-B routine
Usage
getBoundariesV2(coco.object, mean.limits, std.dev.limits,
scale.limits, aniso.limits, tilt.limits, smooth.limits, nugget.limits)
Arguments
coco.object |
(S4) a coco object.
|
mean.limits |
(numeric vector) a vector of c(lower,init,upper) values for the associated param.
|
std.dev.limits |
(numeric vector) a vector of c(lower,init,upper) values for the associated param.
|
scale.limits |
(numeric vector) a vector of c(lower,init,upper) values for the associated param.
|
aniso.limits |
(numeric vector) a vector of c(lower,init,upper) values for the associated param.
|
tilt.limits |
(numeric vector) a vector of c(lower,init,upper) values for the associated param.
|
smooth.limits |
(numeric vector) a vector of c(lower,init,upper) values for the associated param.
|
nugget.limits |
(numeric vector) a vector of c(lower,init,upper) values for the associated param.
|
Value
(list
) a list with boundaries for the optim L-BFGS-B routine
Author(s)
Federico Blasi
[Package
cocons version 0.1.2
Index]