Skip to content
Snippets Groups Projects
Commit 08043796 authored by Ricardo Ortiz's avatar Ricardo Ortiz
Browse files

ENH: Rename the nonlinear solver

to just NewtonMethod. Update the solve routine
so it always goes into the armijo loop, subsequent
function norms are computed there. If the user wants
to disable the armijo updated then it should set the
armijoMax in the base class. The armijo function now
takes an extra parameter, the old function evaluation
norm.
parent 41df08ca
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment