Convex Optimization
Table of Contents
A mathematical optimization problem can be expressed as
where
are optimization variables. is objective function. are constraints functions.
Optimal solution
In fact, a general optimization problem is very difficult to solve. Its solution cannot always be found. Even though it can, it suffers some compromise, e.g. very long computation time.
Fortunately, following three problems can be efficiently and reliably solved.
- Least squares
- Linear programming
- Convex optimization
Least squares (LS)
- Analytical solution
- Easy to recognize
- A mature solution with reliable and efficient algorithms and softwares
- Computation time proportional to
( )
Linear programming (LP)
- No analytical solution
- Not as easy to recognize as LS problems
- A mature solution with reliable and efficient algorithms and softwares
- Computation time proportional to
Convex optimization
where
- Objective and constraint functions are convex, i.e.
, , , . - LS and LP are included as special cases.
Generally, for convex optimization problems,
- No analytical solution
- Often difficult to recognize
- Almost a technology with reliable and efficient algorithms
- Computation time roughly proportional to
, where is cost of evaluating 's and their first and second derivatives.