-
$$x = (x_1, x_2 ... x_n)$$ : Optimization variables -
$$f_0 : \mathbb{R}^n \to \mathbb{R}$$ : Objective function -
$$f_i : \mathbb{R}^n \to \mathbb{R}, i = 1,...,m$$ : Constraint functions
-
Very difficult to solve
-
Not always finding the solution
-
Least-Squares problems
-
Linear programming problems
-
Convex optimization problems
- Analytical Solution :
$$x^* = (A^TA)^{-1}A^Tb$$
Objective and Constraint functions should be convex