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

Small changes to documentation #548

Closed ChristianZimpelmann closed 3 weeks ago

ChristianZimpelmann commented 4 weeks ago

Fix some typos in documentation and docstrings

Also two more comments/questions:

codecov[bot] commented 4 weeks ago

Codecov Report

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

Files with missing lines Coverage Δ
src/optimagic/optimizers/_pounders/gqtpar.py 90.54% <ø> (ø)
...timagic/optimizers/_pounders/pounders_auxiliary.py 97.32% <ø> (ø)
src/optimagic/optimizers/pounders.py 92.56% <ø> (ø)

... and 1 file with indirect coverage changes

janosg commented 4 weeks ago

Thanks, I'll have a look at your comments. The description of the pounders objective function is definitely outdated. I'll check about scipy_ls_dogleg.

review-notebook-app[bot] commented 3 weeks ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

janosg commented 3 weeks ago

The correct name of the algorithm is scipy_ls_dogbox because it is a dogleg algorithm with support for box constraints. I adjusted the decision tree.