Fit TMB model

fit_tmb(
  tmb_input,
  outer_verbose = TRUE,
  inner_verbose = FALSE,
  max_iter = 250,
  progress = NULL
)

Arguments

tmb_input

Model input data

outer_verbose

If TRUE print function and parameters every iteration

inner_verbose

If TRUE then disable tracing information from TMB

max_iter

maximum number of iterations

progress

Progress printer, if null no progress printed

Value

Fit model.