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
266 stars 30 forks source link

small changes to explanation files in documentation #531

Closed ChristianZimpelmann closed 1 month ago

ChristianZimpelmann commented 1 month ago

In addition to the minor changes which I already implemented:

janosg commented 1 month ago

Thanks @ChristianZimpelmann. I will merge my current PR first, which should fix the tests. Then I'll have a look.

I like your suggestion for more interactive plots but I am not sure we will have time to implement it anytime soon.

codecov[bot] commented 1 month ago

Codecov Report

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

see 1 file with indirect coverage changes