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.
The text was updated successfully, but these errors were encountered:
You can try adding a keyword argument to minimisehere
Then keep track of the number of evaluations and exit the loop when the maximum number has been reached.
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.
The text was updated successfully, but these errors were encountered: