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

Use LineSearch.jl directly (once it is ready) #281

Open Vaibhavdixit02 opened 10 months ago

Vaibhavdixit02 commented 10 months ago

Most of the things in linesearch.jl could potentially be useful in other places (Optimization.jl based solvers at least) defined here that might be more generally useful so would be nice to move it out to a separate package

ChrisRackauckas commented 9 months ago

I think that could make sense.