Skip to content

Commit

Permalink
fixed tex(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmeoli committed Apr 30, 2021
1 parent 347e80e commit a2c2022
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Binary file modified notebooks/optimization/tex/CM_report.pdf
Binary file not shown.
10 changes: 9 additions & 1 deletion notebooks/optimization/tex/methods.tex
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,17 @@ \section{Optimization Methods}
We say that a function $f: \Re^m \rightarrow \Re$ is locally L-smooth, i.e., locally L-Lipschitz continuous, if for every $x$ in $\Re^m$ there exists a neighborhood $U$ of $x$ such that $f$ restricted to $U$ is L-Lipschitz continuous. Every convex function is locally L-Lipschitz continuous.
\end{definition}

\begin{definition}[Subgradient] \label{def:subgradient}
Given a function $f: \Re^m \rightarrow \Re$ and $x \in \Re^m$, we define a subgradient $g \in \Re^m$ at $x$ to be any point satisfying:
$$
f(y) \geq f(x) + \langle g, y - x \rangle \ \forall \ y \in \Re^m
$$
Subgradients always exist for convex function.
\end{definition}

\pagebreak

\subsection{Gradient Descent for Primal formulations}
\subsection{(Sub)Gradient Descent for Primal formulations}

The Gradient Descent algorithm is the simplest \emph{first-order optimization} method that exploits the orthogonality of the gradient wrt the level sets to take a descent direction. In particular, it performs the following iterations:

Expand Down

0 comments on commit a2c2022

Please sign in to comment.