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
226 stars 40 forks source link

Jacobian-Free Krylov Versions for TR/LM/GN #282

Closed avik-pal closed 9 months ago

avik-pal commented 10 months ago

Fixes #167

codecov[bot] commented 10 months ago

Codecov Report

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

Comparison is base (0026bc1) 49.06% compared to head (bcfcc16) 94.04%.

Files Patch % Lines
src/jacobian.jl 91.52% 5 Missing :warning:
src/linesearch.jl 72.72% 3 Missing :warning:
src/NonlinearSolve.jl 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #282 +/- ## =========================================== + Coverage 49.06% 94.04% +44.97% =========================================== Files 19 20 +1 Lines 1824 1896 +72 =========================================== + Hits 895 1783 +888 + Misses 929 113 -816 ```

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

avik-pal commented 9 months ago

@ChrisRackauckas this is good to go on my end