SciML / NonlinearSolve.jl

High-performance and differentiation-enabled nonlinear solvers (Newton methods), bracketed rootfinding (bisection, Falsi), with sparsity and Newton-Krylov support.
https://docs.sciml.ai/NonlinearSolve/stable/
MIT License
221 stars 39 forks source link

[WIP] Take on LsqFit.jl #339

Closed avik-pal closed 7 months ago

avik-pal commented 7 months ago

Checklist

codecov[bot] commented 7 months ago

Codecov Report

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

Comparison is base (eabb403) 88.47% compared to head (3d820aa) 84.27%.

Files Patch % Lines
src/curve_fit.jl 0.00% 17 Missing :warning:
src/utils.jl 0.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #339 +/- ## ========================================== - Coverage 88.47% 84.27% -4.20% ========================================== Files 26 27 +1 Lines 2048 2067 +19 ========================================== - Hits 1812 1742 -70 - Misses 236 325 +89 ```

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