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

Limited Memory Broyden Rank Reduction

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

See https://docs.scipy.org/doc/scipy/reference/generated/scipy.optimize.broyden2.html#scipy-optimize-broyden2 and https://web.archive.org/web/20161022015821/http://www.math.leidenuniv.nl/scripties/Rotten.pdf for rank-reduction.

The currently implemented version corresponds to "simple". We would want to have the other variants as well.

avik-pal avatar Jan 06 '24 07:01 avik-pal