Katana VentraIP

Newton's method in optimization

In calculus, Newton's method (also called Newton–Raphson) is an iterative method for finding the roots of a differentiable function F, which are solutions to the equation F (x) = 0. As such, Newton's method can be applied to the derivative f of a twice-differentiable function f to find the roots of the derivative (solutions to f ′(x) = 0), also known as the critical points of f. These solutions may be minima, maxima, or saddle points; see section "Several variables" in Critical point (mathematics) and also section "Geometric interpretation" in this article. This is relevant in optimization, which aims to find (global) minima of the function f.

Geometric interpretation[edit]

The geometric interpretation of Newton's method is that at each iteration, it amounts to the fitting of a parabola to the graph of at the trial value , having the same slope and curvature as the graph at that point, and then proceeding to the maximum or minimum of that parabola (in higher dimensions, this may also be a saddle point), see below. Note that if happens to be a quadratic function, then the exact extremum is found in one step.

Quasi-Newton method

Gradient descent

Gauss–Newton algorithm

Levenberg–Marquardt algorithm

Trust region

Optimization

Nelder–Mead method

- a function for which Newton's method has very good global convergence rate.[2]: Sec.6.2 

Self-concordant function

Avriel, Mordecai (2003). Nonlinear Programming: Analysis and Methods. Dover Publishing.  0-486-43227-0.

ISBN

Bonnans, J. Frédéric; Gilbert, J. Charles; ; Sagastizábal, Claudia A. (2006). Numerical optimization: Theoretical and practical aspects. Universitext (Second revised ed. of translation of 1997 French ed.). Berlin: Springer-Verlag. doi:10.1007/978-3-540-35447-5. ISBN 3-540-35445-X. MR 2265882.

Lemaréchal, Claude

Fletcher, Roger (1987). (2nd ed.). New York: John Wiley & Sons. ISBN 978-0-471-91547-8.

Practical Methods of Optimization

Givens, Geof H.; Hoeting, Jennifer A. (2013). Computational Statistics. Hoboken, New Jersey: John Wiley & Sons. pp. 24–58.  978-0-470-53331-4.

ISBN

Nocedal, Jorge; Wright, Stephen J. (1999). Numerical Optimization. Springer-Verlag.  0-387-98793-2.

ISBN

Kovalev, Dmitry; Mishchenko, Konstantin; Richtárik, Peter (2019). "Stochastic Newton and cubic Newton methods with simple local linear-quadratic rates". :1912.01597 [cs.LG].

arXiv

Korenblum, Daniel (Aug 29, 2015). . Bl.ocks. ffe9653768cb80dfc0da.

"Newton-Raphson visualization (1D)"