Module argmin::solver::newton

source ·
Expand description

Newton Methods

Reference

Jorge Nocedal and Stephen J. Wright (2006). Numerical Optimization. Springer. ISBN 0-387-30303-0.

Structs

  • Newton’s method
  • Newton-Conjugate-Gradient (Newton-CG) method