Kernel: Unknown Kernel
Illustration of Newton's method for minimizing a 1d function. (a) The solid curve is the function . The dotted line is its second order approximation at . The Newton step is what must be added to to get to the minimum of . Adapted from Figure 13.4 of \citep{Vandenberghe06}. Generated by newtonsMethodMinQuad.ipynb . (b) Illustration of Newton's method applied to a nonconvex function. We fit a quadratic function around the current point and move to its stationary point, . Unfortunately, this takes us near a local maximum of , not minimum. This means we need to be careful about the extent of our quadratic approximation. Adapted from Figure 13.11 of \citep{Vandenberghe06}. Generated by newtonsMethodNonConvex.ipynb .