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

Fix LM for banded jacobian #272

Closed avik-pal closed 10 months ago

avik-pal commented 10 months ago
codecov[bot] commented 10 months ago

Codecov Report

Merging #272 (89b2781) into master (b07360f) will increase coverage by 0.07%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #272      +/-   ##
==========================================
+ Coverage   93.49%   93.56%   +0.07%     
==========================================
  Files          19       19              
  Lines        1782     1804      +22     
==========================================
+ Hits         1666     1688      +22     
  Misses        116      116              
Files Coverage Δ
src/NonlinearSolve.jl 98.55% <100.00%> (+0.67%) :arrow_up:
src/levenberg.jl 100.00% <100.00%> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

avik-pal commented 10 months ago

I think we can go ahead with this. The 23 test problems for some seem a bit flaky. This PR doesn't even tough Broyden and it broke...