Skip to content

Commit

Permalink
Merge branch 'main' into bhargav-pca
Browse files Browse the repository at this point in the history
  • Loading branch information
devksingh4 authored Apr 12, 2024
2 parents 94d40e7 + 83d455e commit 02e7767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notes/optimization.md
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ $$\bf{x_0} = \textbf{starting guess}$$
$$\bf{x_{k+1}} = x_k - \frac{f'(x_k)}{f''(x_k)}$$

The method typically **converges quadratically**, provided that $$x_k$$ is
sufficiently close to the local minimum. In other words, Newton's method has local convergence, and may ay fail to converge, or converge to a maximum or point of inflection.
sufficiently close to the local minimum. In other words, Newton's method has local convergence, and may fail to converge, or converge to a maximum or point of inflection.

For Newton's method for optimization
in 1-D, we evaluate $$f'(x_k)$$ and $$f''(x_k)$$, so it requires 2 function
Expand Down

0 comments on commit 02e7767

Please sign in to comment.