minObjFunPORT: Minimize an objective function with PORT routine (nlminb)

View source: R/utils.R

minObjFunPORTR 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.


incubate documentation built on Sept. 11, 2024, 6:50 p.m.