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

Trust Region Methods for Nonlinear Least Squares Problem #311

Closed avik-pal closed 7 months ago

avik-pal commented 7 months ago

Lol, it was a 1 line change.

The Yuan scheme had an inconsistency, but it has been fixed.

Fixes #252

codecov[bot] commented 7 months ago

Codecov Report

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

Comparison is base (b0c28f1) 89.37% compared to head (26082c7) 89.20%.

Files Patch % Lines
src/jacobian.jl 85.71% 2 Missing :warning:
src/trustRegion.jl 75.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #311 +/- ## ========================================== - Coverage 89.37% 89.20% -0.18% ========================================== Files 23 23 Lines 1939 1945 +6 ========================================== + Hits 1733 1735 +2 - Misses 206 210 +4 ```

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