This is a first step towards improving convergence behavior on difficult data sets. See https://github.com/openpharma/mmrm/issues/380 for a motivating example. To do: - [ ] Define `optimizer_control` lists to use for the second try optimization - [ ] e.g. `eval.max = 1000, iter.max = 1000` for `nlminb` - [ ] e.g. `maxit = 50000` for `optim` - [ ] For `refit_multiple_optimizers` default to standard `optimizer_control` if not provided otherwise by the user
This is a first step towards improving convergence behavior on difficult data sets.
See #380 for a motivating example.
To do:
optimizer_controllists to use for the second try optimizationeval.max = 1000, iter.max = 1000fornlminbmaxit = 50000foroptimrefit_multiple_optimizersdefault to standardoptimizer_controlif not provided otherwise by the user