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
Sometimes evaluating the error function is quite expensive, so it's good if one can provide a maximum number of function evaluation as an option to minimise. This would also allow to benchmark the method for a fixed function call budget.
@dpsanders I can try to do a PR if you give me some pointers.