TMBcontrol: Optimization control options stolen from sdmTMB

View source: R/TMB_functions.r

TMBcontrolR Documentation

Optimization control options stolen from sdmTMB

Description

Any arguments to pass to stats::nlminb().

Usage

TMBcontrol(eval.max = 10000, iter.max = 10000, ...)

Arguments

eval.max

Maximum number of evaluations of the objective function allowed.

iter.max

Maximum number of iterations allowed.

...

Anything else. See the 'Control parameters' section of stats::nlminb().


carrieholt/KF-funcs documentation built on July 26, 2022, 7:24 a.m.