argmin-rs / argmin

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

argmin_testfunctions: Edition 2021, approx crate in tests, fixed size input arrays, const generic Rosenbrock derivative and Hessian #414

Closed stefan-k closed 6 months ago

stefan-k commented 6 months ago
codecov-commenter commented 6 months ago

Codecov Report

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

Comparison is base (a62f6aa) 90.51% compared to head (e588301) 90.39%.

Files Patch % Lines
tools/testfunctions/src/rosenbrock.rs 28.81% 42 Missing :warning:
tools/testfunctions/src/sphere.rs 77.77% 4 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #414 +/- ## ========================================== - Coverage 90.51% 90.39% -0.12% ========================================== Files 162 162 Lines 20373 20573 +200 ========================================== + Hits 18440 18597 +157 - Misses 1933 1976 +43 ```

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