View source: R/TMB_functions.r
TMBcontrol | R Documentation |
Any arguments to pass to stats::nlminb()
.
TMBcontrol(eval.max = 10000, iter.max = 10000, ...)
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
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.