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

Support line searches, trust region, and pseudo-transient with nonlinear least squares #252

Closed ChrisRackauckas closed 9 months ago

avik-pal commented 9 months ago

TR support will be in once that PR is merged.

PT for NLLS is just LM with a different damping scheme. PT doesn't seem to work for general problems so not sure it is worth adding explicit support for it.