4

I do not have a specific problem. Could a convex optimization problem (not strictly convex) have alternate solutions?

Larusso
  • 125
  • 4
    is the constant function convex ? hence the answer is no, we need the convex objective function being strictly convex around the minimum for the minimization problem having a unique solution – reuns Mar 16 '16 at 23:04

1 Answers1

2

Yes. Take for instance $$\inf_x \max\{|x|-1,0\}$$ The minimum value is clearly zero, but $$\mathop{\textrm{argmin}}_x \max\{|x|-1,0\}=[1,-1]$$ Notice that the set of optimal points is an interval. In the general, multivariate case, the set of optimal points for a convex optimization model is always a convex set (including possibly the empty set or a singleton).

Michael Grant
  • 19,450