abess-team / skscope

skscope: Sparse-Constrained OPtimization via itErative-solvers
https://skscope.readthedocs.io
MIT License
312 stars 13 forks source link

feat(numeric_solver): add a new numeric algo 'BFGS' #77

Closed bbayukari closed 6 months ago

bbayukari commented 6 months ago

use scipy.optimize.minimize with method 'BFGS'

codecov[bot] commented 6 months ago

Codecov Report

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

Comparison is base (9ad8d30) 95.43% compared to head (9b7789e) 95.45%. Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #77 +/- ## ========================================== + Coverage 95.43% 95.45% +0.02% ========================================== Files 19 19 Lines 2101 2113 +12 Branches 653 653 ========================================== + Hits 2005 2017 +12 Misses 66 66 Partials 30 30 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.