NonlinearSolve.jl icon indicating copy to clipboard operation
NonlinearSolve.jl copied to clipboard

Trust Region Reflective Algorithm

Open avik-pal opened this issue 1 year ago • 0 comments

Is your feature request related to a problem?

Special Trust Region Algorithm for NLLS Problems with bound constraints.

Describe the solution you’d like

See https://nmayorov.wordpress.com/2015/06/19/trust-region-reflective-algorithm/ for a description of the algorithm.

Additional context

First, we need to add bound constraints to the NLLS Problem in SciMLBase

avik-pal avatar May 01 '24 22:05 avik-pal