(10 points)
minimize 1/2x T P x + q T x + r
subject to − 1 ≤ xi ≤ 1, i = 1, 2, 3,
where
P = {13 12 −2
12 17 6
−2 6 12}
, q = {− 22
− 14.5
13}, r = 1.
(10 points)
Minimize ||Ax − b||∞
(10 points)
Let n ≥ 2. Consider the following minimization problem over x = [x1, . . . , xn] T ,
minx nXj=1cj xj
s.t.nXj=1xj = 1,
xj ≥ , j = 1, . . . , n,
where cj > 0, ∀j, > 0 are parameters.
(1) Determine whether this problem is convex or not, and provide your argument. (5 points)
(2) Write down the dual problem of (1). (5 points)
(3) Derive the KKT conditions of (1). (5 points)
(4) Derive the expression of the optimal solution of (1). (10 points)
III. Gradient Methods
f(y) ≤ f(x) + h∇f(x), y − xi +M 2k y − xk 2 2 , ∀x, y ∈ R d . (2)
Prove that the above M-smooth condition holds if and only if k∇f(x) − ∇f(y)k 2 ≤ Mk x − yk 2, ∀x, y ∈ R d . (3)
(20 points)
(15 points)
IV.Proximal Algorithm
For 0 ≺ α, β ≺ 1, defifine hα,β : R n → R as
hα,β(x) = α T x+ + β T x−,
where x+ = max{x, 0} and x− = max{−x, 0}, the maximum is taken elementwise.
Give a simple expression for the proximal operator of hα,β. (10 points)