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 |
a coco object |
mean.limits |
a vector of c(lower,init,upper) values for the associated param. |
std.dev.limits |
a vector of c(lower,init,upper) values for the associated param. |
scale.limits |
a vector of c(lower,init,upper) values for the associated param. |
aniso.limits |
a vector of c(lower,init,upper) values for the associated param. |
tilt.limits |
a vector of c(lower,init,upper) values for the associated param. |
smooth.limits |
a vector of c(lower,init,upper) values for the associated param. |
nugget.limits |
a vector of c(lower,init,upper) values for the associated param. |
Value
a list with boundaries for the optim L-BFGS-B routine
Author(s)
Federico Blasi
[Package cocons version 0.1 Index]