Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiyaok2 committed Apr 18, 2024
1 parent 2a081b0 commit 0cc55aa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions notes/optimization.md
Original file line number Diff line number Diff line change
Expand Up @@ -606,8 +606,7 @@ The negative of the gradient of a differentiable function $$f: \mathbb{R}^n\to\m

This hints us to move in the direction of $$-\nabla
f$$ while searching for the minimum until we reach the point where $$\nabla
f(\boldsymbol{x}) = \boldsymbol{0}$$. Rigidly, a point $$\boldsymbol{x}$$ the
direction ''$$-\nabla f(\boldsymbol{x})$$'' is called the direction of steepest descent. If we resolve this problem in an iterative approach, then in the $$\bf{k^{th}}$$ iteration, we define the current steepest descent direction for the current approximation $$\boldsymbol{x_k}$$:
f(\boldsymbol{x}) = \boldsymbol{0}$$. Rigidly, for an arbitrary point $$\boldsymbol{x}$$, the direction ''$$-\nabla f(\boldsymbol{x})$$'' is called the direction of steepest descent. If we resolve this problem in an iterative approach, then in the $$\bf{k^{th}}$$ iteration, we define the current steepest descent direction for the current approximation $$\boldsymbol{x_k}$$:

$$
\boldsymbol{s_{k}} = -\nabla f(\boldsymbol{x_k})
Expand Down

0 comments on commit 0cc55aa

Please sign in to comment.