argmin::solver::newton

Module newton_method

Source
Expand description

Newton’s method

§References:

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

Structs§

  • Newton’s method iteratively finds the stationary points of a function f by using a second order approximation of f at the current point.