Skip to content
  • Ricardo Ortiz's avatar
    ENH: Rename the nonlinear solver · 08043796
    Ricardo Ortiz authored
    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.
    08043796