For Example, we have a optimization problem
min $$\Sum_{i=1}^{i=n} |w_{i} - a_{i}| * b_{i}$$ s.t. \sum_{i=1}^{n} ci * wi = 0
and ai, bi, ci are given. how to convert it into a linear prgram?
I know that if we want to minimize |x - a|, we should let minimize b where b > x-a and b > -(x-a). However, in this case, we want to minimize the weighed sum of absolute value and do not know the sign of bi. does anyone know how to do?
The problem is convex only if ${b}_{i} \geq 0$, otherwise the problem is not convex.
In order to see it, assume the problem is in 1D, all are scalars.
Set $a = 0, b = -1$ the the output function the $- \left| w \right|$ which is not convex (It is concave).
Assuming non negative values for ${b}_{i}$ then: