minObjFunPORT {incubate} | R Documentation |
Minimize an objective function with PORT routine (nlminb)
Description
Minimize an objective function with PORT routine (nlminb)
Usage
minObjFunPORT(objFun, start, lower = -Inf, upper = +Inf, verbose = 0)
Arguments
objFun |
objective function |
start |
numeric vector of parameter values to start optimization |
lower |
numeric. lower bound for parameters (boxed constraint) |
upper |
numeric. upper bound for parameters (boxed constraint) |
verbose |
numeric. Verbosity level. |
[Package incubate version 1.3.0 Index]