JuliaNLSolvers / NLsolve.jl

Julia solvers for systems of nonlinear equations and mixed complementarity problems
Other
325 stars 66 forks source link

Allow (and take advantage of) NonDifferentiable in Anderson. #203

Closed pkofod closed 5 years ago

pkofod commented 5 years ago

I've had big plans for re-organizing this package for along time, but excuses, excuses and excuses. I really would want to branch off of traits on the algorithms instead of checking for :anderson (what if another acceleration scheme is added?), but this will work for now.

antoine-levitt commented 5 years ago

(what if another acceleration scheme is added?)

Acceleration I don't know, but there are a number of schemes (Broyden and its variants) that don't use jacobian information either.