Closed ChristianZimpelmann closed 3 weeks ago
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% <ø> (ø) |
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
.
Check out this pull request on
See visual diffs & provide feedback on Jupyter Notebooks.
Powered by ReviewNB
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.
Fix some typos in documentation and docstrings
Also two more comments/questions:
If I am not mistaken, the description of
pounders
isn't correct. The criterion function seems to be expected as just returningvalue
how_to_algorithm_selection
mentionsscipy_ls_dogleg
, but this algorithm doesn't seem to be supported, yet.