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

Add a default for NLLS #277

Closed avik-pal closed 10 months ago

codecov[bot] commented 10 months ago

Codecov Report

Merging #277 (be6d69e) into master (5e8149a) will decrease coverage by 0.14%. The diff coverage is 88.23%.

@@            Coverage Diff             @@
##           master     #277      +/-   ##
==========================================
- Coverage   93.30%   93.17%   -0.14%     
==========================================
  Files          19       19              
  Lines        1808     1817       +9     
==========================================
+ Hits         1687     1693       +6     
- Misses        121      124       +3     
Files Coverage Δ
ext/NonlinearSolveFastLevenbergMarquardtExt.jl 91.66% <100.00%> (+0.36%) :arrow_up:
ext/NonlinearSolveLeastSquaresOptimExt.jl 95.83% <100.00%> (+0.18%) :arrow_up:
src/NonlinearSolve.jl 98.55% <ø> (ø)
src/default.jl 77.01% <81.81%> (-0.49%) :arrow_down:

... and 1 file with indirect coverage changes

:mega: Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!