| optimResultNimbleList | R Documentation |
nimOptimnimbleList definition for the type of nimbleList returned by nimOptim.
optimResultNimbleList
An object of class list of length 1.
parThe best set of parameters found.
valueThe value of fn corresponding to par.
countsA two-element integer vector giving the number of calls to fn and gr respectively.
convergenceAn integer code. 0 indicates successful completion. Possible error codes are 1 indicates that the iteration limit maxit had been reached. 10 indicates degeneracy of the Nelder-Mead simplex. 51 indicates a warning from the "L-BFGS-B" method; see component message for further details. 52 indicates an error from the "L-BFGS-B" method; see component message for further details.
messageA character string giving any additional information returned by the optimizer, or NULL.
hessianOnly if argument hessian is true. A symmetric matrix giving an estimate of the Hessian at the solution found.
optim, nimOptim
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.