getBoundaries {cocons}R Documentation

Simple build of boundaries

Description

provides a generic set of upper and lower bounds for the L-BFGS-B routine

Usage

getBoundaries(x, lower.value, upper.value)

Arguments

x

a coco.object or a par.pos list (as output from getDesignMatrix)

lower.value

if provided, provides a vector filled with values lower.value.

upper.value

if provided, provides a vector filled with values upper.value.

Value

a list with boundaries and simple init values for the optim L-BFGS-B routine

Author(s)

Federico Blasi


[Package cocons version 0.1 Index]