Please enable JavaScript.
Coggle requires JavaScript to display documents.
Optimization (nonlinear programming (unconstrained minimization (first…
Optimization
nonlinear programming
-
constrained minimization
- penalty function methods
- barrier function methods
convex optimization
- with rich theory and nice convergence guarantee
complexity bound
for constant size steepest descent method applied on \( f \in \mathcal{F}^{1,1}_L\), we have \[ f(x^k) - f(x^\star) \le \Theta(\frac{1}{k})\] see theorem 2.1.14 of Introductory Lectures on Convex Optimization
strongly convex function
convergence rate
for constant size steepest descent method applied on \( f \in S^{1,1}_{\mu, L}\), we have linear convergence rate. Note that this result is global convergence. see theorem 2.1.15 of Introductory Lectures on Convex Optimization