argmin-rs / argmin

Numerical optimization in pure Rust
http://argmin-rs.org
Apache License 2.0
952 stars 74 forks source link

Slightly better error handling in L-BFGS #416

Closed stefan-k closed 6 months ago

stefan-k commented 6 months ago

Related to #400

codecov-commenter commented 6 months ago

Codecov Report

Attention: 8 lines in your changes are missing coverage. Please review.

Comparison is base (933508f) 90.40% compared to head (0ea3b60) 90.12%.

Files Patch % Lines
crates/argmin/src/solver/quasinewton/lbfgs.rs 46.66% 8 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #416 +/- ## ========================================== - Coverage 90.40% 90.12% -0.29% ========================================== Files 162 162 Lines 20570 19549 -1021 ========================================== - Hits 18597 17618 -979 + Misses 1973 1931 -42 ```

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