You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
idea: provide additional default optimizers that has larger maxit or eval.max, if needed they will be executed after the first failure. or, provide batches of optimizer?
with this it can be a bit cleaner, and we don't need to mess up the defaults and user control (e.g. what if a user already provides a optimizer with maxeval set to a larger number? shall we retry with a even larger max eval?)
This is a first step towards improving convergence behavior on difficult data sets.
See #380 for a motivating example.
To do:
optimizer_control
lists to use for the second try optimizationeval.max = 1000, iter.max = 1000
fornlminb
maxit = 50000
foroptim
refit_multiple_optimizers
default to standardoptimizer_control
if not provided otherwise by the userThe text was updated successfully, but these errors were encountered: