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

Fix bug in multistart with least-squares optimizers #411

Closed janosg closed 2 years ago

janosg commented 2 years ago

resolves #410

codecov[bot] commented 2 years ago

Codecov Report

Merging #411 (20ae0f6) into main (737f4d7) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #411   +/-   ##
=======================================
  Coverage   92.86%   92.86%           
=======================================
  Files         223      223           
  Lines       17436    17443    +7     
=======================================
+ Hits        16192    16199    +7     
  Misses       1244     1244           
Impacted Files Coverage Δ
tests/optimization/test_tiktak.py 93.25% <ø> (ø)
src/estimagic/optimization/tiktak.py 92.63% <100.00%> (+0.18%) :arrow_up:
tests/optimization/test_multistart.py 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.