This article will discuss about the convex optimization problem.
Basic of constrained optimization1
So here’s our optimization problem with constrains:
Convex sets and functions
A set $S\subseteq \mathbb{R}^n$ is convex if for all $x_1,x_2\in S$
A convex function means $f:S\to \mathbb R$ is a convex function if $S$ is convex and
The convex optimization problem
is a convex optimization problem if $S$ is a convex set and $f$ is a convex function.
In a convex optimization problem, every local solution is also a global one
Further reading
Please refer to linear mpc slides for a further reading