optimagic-dev / optimagic

optimagic is a Python package for numerical optimization. It is a unified interface to optimizers from SciPy, NlOpt and other packages. optimagic's minimize function works just like SciPy's, so you don't have to adjust your code. You simply get more optimizers for free. On top you get diagnostic tools, parallel numerical derivatives and more.
https://optimagic.readthedocs.io/
MIT License
270 stars 30 forks source link

Which Optimizer to Choose #536

Closed mpetrosian closed 4 weeks ago

mpetrosian commented 2 months ago

Update the how_to_algorithm_selection notebook to include guidelines for algorithm selection based on theory.

review-notebook-app[bot] commented 2 months ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

see 1 file with indirect coverage changes

janosg commented 4 weeks ago

Thanks @ChristianZimpelmann and @hmgaudecker for the feedback. I think this made the guide much clearer!