-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Labels
enhancementNew feature or requestNew feature or request
Description
What would you like to enhance and why? Is it related to an issue/problem?
Some algorithms support the stopping_maxfun: int
option, which stops the optimization if that number of function evaluations took place. Unfortunately, many algorithms do not support it.
Describe the solution you'd like
For algorithms that do not support the option, we handle it via optimagic.
Implementation ideas
The implementation would be algorithm / library specific. Some thoughts to consider:
- How to handle parallelism and batch evaluations?
- Does the library support callbacks / early stopping?
- Do we need to raise / catch some custom exception?
lesshaste
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request