Chapter 4 Convex Optimization Problems

Size: px
Start display at page:

Download "Chapter 4 Convex Optimization Problems"

Transcription

1 Chapter 4 Convex Optimization Problems Shupeng Gui Computer Science, UR October 16, 2015 hupeng Gui (Computer Science, UR) Convex Optimization Problems October 16, / 58

2 Outline 1 Optimization problems 2 Convex optimization problem 3 Quasiconvex optimization 4 Linear program(lp) 5 Quadratic program(qp) 6 Generalized inequality constraints 7 Vector optimization hupeng Gui (Computer Science, UR) Convex Optimization Problems October 16, / 58

3 Basic terology Optimization problem in standard form f 0 (x) s.t. f i (x) 0, i = 1, 2,..., m h i (x) = 0, i = 1, 2,..., p x R n is the optimization variable f 0 : R n R is the objective or cost function f i : R n R, i = 1, 2,..., m, are the inequality constraint functions h i : R n R are the equality constraint functions hupeng Gui (Computer Science, UR) Convex Optimization Problems October 16, / 58

4 Optimal value optimal value p = inf{f 0 (x) f i (x) 0, i = 1, 2,..., m, h i (x) = 0, i = 1,..., p} p = if problem is infeasible (no x satisfies the constraints) p = if problem is unbounded below inf means the infimum. hupeng Gui (Computer Science, UR) Convex Optimization Problems October 16, / 58

5 Optimal value Example What is the optimal value here? f 0 (x) = (x x 0 ) 2 s.t. x 6 x 10 Figure 1: f 0 which mentioned above,x 0 = 4 hupeng Gui (Computer Science, UR) Convex Optimization Problems October 16, / 58

6 Optimal value Example What is the optimal value here? 1 f 0 (x) = (x x 0 ) 2 s.t. x = x 0 Figure 2: f 0 which mentioned above,x 0 = 4 hupeng Gui (Computer Science, UR) Convex Optimization Problems October 16, / 58

7 Optimal Value Example What is the optimal value here? f 0 (x) = log(x) s.t. x > 0 Figure 3: f 0 which mentioned above hupeng Gui (Computer Science, UR) Convex Optimization Problems October 16, / 58

8 Optimal and locally optimal points x is feasible if x dom f 0 and it satisfies the constraints a feasible x is optimal if f 0 (x) = p ; X opt is the set of optimal points X opt = {x f i (x) 0, i = 1,..., m, h i (x) = 0, i = 1,...p, f 0 (x) = p } x is locally optimal if there is an R > 0 such that x is optimal for f 0 (z) s.t. f i (z) 0, i = 1,..., m h i (z) = 0, i = 1,..., p z x 2 R hupeng Gui (Computer Science, UR) Convex Optimization Problems October 16, / 58

9 Optimal and locally optimal points Figure 4: Local optimal points hupeng Gui (Computer Science, UR) Convex Optimization Problems October 16, / 58

10 Optimal and locally optimal points example (with n=1, m=p=0) What is the optimal value and how about the optimal points? f 0 (x) = 1 x, dom f 0 = R ++ Figure 5: f 0 (x) = 1/x hupeng Gui (Computer Science, UR) Convex Optimization Problems October 16, / 58

11 Optimal and locally optimal points example (with n=1, m=p=0) What is the optimal value and how about the optimal points? f 0 (x) = log(x), dom f 0 = R ++ Figure 6: f 0 (x) = log(x) hupeng Gui (Computer Science, UR) Convex Optimization Problems October 16, / 58

12 Optimal and locally optimal points example (with n=1, m=p=0) What is the optimal value and how about the optimal points? f 0 (x) = x log(x), dom f 0 = R ++ Figure 7: f 0 (x) = x log(x) hupeng Gui (Computer Science, UR) Convex Optimization Problems October 16, / 58

13 Optimal and locally optimal points example (with n=1, m=p=0) What is the optimal value and how about the optimal points? f 0 (x) = x log(x), dom f 0 = R ++ Figure 8: f 0 (x) = x log(x) p = 1/e, x = 1/e is optimal. hupeng Gui (Computer Science, UR) Convex Optimization Problems October 16, / 58

14 Optimal and locally optimal points example (with n=1, m=p=0) What is the optimal value and how about the optimal points? f 0 (x) = x 3 3x Figure 9: f 0 (x) = x 3 3x hupeng Gui (Computer Science, UR) Convex Optimization Problems October 16, / 58

15 Implicit constraints the standard form optimization problem has an implicit constraint x D = m p dom f i dom h i i=0 i=1 Here include f 0. we call D the domain of the problem. the constraints f i (x) 0, h i (x) = 0 are explicit constraints. a problem is unconstrained if it has no explicit constraints (m=p=0); Example f 0 (x) = k log(b i a T i x) is an unconstrained problem with implicit constraints a T i x < b i, i=1 hupeng Gui (Computer Science, UR) Convex Optimization Problems October 16, / 58

16 Feasibility problem find s.t. x f i (x) 0, i = 1,..., m h i (x) = 0, i = 1,..., p can be considered a special case of the general problem with f 0 (x) = 0 0 s.t. f i (x) 0, i = 1,..., m h i (x) = 0, i = 1,..., p p = 0 if constraints are feasible; any feasible x is optimal p = if constraints are infeasible hupeng Gui (Computer Science, UR) Convex Optimization Problems October 16, / 58

17 Convex optimization problem standard form convex optimization problem f 0 (x) s.t. f i (x) 0, i = 1, 2,..., m a T i x = b i, i = 1, 2,..., p f 0, f 1,..., f m are convex; equality constraints are affine problem is quasiconvex if f 0 is quasiconvex(and f 0, f 1,..., f m convex) hupeng Gui (Computer Science, UR) Convex Optimization Problems October 16, / 58

18 standard form convex optimization problem Sometimes written as f 0 (x) s.t. f i (x) 0, i = 1, 2,..., m Ax = b important property: feasible set of a convex optimization problem is convex. hupeng Gui (Computer Science, UR) Convex Optimization Problems October 16, / 58

19 standard form convex optimization problem Feasible set of a convex optimization problem is convex. Proof Recall the intersection of (any number of) convex sets is convex Chapter 2 It is the intersection of the domain of the problem D = m i=0 dom f i which is a convex set, with m (convex) sublevel sets {x f i (x) 0} and p hyperplanes {x a T i x = b i} hupeng Gui (Computer Science, UR) Convex Optimization Problems October 16, / 58

20 standard form convex optimization problem Example f 0 (x) = x x 2 2 s.t. f 1 (x) = x 1 /(1 + x 2 2) 0 h i (x) = (x 1 + x 2 ) 2 = 0 f 0 is convex; feasible set {(x 1, x 2 ) x 1 = x 2 0} is convex not a convex problem (according to our definition): f 1 is not convex, h i is not affine. equivalent (but not identical) to the convex problem x x 2 2 s.t. x 1 0 x 1 + x 2 = 0 hupeng Gui (Computer Science, UR) Convex Optimization Problems October 16, / 58

21 standard form convex optimization problem Figure 10: f 0 (x) = x x 2 2 hupeng Gui (Computer Science, UR) Convex Optimization Problems October 16, / 58

22 Local and global optima Any locally optimal point of a convex problem is (globally) optimal Proof: suppose x is locally optimal, but there exists a feasible y with f 0 (y) < f 0 (x) x locally optimal means there is an R > 0 such that z feasible, z x 2 R f 0 (z) f 0 (x) Consider z = θy + (1 θ)x with θ = R/(2 y x 2 ) y x 2 > R, so 0 < θ < 1/2 z is a convex combination of two feasible points, hence also feasible z x 2 = R/2 and f 0 (z) θf 0 (y) + (1 θ)f 0 (x) < f 0 (x) which contradicts our assumption that x is locally optimal hupeng Gui (Computer Science, UR) Convex Optimization Problems October 16, / 58

23 Local and global optima Figure 11: f 0 (x) = x 2 hupeng Gui (Computer Science, UR) Convex Optimization Problems October 16, / 58

24 Optimality criterion for differentiable Suppose that f 0 (x) is differentiable in a convex optimization problem, x, y dom f 0 f 0 (y) f 0 (x) + f 0 (x) T (y x) (first order condition) Feasible set X opt = {x f i (x) 0, i = 1,..., m, a T i x = b i, i = 1,..., p} Criterion x is optimal if and only if it is feasible and f 0 (x) T (y x) 0 for all feasible y If nonzero, f 0 (x) defines a supporting hyperplane to feasible set X at x. hupeng Gui (Computer Science, UR) Convex Optimization Problems October 16, / 58

25 Optimality criterion for differentiable Figure 12: Supporting Hyperplane hupeng Gui (Computer Science, UR) Convex Optimization Problems October 16, / 58

26 Optimality criterion for differentiable Proof 1 Suppose x X and satisfies f 0 (x) T (y x) 0 for all feasible y. Then if y X, we have f 0 (y) f 0 (x), by the first order condition, f 0 (y) f 0 (x) + f 0 (x) T (y x). This shows x is an optimal point for the problem. 2 Suppose x is optimal, but the condition f 0 (x) T (y x) 0 for all feasible y does not hold, i.e., for some y X we have f 0 (x) T (y x) < 0 Consider z(t) = tx + (1 t)y, t [0, 1]. Since z(t) is on the line segment between x and y, and the feasible set is convex. z(t) is feasible. hupeng Gui (Computer Science, UR) Convex Optimization Problems October 16, / 58

27 Optimality criterion for differentiable Claim that for small positive 1 t, we have f 0 (z(t)) < f 0 (x), since which x is not optimal. d dx f 0(z(t)) t=1 = f 0 (x) T (y x) < 0 so for small positive 1 t, we have f 0 (z(t)) < f 0 (x) hupeng Gui (Computer Science, UR) Convex Optimization Problems October 16, / 58

28 Optimality criterion for differentiable unconstrained problem: x is optimal if and only if x dom f 0, f 0 (x) = 0 Proof Suppose x is optimal, which means that x dom f 0, and for all feasible y we have f 0 (x) T (y x) 0. Since f 0 is differentiable, its domain is open, so all y sufficiently close to x are feasible. Take y = x t f 0 (x), where x R is a parameter. For t small and positive, y is feasible, and so f 0 (x) T (y x) = f 0 (x) T ( t f 0 (x)) = t f 0 (x) Therefore, x is optimal if and only if x dom f 0, f 0 (x) = 0 hupeng Gui (Computer Science, UR) Convex Optimization Problems October 16, / 58

29 Optimality criterion for differentiable equality constrained problem: f 0 (x) s.t.ax = b x is optimal if and only if there exists a v such that x dom f 0, Ax = b, f 0 (x) + A T v = 0 Proof y, Ay = b. Since x is feasible, every feasible y has the form y = x + v for some v N (A). Then f 0 (x) T v 0, v N (A). If a linear function is nonnegative on a subspace, then it must be zero on the subspace, so it follows that f 0 (x) T v = 0, v N (A). In other words, f 0 (x) N (A). Using the fact N (A) = R(A T ), f 0 (x) R(A T ), there exists a v R p such that f 0 (x) + A T v = 0 hupeng Gui (Computer Science, UR) Convex Optimization Problems October 16, / 58

30 Optimality criterion for differentiable imization over nonnegative orthant f 0 (x) s.t. x 0 x is optimal if and only if x dom f 0, x 0, f 0 (x) 0, x i ( f 0 (x)) i = 0, i = 1,..., n hupeng Gui (Computer Science, UR) Convex Optimization Problems October 16, / 58

31 Equivalent convex problems two problems are (informally) equivalent if the solution of one is readily obtained from the solution of the other, and vice-versa Some common transformations that preserve convexity. eliating equality constraints is equivalent to f 0 (x) s.t. f i (x) 0, i = 1, 2,..., m Ax = b where F and x 0 are such that z f 0 (F z + x 0 ) s.t. f i (F z + x 0 ) 0, i = 1, 2,..., m Ax = b x = F z + x 0 for some z hupeng Gui (Computer Science, UR) Convex Optimization Problems October 16, / 58

32 Equivalent convex problems introducing equality constraints f 0 (A 0 x + b 0 ) s.t. f i (A i x + b i ) 0, i = 1, 2,..., m is equivalent to x,y i f 0 (y 0 ) s.t. f i (y i ) 0, i = 1, 2,..., m y i = A i x + b i, i = 0, 1,..., m hupeng Gui (Computer Science, UR) Convex Optimization Problems October 16, / 58

33 Equivalent convex problems introducing slack variables for linear inequalities is equivalent to x,s f 0 (x) s.t. a T i x b i, i = 1, 2,..., m f 0(x) s.t. a T i x + s i = b i, i = 1, 2,..., m s i 0, i = 1,..., m hupeng Gui (Computer Science, UR) Convex Optimization Problems October 16, / 58

34 Equivalent convex problems epigraph form x,t t s.t. f 0 (x) t 0 f i (x) 0, i = 1, 2,..., m Ax = b hupeng Gui (Computer Science, UR) Convex Optimization Problems October 16, / 58

35 Equivalent convex problems imizing over some variables x,t f 0 (x 1, x 2 ) s.t. f i (x 1 ) 0, i = 1, 2,..., m is equivalent to x,t f 0(x 1 ) s.t. f i (x 1 ) 0, i = 1, 2,..., m where f 0 (x 1) = inf x2 f 0 (x 1, x 2 ) hupeng Gui (Computer Science, UR) Convex Optimization Problems October 16, / 58

36 Quasiconvex optimization x,t f 0 (x) s.t. f i (x) 0, i = 1, 2,..., m Ax = b with f 0 : R n R quasiconvex, f 1,..., f m convex This problem can have locally optimal points that are not (globally) optimal Figure 13: Quasiconvex optimization hupeng Gui (Computer Science, UR) Convex Optimization Problems October 16, / 58

37 Quasiconvex optimization convex representation of sublevel sets of f 0 if f 0 is quasiconvex, there exists a family of functions Φ t such that: Φ t (x) is convex in x for fixed t t-sublevel set of f 0 is 0-sublevel set of Φ t, i.e., f 0 (x) t Φ t (x) 0 example f 0 (x) = p(x) q(x) with p convex, q concave, and p(x) 0, q(x) > 0 on dom f 0 Take Φ t (x) = p(x) tq(x): for t 0, Φ t convex in x p(x)/q(x) t if and only if Φ t (x) 0 hupeng Gui (Computer Science, UR) Convex Optimization Problems October 16, / 58

38 Linear program(lp) s.t. c T x + d Gx h Ax = b convex problem with affine objective and constraint functions feasible set is a polyhedron hupeng Gui (Computer Science, UR) Convex Optimization Problems October 16, / 58

39 Linear program(lp) Formulate the LPs to standard form. s.t. c T x + d Gx + s = h Ax = b s 0 Hints: x +, positive part of x; x, negative part of x. x = x + x. s.t. c T x + c T x + d Gx + Gx + s = h Ax + Ax = b s 0, x + 0, x 0 hupeng Gui (Computer Science, UR) Convex Optimization Problems October 16, / 58

40 Linear-fractional program linear-fractional program s.t. f 0 (x) Gx h Ax = b f 0 (x) = ct x + d e T + f, dom f 0(x) = {x e T x + f > 0} a quasiconvex optimization problem; can be solved by visection also equivalent to the LP (variables y,z) s.t. c T y + dz Gy hz Ay = bz e T y + fz = 1, z 0 hupeng Gui (Computer Science, UR) Convex Optimization Problems October 16, / 58

41 Generalized linear-fractional program f 0 (x) = max i=1,...,r c T i x + d i e T i x + f, domf 0 (x) = {x e T i x + f i, i = 1,..., r} i a quasiconvex optimization problem; can be solved by bisection. hupeng Gui (Computer Science, UR) Convex Optimization Problems October 16, / 58

42 Quadratic program(qp) s.t. (1/2)x T P x + q T x + r Gx h Ax = b P S n +, so objective is convex quadratic imize a convex quadratic function over a polyhedron Example: least-squares Ax b 2 2 x T A T Ax 2b T Ax + b T b hupeng Gui (Computer Science, UR) Convex Optimization Problems October 16, / 58

43 Quadratically constained quadratic program(qcqp) (1/2)x T P 0 x + q0 T x + r 0 s.t. (1/2)x T P i x + qi T x + r i 0, i = 1,..., m Ax = b P i S n +; objective and constraints are convex quadratic if P 1,..., P m S n ++, feasible region is intersection of m ellipsoids and an affine set. hupeng Gui (Computer Science, UR) Convex Optimization Problems October 16, / 58

44 Second-order cone programg s.t. f T x A i x + b i 2 c T i x + d i, i = 1,..., m F x = g A i R ni n, F R p n inequalities are called second-order cone (SOC) constraints: (A i x + b i, c T i x + d i ) second order cone inr n i+1 for A i = 0, reduces to an LP; if c i = 0, reduces to a QCQP more general than QCQP and LP hupeng Gui (Computer Science, UR) Convex Optimization Problems October 16, / 58

45 Robust linear programg the parameters in optimization problems are often uncertain, e.g., in an LP s.t. c T x a T i x b i, i = 1,..., m there can be uncertainty in c, a i, b i two common approaches to handling uncertainty(in a i, for simplicity) deteristic model: constraints must hold for all a i ε s.t. c T x a T i x b i, a i ε i, i = 1,..., m stochastic model: a i is random variable; constraints must hold with probability η s.t. c T x prob(a T i x b i ) η, i = 1,..., m hupeng Gui (Computer Science, UR) Convex Optimization Problems October 16, / 58

46 deteristic approach via SOCP choose an ellipsoid as ε i : ε i = {ā i + P i u u 2 1} (ā i R n, P i R n n ) center is ā i, semi-axes detered by singular values/vectors of P i robust LP s.t. c T x a T i x b i, a i ε i, i = 1,..., m is equivalent to the SOCP s.t. c T x ā T i x + P T i x 2 b i, i = 1,..., m hupeng Gui (Computer Science, UR) Convex Optimization Problems October 16, / 58

47 Stochastic approach via SOCP assume a i is Gaussian with mean ā i, covariance Σ i (a i N (ā i, Σ i )) a T i x is Gaussian r.v. with mean at i x, variance xt Σ i x; hence ( prob(a T bi ā T i i x b i ) = Φ x ) Σ 1/2 i x 2 where Φ(x) = (1/ 2π) x e t2 /2 dt is CDF of N (0, 1) robust LP s.t. c T x prob(a T i x b i ), i = 1,..., m with η 1/2, is equivalent to the SOCP c T x s.t. ā T i x + Φ 1 (η) Σ 1/2 i x 2 b i, i = 1,..., m hupeng Gui (Computer Science, UR) Convex Optimization Problems October 16, / 58

48 Geometric programg monomial function f(x) = cx a 1 1 xa xa n n, dom f = R n ++ with c > 0; exponent a i can be any real number posynomial function: sum of monomials f(x) = K k=1 c k x a 1k 1 x a 2k 2...x a nk n, dom f = R n ++, dom f = R n ++ hupeng Gui (Computer Science, UR) Convex Optimization Problems October 16, / 58

49 Geometric programg geometric program (GP) s.t. f 0 (x) f i (x) 1, i = 1,..., m h i (x) = 1, i = 1,..., p with f i posynomial, h i monomial hupeng Gui (Computer Science, UR) Convex Optimization Problems October 16, / 58

50 Geometric program in convex form change variables t oy i = log x i, and take logarithm of cost, constraints monomial f(x) = cx a 1 1 xa xa n n transforms to log f(e y 1,..., e y n ) = a T y + b (b = log c) posynomial f(x) = K k=1 c kx a 1k 1 x a 2k 2...x a nk n transforms to ( K ) log f(e y 1,..., e y n ) = log e at k y+b k (b k = log c k ) k=1 geometric program transforms to convex problem K log( exp(a T 0k y + b 0k)) s.t. log( k=1 K exp(a T ik y + b ik)) 0, i = 1,..., m k=1 Gy + d = 0 hupeng Gui (Computer Science, UR) Convex Optimization Problems October 16, / 58

51 Generalized inequality constraints convex problem with generalized inequality constraints s.t. f 0 (x) f i (x) Ki 0, i = 1,..., m Ax = b f 0 : R n R convex;f i : R n R k i K i -convex w.r.t proper cone K i same properties as standard convex problem (convex feasible set, local optimum is global, etc.) conic form problem: special case with affine objective and constraints c T x s.t. F x + g K 0 Ax = b hupeng Gui (Computer Science, UR) Convex Optimization Problems October 16, / 58

52 Semidefinite program (SDP) c T x s.t. x 1 F 1 + x 2 F x n F n + G 0 Ax = b with F i, G S k inequality constraint is called linear matrix inequality (LMI) includes problems with multiple LMI constraints: for example, x 1 ˆF x n ˆFn + Ĝ 0, x 1 F x n Fn + G 0 is equivalent to single LMI [ ] [ F1 0 F2 0 x 1 +x 2 0 F1 0 F2 ] +...+x n [ Fn 0 0 Fn ] [ G G ] 0 hupeng Gui (Computer Science, UR) Convex Optimization Problems October 16, / 58

53 LP and SOCP as SDP LP and equivalent SDP LP: s.t. c T x Ax b SDP: c T x s.t. diag(ax b) 0 hupeng Gui (Computer Science, UR) Convex Optimization Problems October 16, / 58

54 LP and SOCP as SDP SOCP and equivalent SDP SOCP: s.t. f T x A i x + b i 2 c T i x + d i, i = 1,..., m SDP: s.t. f T x [ (c T i x + d i )I A i x + b i (A i x + b i ) T c T i x + d i ] 0, i = 1,..., m hupeng Gui (Computer Science, UR) Convex Optimization Problems October 16, / 58

55 Vector optimization general vector optimization problem (w.r.t.k) s.t. f 0 (x) f i (x) 0, i = 1,..., m h i (x) = 0, i = 1,..., p vector objective f 0 : R n R q, imized w.r.t. proper cone K R q convex vector optimization problem (w.r.t.k) s.t. f 0 (x) f i (x) 0, i = 1,..., m h i (x) = 0, i = 1,..., p with f 0 K-convex, f 1,..., f m convex. hupeng Gui (Computer Science, UR) Convex Optimization Problems October 16, / 58

56 Optimal and Pareto optimal points set of achievable objective values O = {f 0 (x) x feasible} feasible x is optimal if f 0 (x) is the imum value of O feasible x is Pareto optimal if f 0 (x) is a imal value of O hupeng Gui (Computer Science, UR) Convex Optimization Problems October 16, / 58

57 Multicriterion optimization vector optimization problem with K = R q + f 0 (x) = (F 1 (x),..., F q (x)) q different objectives F i : roughly speaking we want all F i s to be small feasible x is optimal if y feasible f 0 (x ) f 0 (y) if there exists an optimal point, the objectives are noncompeting feasible x po is Pareto optimal if y feasible, f 0 (y) f 0 (x po ) = f 0 (y) if there are multiple Pareto optimal values, there is a trade-off between the objectives hupeng Gui (Computer Science, UR) Convex Optimization Problems October 16, / 58

58 Scalarization to find Pareto optimal points: choose λ K 0 and solve scalar problem s.t. λ T f 0 (x) f i (x) 0, i = 1,..., m h i (x) = 0, i = 1,..., p if x is optimal for scalar problem, then it is Pareto-optimal for vector optimization problem. For convex vector optimization problems, can find (almost) all Pareto optimal points by varying λ K 0 hupeng Gui (Computer Science, UR) Convex Optimization Problems October 16, / 58

Affine function. suppose f : R n R m is affine (f(x) =Ax + b with A R m n, b R m ) the image of a convex set under f is convex

Affine function. suppose f : R n R m is affine (f(x) =Ax + b with A R m n, b R m ) the image of a convex set under f is convex Affine function suppose f : R n R m is affine (f(x) =Ax + b with A R m n, b R m ) the image of a convex set under f is convex S R n convex = f(s) ={f(x) x S} convex the inverse image f 1 (C) of a convex

More information

Shiqian Ma, MAT-258A: Numerical Optimization 1. Chapter 2. Convex Optimization

Shiqian Ma, MAT-258A: Numerical Optimization 1. Chapter 2. Convex Optimization Shiqian Ma, MAT-258A: Numerical Optimization 1 Chapter 2 Convex Optimization Shiqian Ma, MAT-258A: Numerical Optimization 2 2.1. Convex Optimization General optimization problem: min f 0 (x) s.t., f i

More information

2. Convex sets. x 1. x 2. affine set: contains the line through any two distinct points in the set

2. Convex sets. x 1. x 2. affine set: contains the line through any two distinct points in the set 2. Convex sets Convex Optimization Boyd & Vandenberghe affine and convex sets some important examples operations that preserve convexity generalized inequalities separating and supporting hyperplanes dual

More information

Convex Optimization. Convex Sets. ENSAE: Optimisation 1/24

Convex Optimization. Convex Sets. ENSAE: Optimisation 1/24 Convex Optimization Convex Sets ENSAE: Optimisation 1/24 Today affine and convex sets some important examples operations that preserve convexity generalized inequalities separating and supporting hyperplanes

More information

Convex Sets. CSCI5254: Convex Optimization & Its Applications. subspaces, affine sets, and convex sets. operations that preserve convexity

Convex Sets. CSCI5254: Convex Optimization & Its Applications. subspaces, affine sets, and convex sets. operations that preserve convexity CSCI5254: Convex Optimization & Its Applications Convex Sets subspaces, affine sets, and convex sets operations that preserve convexity generalized inequalities separating and supporting hyperplanes dual

More information

2. Convex sets. affine and convex sets. some important examples. operations that preserve convexity. generalized inequalities

2. Convex sets. affine and convex sets. some important examples. operations that preserve convexity. generalized inequalities 2. Convex sets Convex Optimization Boyd & Vandenberghe affine and convex sets some important examples operations that preserve convexity generalized inequalities separating and supporting hyperplanes dual

More information

Convex sets and convex functions

Convex sets and convex functions Convex sets and convex functions Convex optimization problems Convex sets and their examples Separating and supporting hyperplanes Projections on convex sets Convex functions, conjugate functions ECE 602,

More information

Convex sets and convex functions

Convex sets and convex functions Convex sets and convex functions Convex optimization problems Convex sets and their examples Separating and supporting hyperplanes Projections on convex sets Convex functions, conjugate functions ECE 602,

More information

COM Optimization for Communications Summary: Convex Sets and Convex Functions

COM Optimization for Communications Summary: Convex Sets and Convex Functions 1 Convex Sets Affine Sets COM524500 Optimization for Communications Summary: Convex Sets and Convex Functions A set C R n is said to be affine if A point x 1, x 2 C = θx 1 + (1 θ)x 2 C, θ R (1) y = k θ

More information

Introduction to Modern Control Systems

Introduction to Modern Control Systems Introduction to Modern Control Systems Convex Optimization, Duality and Linear Matrix Inequalities Kostas Margellos University of Oxford AIMS CDT 2016-17 Introduction to Modern Control Systems November

More information

Convex Optimization - Chapter 1-2. Xiangru Lian August 28, 2015

Convex Optimization - Chapter 1-2. Xiangru Lian August 28, 2015 Convex Optimization - Chapter 1-2 Xiangru Lian August 28, 2015 1 Mathematical optimization minimize f 0 (x) s.t. f j (x) 0, j=1,,m, (1) x S x. (x 1,,x n ). optimization variable. f 0. R n R. objective

More information

Tutorial on Convex Optimization for Engineers

Tutorial on Convex Optimization for Engineers Tutorial on Convex Optimization for Engineers M.Sc. Jens Steinwandt Communications Research Laboratory Ilmenau University of Technology PO Box 100565 D-98684 Ilmenau, Germany jens.steinwandt@tu-ilmenau.de

More information

13. Cones and semidefinite constraints

13. Cones and semidefinite constraints CS/ECE/ISyE 524 Introduction to Optimization Spring 2017 18 13. Cones and semidefinite constraints ˆ Geometry of cones ˆ Second order cone programs ˆ Example: robust linear program ˆ Semidefinite constraints

More information

Constrained optimization

Constrained optimization Constrained optimization Problem in standard form minimize f(x) subject to a i (x) = 0, for i =1, 2, p c j (x) 0 for j =1, 2,,q f : R n R a i : R n R c j : R n R f(x )=, if problem is infeasible f(x )=,

More information

Convex Optimization. 2. Convex Sets. Prof. Ying Cui. Department of Electrical Engineering Shanghai Jiao Tong University. SJTU Ying Cui 1 / 33

Convex Optimization. 2. Convex Sets. Prof. Ying Cui. Department of Electrical Engineering Shanghai Jiao Tong University. SJTU Ying Cui 1 / 33 Convex Optimization 2. Convex Sets Prof. Ying Cui Department of Electrical Engineering Shanghai Jiao Tong University 2018 SJTU Ying Cui 1 / 33 Outline Affine and convex sets Some important examples Operations

More information

2. Convex sets. affine and convex sets. some important examples. operations that preserve convexity. generalized inequalities

2. Convex sets. affine and convex sets. some important examples. operations that preserve convexity. generalized inequalities 2. Convex sets Convex Optimization Boyd & Vandenberghe affine and convex sets some important examples operations that preserve convexity generalized inequalities separating and supporting hyperplanes dual

More information

60 2 Convex sets. {x a T x b} {x ã T x b}

60 2 Convex sets. {x a T x b} {x ã T x b} 60 2 Convex sets Exercises Definition of convexity 21 Let C R n be a convex set, with x 1,, x k C, and let θ 1,, θ k R satisfy θ i 0, θ 1 + + θ k = 1 Show that θ 1x 1 + + θ k x k C (The definition of convexity

More information

Lecture 2: August 31

Lecture 2: August 31 10-725/36-725: Convex Optimization Fall 2016 Lecture 2: August 31 Lecturer: Lecturer: Ryan Tibshirani Scribes: Scribes: Lidan Mu, Simon Du, Binxuan Huang 2.1 Review A convex optimization problem is of

More information

Convex Optimization M2

Convex Optimization M2 Convex Optimization M2 Lecture 1 A. d Aspremont. Convex Optimization M2. 1/49 Today Convex optimization: introduction Course organization and other gory details... Convex sets, basic definitions. A. d

More information

CMU-Q Lecture 9: Optimization II: Constrained,Unconstrained Optimization Convex optimization. Teacher: Gianni A. Di Caro

CMU-Q Lecture 9: Optimization II: Constrained,Unconstrained Optimization Convex optimization. Teacher: Gianni A. Di Caro CMU-Q 15-381 Lecture 9: Optimization II: Constrained,Unconstrained Optimization Convex optimization Teacher: Gianni A. Di Caro GLOBAL FUNCTION OPTIMIZATION Find the global maximum of the function f x (and

More information

Convexity I: Sets and Functions

Convexity I: Sets and Functions Convexity I: Sets and Functions Lecturer: Aarti Singh Co-instructor: Pradeep Ravikumar Convex Optimization 10-725/36-725 See supplements for reviews of basic real analysis basic multivariate calculus basic

More information

Introduction to Convex Optimization. Prof. Daniel P. Palomar

Introduction to Convex Optimization. Prof. Daniel P. Palomar Introduction to Convex Optimization Prof. Daniel P. Palomar The Hong Kong University of Science and Technology (HKUST) MAFS6010R- Portfolio Optimization with R MSc in Financial Mathematics Fall 2018-19,

More information

Convexity Theory and Gradient Methods

Convexity Theory and Gradient Methods Convexity Theory and Gradient Methods Angelia Nedić angelia@illinois.edu ISE Department and Coordinated Science Laboratory University of Illinois at Urbana-Champaign Outline Convex Functions Optimality

More information

Lecture: Convex Sets

Lecture: Convex Sets /24 Lecture: Convex Sets http://bicmr.pku.edu.cn/~wenzw/opt-27-fall.html Acknowledgement: this slides is based on Prof. Lieven Vandenberghe s lecture notes Introduction 2/24 affine and convex sets some

More information

Mathematical Programming and Research Methods (Part II)

Mathematical Programming and Research Methods (Part II) Mathematical Programming and Research Methods (Part II) 4. Convexity and Optimization Massimiliano Pontil (based on previous lecture by Andreas Argyriou) 1 Today s Plan Convex sets and functions Types

More information

Lecture 2: August 29, 2018

Lecture 2: August 29, 2018 10-725/36-725: Convex Optimization Fall 2018 Lecturer: Ryan Tibshirani Lecture 2: August 29, 2018 Scribes: Adam Harley Note: LaTeX template courtesy of UC Berkeley EECS dept. Disclaimer: These notes have

More information

Convex Sets (cont.) Convex Functions

Convex Sets (cont.) Convex Functions Convex Sets (cont.) Convex Functions Optimization - 10725 Carlos Guestrin Carnegie Mellon University February 27 th, 2008 1 Definitions of convex sets Convex v. Non-convex sets Line segment definition:

More information

Lecture 2: August 29, 2018

Lecture 2: August 29, 2018 10-725/36-725: Convex Optimization Fall 2018 Lecturer: Ryan Tibshirani Lecture 2: August 29, 2018 Scribes: Yingjing Lu, Adam Harley, Ruosong Wang Note: LaTeX template courtesy of UC Berkeley EECS dept.

More information

CS675: Convex and Combinatorial Optimization Fall 2014 Convex Functions. Instructor: Shaddin Dughmi

CS675: Convex and Combinatorial Optimization Fall 2014 Convex Functions. Instructor: Shaddin Dughmi CS675: Convex and Combinatorial Optimization Fall 2014 Convex Functions Instructor: Shaddin Dughmi Outline 1 Convex Functions 2 Examples of Convex and Concave Functions 3 Convexity-Preserving Operations

More information

EE/ACM Applications of Convex Optimization in Signal Processing and Communications Lecture 6

EE/ACM Applications of Convex Optimization in Signal Processing and Communications Lecture 6 EE/ACM 150 - Applications of Convex Optimization in Signal Processing and Communications Lecture 6 Andre Tkacenko Signal Processing Research Group Jet Propulsion Laboratory April 19, 2012 Andre Tkacenko

More information

Section 5 Convex Optimisation 1. W. Dai (IC) EE4.66 Data Proc. Convex Optimisation page 5-1

Section 5 Convex Optimisation 1. W. Dai (IC) EE4.66 Data Proc. Convex Optimisation page 5-1 Section 5 Convex Optimisation 1 W. Dai (IC) EE4.66 Data Proc. Convex Optimisation 1 2018 page 5-1 Convex Combination Denition 5.1 A convex combination is a linear combination of points where all coecients

More information

DM545 Linear and Integer Programming. Lecture 2. The Simplex Method. Marco Chiarandini

DM545 Linear and Integer Programming. Lecture 2. The Simplex Method. Marco Chiarandini DM545 Linear and Integer Programming Lecture 2 The Marco Chiarandini Department of Mathematics & Computer Science University of Southern Denmark Outline 1. 2. 3. 4. Standard Form Basic Feasible Solutions

More information

IE 521 Convex Optimization

IE 521 Convex Optimization Lecture 4: 5th February 2019 Outline 1 / 23 Which function is different from others? Figure: Functions 2 / 23 Definition of Convex Function Definition. A function f (x) : R n R is convex if (i) dom(f )

More information

3. The Simplex algorithmn The Simplex algorithmn 3.1 Forms of linear programs

3. The Simplex algorithmn The Simplex algorithmn 3.1 Forms of linear programs 11 3.1 Forms of linear programs... 12 3.2 Basic feasible solutions... 13 3.3 The geometry of linear programs... 14 3.4 Local search among basic feasible solutions... 15 3.5 Organization in tableaus...

More information

CS675: Convex and Combinatorial Optimization Spring 2018 Convex Sets. Instructor: Shaddin Dughmi

CS675: Convex and Combinatorial Optimization Spring 2018 Convex Sets. Instructor: Shaddin Dughmi CS675: Convex and Combinatorial Optimization Spring 2018 Convex Sets Instructor: Shaddin Dughmi Outline 1 Convex sets, Affine sets, and Cones 2 Examples of Convex Sets 3 Convexity-Preserving Operations

More information

Lecture 4: Convexity

Lecture 4: Convexity 10-725: Convex Optimization Fall 2013 Lecture 4: Convexity Lecturer: Barnabás Póczos Scribes: Jessica Chemali, David Fouhey, Yuxiong Wang Note: LaTeX template courtesy of UC Berkeley EECS dept. Disclaimer:

More information

Lecture 5: Properties of convex sets

Lecture 5: Properties of convex sets Lecture 5: Properties of convex sets Rajat Mittal IIT Kanpur This week we will see properties of convex sets. These properties make convex sets special and are the reason why convex optimization problems

More information

CS 473: Algorithms. Ruta Mehta. Spring University of Illinois, Urbana-Champaign. Ruta (UIUC) CS473 1 Spring / 36

CS 473: Algorithms. Ruta Mehta. Spring University of Illinois, Urbana-Champaign. Ruta (UIUC) CS473 1 Spring / 36 CS 473: Algorithms Ruta Mehta University of Illinois, Urbana-Champaign Spring 2018 Ruta (UIUC) CS473 1 Spring 2018 1 / 36 CS 473: Algorithms, Spring 2018 LP Duality Lecture 20 April 3, 2018 Some of the

More information

Convex Optimization Lecture 2

Convex Optimization Lecture 2 Convex Optimization Lecture 2 Today: Convex Analysis Center-of-mass Algorithm 1 Convex Analysis Convex Sets Definition: A set C R n is convex if for all x, y C and all 0 λ 1, λx + (1 λ)y C Operations that

More information

LP Geometry: outline. A general LP. minimize x c T x s.t. a T i. x b i, i 2 M 1 a T i x = b i, i 2 M 3 x j 0, j 2 N 1. where

LP Geometry: outline. A general LP. minimize x c T x s.t. a T i. x b i, i 2 M 1 a T i x = b i, i 2 M 3 x j 0, j 2 N 1. where LP Geometry: outline I Polyhedra I Extreme points, vertices, basic feasible solutions I Degeneracy I Existence of extreme points I Optimality of extreme points IOE 610: LP II, Fall 2013 Geometry of Linear

More information

This lecture: Convex optimization Convex sets Convex functions Convex optimization problems Why convex optimization? Why so early in the course?

This lecture: Convex optimization Convex sets Convex functions Convex optimization problems Why convex optimization? Why so early in the course? Lec4 Page 1 Lec4p1, ORF363/COS323 This lecture: Convex optimization Convex sets Convex functions Convex optimization problems Why convex optimization? Why so early in the course? Instructor: Amir Ali Ahmadi

More information

Aspects of Convex, Nonconvex, and Geometric Optimization (Lecture 1) Suvrit Sra Massachusetts Institute of Technology

Aspects of Convex, Nonconvex, and Geometric Optimization (Lecture 1) Suvrit Sra Massachusetts Institute of Technology Aspects of Convex, Nonconvex, and Geometric Optimization (Lecture 1) Suvrit Sra Massachusetts Institute of Technology Hausdorff Institute for Mathematics (HIM) Trimester: Mathematics of Signal Processing

More information

Lecture 2 - Introduction to Polytopes

Lecture 2 - Introduction to Polytopes Lecture 2 - Introduction to Polytopes Optimization and Approximation - ENS M1 Nicolas Bousquet 1 Reminder of Linear Algebra definitions Let x 1,..., x m be points in R n and λ 1,..., λ m be real numbers.

More information

Advanced Operations Research Techniques IE316. Quiz 2 Review. Dr. Ted Ralphs

Advanced Operations Research Techniques IE316. Quiz 2 Review. Dr. Ted Ralphs Advanced Operations Research Techniques IE316 Quiz 2 Review Dr. Ted Ralphs IE316 Quiz 2 Review 1 Reading for The Quiz Material covered in detail in lecture Bertsimas 4.1-4.5, 4.8, 5.1-5.5, 6.1-6.3 Material

More information

Domain Specific Languages for Convex Optimization

Domain Specific Languages for Convex Optimization Domain Specific Languages for Convex Optimization Stephen Boyd joint work with E. Chu, J. Mattingley, M. Grant Electrical Engineering Department, Stanford University ROKS 2013, Leuven, 9 July 2013 1 Outline

More information

Chapter 6. Curves and Surfaces. 6.1 Graphs as Surfaces

Chapter 6. Curves and Surfaces. 6.1 Graphs as Surfaces Chapter 6 Curves and Surfaces In Chapter 2 a plane is defined as the zero set of a linear function in R 3. It is expected a surface is the zero set of a differentiable function in R n. To motivate, graphs

More information

Introduction to optimization

Introduction to optimization Introduction to optimization G. Ferrari Trecate Dipartimento di Ingegneria Industriale e dell Informazione Università degli Studi di Pavia Industrial Automation Ferrari Trecate (DIS) Optimization Industrial

More information

CS599: Convex and Combinatorial Optimization Fall 2013 Lecture 4: Convex Sets. Instructor: Shaddin Dughmi

CS599: Convex and Combinatorial Optimization Fall 2013 Lecture 4: Convex Sets. Instructor: Shaddin Dughmi CS599: Convex and Combinatorial Optimization Fall 2013 Lecture 4: Convex Sets Instructor: Shaddin Dughmi Announcements New room: KAP 158 Today: Convex Sets Mostly from Boyd and Vandenberghe. Read all of

More information

Lecture 5: Duality Theory

Lecture 5: Duality Theory Lecture 5: Duality Theory Rajat Mittal IIT Kanpur The objective of this lecture note will be to learn duality theory of linear programming. We are planning to answer following questions. What are hyperplane

More information

Lecture 19: Convex Non-Smooth Optimization. April 2, 2007

Lecture 19: Convex Non-Smooth Optimization. April 2, 2007 : Convex Non-Smooth Optimization April 2, 2007 Outline Lecture 19 Convex non-smooth problems Examples Subgradients and subdifferentials Subgradient properties Operations with subgradients and subdifferentials

More information

Convex Optimization MLSS 2015

Convex Optimization MLSS 2015 Convex Optimization MLSS 2015 Constantine Caramanis The University of Texas at Austin The Optimization Problem minimize : f (x) subject to : x X. The Optimization Problem minimize : f (x) subject to :

More information

Convex Optimization. Lijun Zhang Modification of

Convex Optimization. Lijun Zhang   Modification of Convex Optimization Lijun Zhang zlj@nju.edu.cn http://cs.nju.edu.cn/zlj Modification of http://stanford.edu/~boyd/cvxbook/bv_cvxslides.pdf Outline Introduction Convex Sets & Functions Convex Optimization

More information

Advanced Operations Research Techniques IE316. Quiz 1 Review. Dr. Ted Ralphs

Advanced Operations Research Techniques IE316. Quiz 1 Review. Dr. Ted Ralphs Advanced Operations Research Techniques IE316 Quiz 1 Review Dr. Ted Ralphs IE316 Quiz 1 Review 1 Reading for The Quiz Material covered in detail in lecture. 1.1, 1.4, 2.1-2.6, 3.1-3.3, 3.5 Background material

More information

Convex Optimization. Chapter 1 - chapter 2.2

Convex Optimization. Chapter 1 - chapter 2.2 Convex Optimization Chapter 1 - chapter 2.2 Introduction In optimization literatures, one will frequently encounter terms like linear programming, convex set convex cone, convex hull, semidefinite cone

More information

Some Advanced Topics in Linear Programming

Some Advanced Topics in Linear Programming Some Advanced Topics in Linear Programming Matthew J. Saltzman July 2, 995 Connections with Algebra and Geometry In this section, we will explore how some of the ideas in linear programming, duality theory,

More information

CS 435, 2018 Lecture 2, Date: 1 March 2018 Instructor: Nisheeth Vishnoi. Convex Programming and Efficiency

CS 435, 2018 Lecture 2, Date: 1 March 2018 Instructor: Nisheeth Vishnoi. Convex Programming and Efficiency CS 435, 2018 Lecture 2, Date: 1 March 2018 Instructor: Nisheeth Vishnoi Convex Programming and Efficiency In this lecture, we formalize convex programming problem, discuss what it means to solve it efficiently

More information

Conic Duality. yyye

Conic Duality.  yyye Conic Linear Optimization and Appl. MS&E314 Lecture Note #02 1 Conic Duality Yinyu Ye Department of Management Science and Engineering Stanford University Stanford, CA 94305, U.S.A. http://www.stanford.edu/

More information

Linear Programming. Larry Blume. Cornell University & The Santa Fe Institute & IHS

Linear Programming. Larry Blume. Cornell University & The Santa Fe Institute & IHS Linear Programming Larry Blume Cornell University & The Santa Fe Institute & IHS Linear Programs The general linear program is a constrained optimization problem where objectives and constraints are all

More information

Convexity: an introduction

Convexity: an introduction Convexity: an introduction Geir Dahl CMA, Dept. of Mathematics and Dept. of Informatics University of Oslo 1 / 74 1. Introduction 1. Introduction what is convexity where does it arise main concepts and

More information

Lecture 1: Introduction

Lecture 1: Introduction CSE 599: Interplay between Convex Optimization and Geometry Winter 218 Lecturer: Yin Tat Lee Lecture 1: Introduction Disclaimer: Please tell me any mistake you noticed. 1.1 Course Information Objective:

More information

Convexity and Optimization

Convexity and Optimization Convexity and Optimization Richard Lusby Department of Management Engineering Technical University of Denmark Today s Material Extrema Convex Function Convex Sets Other Convexity Concepts Unconstrained

More information

Linear & Conic Programming Reformulations of Two-Stage Robust Linear Programs

Linear & Conic Programming Reformulations of Two-Stage Robust Linear Programs 1 / 34 Linear & Conic Programming Reformulations of Two-Stage Robust Linear Programs Erick Delage CRC in decision making under uncertainty Department of Decision Sciences HEC Montreal (joint work with

More information

Introduction to Optimization Problems and Methods

Introduction to Optimization Problems and Methods Introduction to Optimization Problems and Methods wjch@umich.edu December 10, 2009 Outline 1 Linear Optimization Problem Simplex Method 2 3 Cutting Plane Method 4 Discrete Dynamic Programming Problem Simplex

More information

Lecture 2 Convex Sets

Lecture 2 Convex Sets Optimization Theory and Applications Lecture 2 Convex Sets Prof. Chun-Hung Liu Dept. of Electrical and Computer Engineering National Chiao Tung University Fall 2016 2016/9/29 Lecture 2: Convex Sets 1 Outline

More information

Bilinear Programming

Bilinear Programming Bilinear Programming Artyom G. Nahapetyan Center for Applied Optimization Industrial and Systems Engineering Department University of Florida Gainesville, Florida 32611-6595 Email address: artyom@ufl.edu

More information

Convexity and Optimization

Convexity and Optimization Convexity and Optimization Richard Lusby DTU Management Engineering Class Exercises From Last Time 2 DTU Management Engineering 42111: Static and Dynamic Optimization (3) 18/09/2017 Today s Material Extrema

More information

Mathematical and Algorithmic Foundations Linear Programming and Matchings

Mathematical and Algorithmic Foundations Linear Programming and Matchings Adavnced Algorithms Lectures Mathematical and Algorithmic Foundations Linear Programming and Matchings Paul G. Spirakis Department of Computer Science University of Patras and Liverpool Paul G. Spirakis

More information

4.1 Graphical solution of a linear program and standard form

4.1 Graphical solution of a linear program and standard form 4.1 Graphical solution of a linear program and standard form Consider the problem min c T x Ax b x where x = ( x1 x ) ( 16, c = 5 ), b = 4 5 9, A = 1 7 1 5 1. Solve the problem graphically and determine

More information

Convex Optimization. Erick Delage, and Ashutosh Saxena. October 20, (a) (b) (c)

Convex Optimization. Erick Delage, and Ashutosh Saxena. October 20, (a) (b) (c) Convex Optimization (for CS229) Erick Delage, and Ashutosh Saxena October 20, 2006 1 Convex Sets Definition: A set G R n is convex if every pair of point (x, y) G, the segment beteen x and y is in A. More

More information

Lecture 19 Subgradient Methods. November 5, 2008

Lecture 19 Subgradient Methods. November 5, 2008 Subgradient Methods November 5, 2008 Outline Lecture 19 Subgradients and Level Sets Subgradient Method Convergence and Convergence Rate Convex Optimization 1 Subgradients and Level Sets A vector s is a

More information

6 Randomized rounding of semidefinite programs

6 Randomized rounding of semidefinite programs 6 Randomized rounding of semidefinite programs We now turn to a new tool which gives substantially improved performance guarantees for some problems We now show how nonlinear programming relaxations can

More information

The Simplex Algorithm

The Simplex Algorithm The Simplex Algorithm Uri Feige November 2011 1 The simplex algorithm The simplex algorithm was designed by Danzig in 1947. This write-up presents the main ideas involved. It is a slight update (mostly

More information

Disciplined Convex Programming and CVX

Disciplined Convex Programming and CVX EE364a Review Disciplined Convex Programming and CVX convex optimization solvers modeling systems disciplined convex programming CVX 1 Convex optimization solvers LP solvers lots available (GLPK, Excel,

More information

Definition 3.1 The partial derivatives of a function f(x, y) defined on an open domain containing (x, y) are denoted by f

Definition 3.1 The partial derivatives of a function f(x, y) defined on an open domain containing (x, y) are denoted by f Chapter 3 Draft October 3, 009 3. Partial Derivatives Overview: Partial derivatives are defined by differentiation in one variable, viewing all others as constant (frozen at some value). The reduction

More information

Linear and Integer Programming :Algorithms in the Real World. Related Optimization Problems. How important is optimization?

Linear and Integer Programming :Algorithms in the Real World. Related Optimization Problems. How important is optimization? Linear and Integer Programming 15-853:Algorithms in the Real World Linear and Integer Programming I Introduction Geometric Interpretation Simplex Method Linear or Integer programming maximize z = c T x

More information

Lecture 2. Topology of Sets in R n. August 27, 2008

Lecture 2. Topology of Sets in R n. August 27, 2008 Lecture 2 Topology of Sets in R n August 27, 2008 Outline Vectors, Matrices, Norms, Convergence Open and Closed Sets Special Sets: Subspace, Affine Set, Cone, Convex Set Special Convex Sets: Hyperplane,

More information

Discrete Optimization 2010 Lecture 5 Min-Cost Flows & Total Unimodularity

Discrete Optimization 2010 Lecture 5 Min-Cost Flows & Total Unimodularity Discrete Optimization 2010 Lecture 5 Min-Cost Flows & Total Unimodularity Marc Uetz University of Twente m.uetz@utwente.nl Lecture 5: sheet 1 / 26 Marc Uetz Discrete Optimization Outline 1 Min-Cost Flows

More information

Lecture 6: Faces, Facets

Lecture 6: Faces, Facets IE 511: Integer Programming, Spring 2019 31 Jan, 2019 Lecturer: Karthik Chandrasekaran Lecture 6: Faces, Facets Scribe: Setareh Taki Disclaimer: These notes have not been subjected to the usual scrutiny

More information

Applied Lagrange Duality for Constrained Optimization

Applied Lagrange Duality for Constrained Optimization Applied Lagrange Duality for Constrained Optimization Robert M. Freund February 10, 2004 c 2004 Massachusetts Institute of Technology. 1 1 Overview The Practical Importance of Duality Review of Convexity

More information

Perspective Mappings. Contents

Perspective Mappings. Contents Perspective Mappings David Eberly, Geometric Tools, Redmond WA 98052 https://www.geometrictools.com/ This work is licensed under the Creative Commons Attribution 4.0 International License. To view a copy

More information

= w. w u. u ; u + w. x x. z z. y y. v + w. . Remark. The formula stated above is very important in the theory of. surface integral.

= w. w u. u ; u + w. x x. z z. y y. v + w. . Remark. The formula stated above is very important in the theory of. surface integral. 1 Chain rules 2 Directional derivative 3 Gradient Vector Field 4 Most Rapid Increase 5 Implicit Function Theorem, Implicit Differentiation 6 Lagrange Multiplier 7 Second Derivative Test Theorem Suppose

More information

Chapter 3 Numerical Methods

Chapter 3 Numerical Methods Chapter 3 Numerical Methods Part 1 3.1 Linearization and Optimization of Functions of Vectors 1 Problem Notation 2 Outline 3.1.1 Linearization 3.1.2 Optimization of Objective Functions 3.1.3 Constrained

More information

Numerical Optimization

Numerical Optimization Convex Sets Computer Science and Automation Indian Institute of Science Bangalore 560 012, India. NPTEL Course on Let x 1, x 2 R n, x 1 x 2. Line and line segment Line passing through x 1 and x 2 : {y

More information

minimise f(x) subject to g(x) = b, x X. inf f(x) = inf L(x,

minimise f(x) subject to g(x) = b, x X. inf f(x) = inf L(x, Optimisation Lecture 3 - Easter 2017 Michael Tehranchi Lagrangian necessity Consider the problem Let minimise f(x) subject to g(x) = b, x X. L(x, λ) = f(x) + λ (b g(x)) be the Lagrangian. Notice that for

More information

POLYHEDRAL GEOMETRY. Convex functions and sets. Mathematical Programming Niels Lauritzen Recall that a subset C R n is convex if

POLYHEDRAL GEOMETRY. Convex functions and sets. Mathematical Programming Niels Lauritzen Recall that a subset C R n is convex if POLYHEDRAL GEOMETRY Mathematical Programming Niels Lauritzen 7.9.2007 Convex functions and sets Recall that a subset C R n is convex if {λx + (1 λ)y 0 λ 1} C for every x, y C and 0 λ 1. A function f :

More information

Linear programming and duality theory

Linear programming and duality theory Linear programming and duality theory Complements of Operations Research Giovanni Righini Linear Programming (LP) A linear program is defined by linear constraints, a linear objective function. Its variables

More information

Optimization under uncertainty: modeling and solution methods

Optimization under uncertainty: modeling and solution methods Optimization under uncertainty: modeling and solution methods Paolo Brandimarte Dipartimento di Scienze Matematiche Politecnico di Torino e-mail: paolo.brandimarte@polito.it URL: http://staff.polito.it/paolo.brandimarte

More information

Unconstrained Optimization Principles of Unconstrained Optimization Search Methods

Unconstrained Optimization Principles of Unconstrained Optimization Search Methods 1 Nonlinear Programming Types of Nonlinear Programs (NLP) Convexity and Convex Programs NLP Solutions Unconstrained Optimization Principles of Unconstrained Optimization Search Methods Constrained Optimization

More information

. 1. Chain rules. Directional derivative. Gradient Vector Field. Most Rapid Increase. Implicit Function Theorem, Implicit Differentiation

. 1. Chain rules. Directional derivative. Gradient Vector Field. Most Rapid Increase. Implicit Function Theorem, Implicit Differentiation 1 Chain rules 2 Directional derivative 3 Gradient Vector Field 4 Most Rapid Increase 5 Implicit Function Theorem, Implicit Differentiation 6 Lagrange Multiplier 7 Second Derivative Test Theorem Suppose

More information

Introduction to CVX. Olivier Fercoq and Rachael Tappenden. 24 June pm, ICMS Newhaven Lecture Theatre

Introduction to CVX. Olivier Fercoq and Rachael Tappenden. 24 June pm, ICMS Newhaven Lecture Theatre Introduction to CVX Olivier Fercoq and Rachael Tappenden 24 June 2014 4-5 pm, ICMS Newhaven Lecture Theatre What is optimization? Wikipedia: an optimization problem consists of maximizing or minimizing

More information

15. Cutting plane and ellipsoid methods

15. Cutting plane and ellipsoid methods EE 546, Univ of Washington, Spring 2012 15. Cutting plane and ellipsoid methods localization methods cutting-plane oracle examples of cutting plane methods ellipsoid method convergence proof inequality

More information

CS 473: Algorithms. Ruta Mehta. Spring University of Illinois, Urbana-Champaign. Ruta (UIUC) CS473 1 Spring / 29

CS 473: Algorithms. Ruta Mehta. Spring University of Illinois, Urbana-Champaign. Ruta (UIUC) CS473 1 Spring / 29 CS 473: Algorithms Ruta Mehta University of Illinois, Urbana-Champaign Spring 2018 Ruta (UIUC) CS473 1 Spring 2018 1 / 29 CS 473: Algorithms, Spring 2018 Simplex and LP Duality Lecture 19 March 29, 2018

More information

Generalized Nash Equilibrium Problem: existence, uniqueness and

Generalized Nash Equilibrium Problem: existence, uniqueness and Generalized Nash Equilibrium Problem: existence, uniqueness and reformulations Univ. de Perpignan, France CIMPA-UNESCO school, Delhi November 25 - December 6, 2013 Outline of the 7 lectures Generalized

More information

Alternating Projections

Alternating Projections Alternating Projections Stephen Boyd and Jon Dattorro EE392o, Stanford University Autumn, 2003 1 Alternating projection algorithm Alternating projections is a very simple algorithm for computing a point

More information

Linear Optimization. Andongwisye John. November 17, Linkoping University. Andongwisye John (Linkoping University) November 17, / 25

Linear Optimization. Andongwisye John. November 17, Linkoping University. Andongwisye John (Linkoping University) November 17, / 25 Linear Optimization Andongwisye John Linkoping University November 17, 2016 Andongwisye John (Linkoping University) November 17, 2016 1 / 25 Overview 1 Egdes, One-Dimensional Faces, Adjacency of Extreme

More information

Convexization in Markov Chain Monte Carlo

Convexization in Markov Chain Monte Carlo in Markov Chain Monte Carlo 1 IBM T. J. Watson Yorktown Heights, NY 2 Department of Aerospace Engineering Technion, Israel August 23, 2011 Problem Statement MCMC processes in general are governed by non

More information

4 Integer Linear Programming (ILP)

4 Integer Linear Programming (ILP) TDA6/DIT37 DISCRETE OPTIMIZATION 17 PERIOD 3 WEEK III 4 Integer Linear Programg (ILP) 14 An integer linear program, ILP for short, has the same form as a linear program (LP). The only difference is that

More information

1. Suppose that the equation F (x, y, z) = 0 implicitly defines each of the three variables x, y, and z as functions of the other two:

1. Suppose that the equation F (x, y, z) = 0 implicitly defines each of the three variables x, y, and z as functions of the other two: Final Solutions. Suppose that the equation F (x, y, z) implicitly defines each of the three variables x, y, and z as functions of the other two: z f(x, y), y g(x, z), x h(y, z). If F is differentiable

More information

Machine Learning for Signal Processing Lecture 4: Optimization

Machine Learning for Signal Processing Lecture 4: Optimization Machine Learning for Signal Processing Lecture 4: Optimization 13 Sep 2015 Instructor: Bhiksha Raj (slides largely by Najim Dehak, JHU) 11-755/18-797 1 Index 1. The problem of optimization 2. Direct optimization

More information

Lecture 2 Optimization with equality constraints

Lecture 2 Optimization with equality constraints Lecture 2 Optimization with equality constraints Constrained optimization The idea of constrained optimisation is that the choice of one variable often affects the amount of another variable that can be

More information