Get the output from an optimizer used in model calibration.
Usage
mp_optimizer_output(model, what = c("latest", "all"))
Details
When objects created by mp_tmb_calibrator
are successfully
passed to mp_optimize
, they build up an
optimization history. This history is recorded as a list of the output
produced by the underlying optimizer (e.g. nlminb
). This
mp_optimizer_output
function returns the latest output by default
or the entire history list.