Chapter 4: Problem Statement CK Cheng Dept. of Computer Science and - - PowerPoint PPT Presentation

โ–ถ
chapter 4 problem statement
SMART_READER_LITE
LIVE PREVIEW

Chapter 4: Problem Statement CK Cheng Dept. of Computer Science and - - PowerPoint PPT Presentation

CSE203B Convex Optimization: Chapter 4: Problem Statement CK Cheng Dept. of Computer Science and Engineering University of California, San Diego 1 Convex Optimization Formulation 1. Introduction I. Eliminating equality constants II. Slack


slide-1
SLIDE 1

1

CSE203B Convex Optimization: Chapter 4: Problem Statement

CK Cheng

  • Dept. of Computer Science and Engineering

University of California, San Diego

slide-2
SLIDE 2

Convex Optimization Formulation

2

  • 1. Introduction

I. Eliminating equality constants II. Slack variables

  • III. Absolute values, softmax
  • 2. Optimality Conditions

I. Local vs. global optimum II. Optimality criterion for differentiable ๐‘” i. Optimization without constraints ii.

  • Opt. with inequality constraints
  • iii. Opt. with equality constraints
  • III. Quasi-convex optimization
  • 3. Linear Optimization
  • 4. Quadratic Optimization
  • 5. Geometric Programming
  • 6. Generalized Inequality Constraints
slide-3
SLIDE 3
  • 1. Introduction

3

Formulation: One of the most critical processes to conduct a

  • project. min ๐‘”

0(๐‘ฆ)

๐‘ก. ๐‘ข. ๐‘”

๐‘— ๐‘ฆ โ‰ค 0 ๐‘— = 1, โ€ฆ , ๐‘›

โ„Ž๐‘— ๐‘ฆ = 0 ๐‘— = 1, โ€ฆ , ๐‘ž (๐ต๐‘ฆ = ๐‘ Affine set) ๐‘ฆ โˆˆ ๐‘†๐‘œ ๐ธ

๐‘”

0 ๐‘”

0: ๐‘†๐‘œ โ†’ ๐‘†

๐ธ

๐‘”๐‘— ๐‘” ๐‘—: ๐‘†๐‘œ โ†’ ๐‘†

๐ธโ„Ž๐‘— โ„Ž๐‘—: ๐‘†๐‘œ โ†’ ๐‘† ๐‘”

0, ๐‘” ๐‘—, โ€ฆ , ๐‘” ๐‘› ๐‘๐‘ ๐‘“ ๐‘‘๐‘๐‘œ๐‘ค๐‘“๐‘ฆ

๐ธ =โˆฉ๐‘—=0,๐‘› ๐ธ

๐‘” โˆฉ๐‘—=0,๐‘ž ๐ธโ„Ž๐‘— Domain of functions, but not the

feasible set. Feasible Set: The set which satisfies the constraints (is convex for convex problems).

slide-4
SLIDE 4

1.1 Introduction: Eliminating Equality Constraints

4

min ๐‘”

0(๐‘ฆ)

๐‘ก. ๐‘ข. ๐‘”

๐‘— ๐‘ฆ โ‰ค 0 ๐‘— = 1, โ€ฆ , ๐‘›

๐ต๐‘ฆ = ๐‘ a. Convert ๐‘ฆ ๐ต๐‘ฆ = ๐‘ ๐‘ข๐‘ ๐บ๐‘จ + ๐‘ฆ0 ๐‘จ โˆˆ ๐‘†๐‘™

  • b. We have a equivalent problem

min ๐‘”

0(๐บ๐‘จ + ๐‘ฆ0)

๐‘ก. ๐‘ข. ๐‘”

๐‘— ๐บ๐‘จ + ๐‘ฆ0 โ‰ค 0

Remark: Matrix ๐บ contains columns of null space basis

slide-5
SLIDE 5

1.2 Introduction: Slack Variables

5

Add slack variables to convert to an equivalent problem a. Convert the objective function with variable t min ๐‘ข ๐‘ก. ๐‘ข. ๐‘”

0 ๐‘ฆ โˆ’ ๐‘ข โ‰ค 0

๐‘”

๐‘— ๐‘ฆ โ‰ค 0, ๐‘— = 1, โ€ฆ , ๐‘›

๐ต๐‘ˆ๐‘ฆ = ๐‘

  • b. Convert the inequality with variables ๐‘ก๐‘—

min ๐‘”

0(๐‘ฆ)

๐‘ก. ๐‘ข. ๐‘”

๐‘— ๐‘ฆ + ๐‘ก๐‘— = 0

๐ต๐‘ˆ๐‘ฆ = ๐‘ ๐‘ก๐‘— โˆˆ ๐‘†+, ๐‘— = 1, โ€ฆ , ๐‘› min ๐‘”

0(๐‘ฆ)

๐‘ก. ๐‘ข. ๐‘”

๐‘— ๐‘ฆ โ‰ค 0, ๐‘— = 1, โ€ฆ , ๐‘›

๐ต๐‘ฆ = ๐‘

slide-6
SLIDE 6

1.3 Introduction: Absolute values and Softmax

6

  • a. Absolute values

๐‘”

๐‘—(๐‘ฆ) โ‰ค ๐‘

โ‡’ ๐‘”

๐‘— ๐‘ฆ โ‰ค ๐‘ ๐‘๐‘œ๐‘’

โˆ’๐‘”

๐‘— ๐‘ฆ โ‰ค ๐‘

  • b. Maximum values

max{๐‘”

1, ๐‘” 2, โ€ฆ , ๐‘” ๐‘›}

Soft๐‘›๐‘๐‘ฆ:

1 ๐›ฝ log ( ๐‘“๐›ฝ๐‘”

1 + ๐‘“๐›ฝ๐‘” 1 + โ‹ฏ + ๐‘“๐›ฝ๐‘” ๐‘›)

๐น๐‘ฆ๐‘๐‘›๐‘ž๐‘š๐‘“: max{1, 5, 10, 2, 3} โ‡’ Softmax 1 ๐›ฝ log(๐‘“๐›ฝ + ๐‘“5๐›ฝ + ๐‘“10๐›ฝ + ๐‘“2๐›ฝ + ๐‘“3๐›ฝ) โ‰ˆ 10

slide-7
SLIDE 7

2.1 Optimality Conditions: Local vs. Global Optima

7

Definition: Local Optima Given a convex optimization problem and a point าง ๐‘ฆ โˆˆ ๐‘†๐‘œ If there exists a ๐‘  > 0 ๐‘ก. ๐‘ข. ๐‘”

0 ๐‘จ โ‰ฅ ๐‘”

าง ๐‘ฆ for all ๐‘จ โˆˆ Feasible Set, and ๐‘จ โˆ’ าง ๐‘ฆ 2 โ‰ค ๐‘  Then าง ๐‘ฆ is a local optimum.

slide-8
SLIDE 8

2.2 Optimality Conditions

8

Theorem: Given a convex opt. problem If าง ๐‘ฆ is a local optimum, then าง ๐‘ฆ is a global optimum Proof: By contradiction Suppose that โˆƒ๐‘ง โˆˆ ๐บ๐‘“๐‘๐‘ก๐‘—๐‘๐‘š๐‘“ ๐‘‡๐‘“๐‘ข ๐‘ก. ๐‘ข. ๐‘” าง ๐‘ฆ > ๐‘”

0 ๐‘ง

We have ๐‘” าง ๐‘ฆ > 1 โˆ’ ๐œ„ ๐‘” าง ๐‘ฆ + ๐œ„๐‘”

0 เดค

๐‘ง ๐‘๐‘ง ๐‘๐‘ก๐‘ก๐‘ฃ๐‘›๐‘ž๐‘ข๐‘—๐‘๐‘œ > ๐‘”

0( 1 โˆ’ ๐œ„

าง ๐‘ฆ + ๐œ„เดค ๐‘ง) ๐‘”

0 ๐‘—๐‘ก ๐‘‘๐‘๐‘œ๐‘ค๐‘“๐‘ฆ

And 1 โˆ’ ๐œ„ าง ๐‘ฆ + ๐œ„เดค ๐‘ง is feasible (Feasible set is convex) The inequality contradicts to the assumption of local optima.

slide-9
SLIDE 9

2.2 Optimality Criterion for Differentiable ๐‘”

0 ๐‘ฆ

9

Theorem: If ๐›ผ๐‘”

0 ๐‘ฆ ๐‘ˆ ๐‘ง โˆ’ ๐‘ฆ โ‰ฅ 0, for a given ๐‘ฆ โˆˆFeasible Set

and for all ๐‘ง โˆˆ Feasible Set, then ๐‘ฆ is optimal. (i. e. ๐ฟ = ๐‘ง โˆ’ ๐‘ฆ ๐‘ง โˆˆ ๐‘”๐‘“๐‘๐‘ก๐‘—๐‘๐‘š๐‘“ ๐‘ก๐‘“๐‘ข , โˆ‡๐‘”

0 ๐‘ฆ โˆˆ ๐ฟโˆ—)

Proof: From the first order condition of convex function, we have ๐‘”

0 ๐‘ง โ‰ฅ ๐‘” 0 ๐‘ฆ + ๐›ผ๐‘” 0 ๐‘ฆ ๐‘ˆ(๐‘ง โˆ’ ๐‘ฆ).

Given the condition that ๐›ผ๐‘”

๐‘ˆ ๐‘ฆ

๐‘ง โˆ’ ๐‘ฆ โ‰ฅ 0, โˆ€๐‘ง in feasible set. We have ๐‘”

0 ๐‘ง โ‰ฅ ๐‘” 0 ๐‘ฆ , โˆ€๐‘ง in feasible set, which implies that ๐‘ฆ

is optimal. Remark: ๐›ผ๐‘”

๐‘ˆ ๐‘ฆ

๐‘ง โˆ’ ๐‘ฆ = 0 is a supporting hyperplane to feasible set at ๐‘ฆ.

slide-10
SLIDE 10

2.2.1 Optimality Criterion without Constraints

10

Theorem: For problem min ๐‘”

0 ๐‘ฆ , ๐‘ฆ โˆˆ ๐‘†๐‘œ, where ๐‘” 0 is convex,

the optimal condition is โˆ‡๐‘”

0 ๐‘ฆ = 0.

Proof: (โˆ‡๐‘”

0 ๐‘ฆ = 0 โ‡’ Optimality)

Since ๐‘”

0 ๐‘ง โ‰ฅ ๐‘” 0 ๐‘ฆ + ๐›ผ๐‘” 0 ๐‘ฆ ๐‘ˆ ๐‘ง โˆ’ ๐‘ฆ , โˆ€๐‘ฆ, ๐‘ง โˆˆ ๐‘†๐‘œ (first order

condition of convex function) We have ๐‘”

0 ๐‘ง โ‰ฅ ๐‘” 0 ๐‘ฆ .

Therefore, x is an optimal solution. (โˆ‡๐‘”

0 ๐‘ฆ = 0 โ‡ Optimality) By contradiction

slide-11
SLIDE 11

2.2.2 Opt. with Inequality Constraints

11

Problem: Min ๐‘”

0 ๐‘ฆ

s.t. ๐ต๐‘ฆ โ‰ค ๐‘, ๐ต โˆˆ ๐‘†๐‘›ร—๐‘œ Suppose that ๐ต าง ๐‘ฆ = ๐‘ (one particular case). Let ๐‘ฆ = าง ๐‘ฆ + ๐‘ฃ. We can write แ‰Šmin ๐‘” าง ๐‘ฆ + ๐‘ฃ ๐ต๐‘ฃ โ‰ค 0

  • Opt. condition: ๐›ผ๐‘”

0 ๐‘ฆ ๐‘ˆ๐‘ฃ โ‰ฅ 0, โˆ€{๐‘ฃ|๐ต๐‘ฃ โ‰ค 0} โ‰ก ๐ฟ

In other words, ๐›ผ๐‘” าง ๐‘ฆ โˆˆ ๐ฟโˆ— ๐‘๐‘” ๐ฟ = ๐‘ฃ ๐ต๐‘ฃ โ‰ค 0 ๐‘๐‘œ๐‘’ ๐ฟโˆ— = {โˆ’๐ต๐‘ˆ๐‘ค|๐‘ค โ‰ฅ 0} i.e. ๐›ผ๐‘” าง ๐‘ฆ = โˆ’๐ต๐‘ˆ๐‘ค, โˆƒ๐‘ค โˆˆ ๐‘†+

๐‘›

๐›ผ๐‘”

0( าง

๐‘ฆ) + ๐ต๐‘ˆ๐‘ค = 0, ๐‘ค โ‰ฅ 0.

slide-12
SLIDE 12

2.2.3 Opt. with Equality Constraints

12

แ‰Š min ๐‘”

0 ๐‘ฆ

๐‘ก. ๐‘ข. ๐ต๐‘ฆ = ๐‘ Let ๐‘ฆ = าง ๐‘ฆ + ๐‘ฃ and ๐ต าง ๐‘ฆ = ๐‘, we have แ‰Šmin ๐‘” าง ๐‘ฆ + ๐‘ฃ ๐ต๐‘ฃ = 0 , ๐ฟ = {๐‘ฃ|๐ต๐‘ฃ = 0} ๐›ผ๐‘” าง ๐‘ฆ โˆˆ ๐ฟโˆ—, ๐ฟโˆ— = {๐ต๐‘ˆ๐‘ค|๐‘ค โˆˆ ๐‘†๐‘ž} ๐›ผ๐‘” าง ๐‘ฆ + ๐ต๐‘ˆ๐‘ค = 0 Let ๐ฟ1= ๐‘ฃ ๐ต๐‘ฃ โ‰ฅ 0 ๐ฟ2 = ๐‘ฃ โˆ’๐ต๐‘ฃ โ‰ฅ 0 We have ๐ฟ1

โˆ— = ๐ต๐‘ˆ๐‘ค ๐‘ค โ‰ฅ 0

๐ฟ2

โˆ— = โˆ’๐ต๐‘ˆ๐‘ค ๐‘ค โ‰ฅ 0 = ๐ต๐‘ˆ๐‘ค ๐‘ค โ‰ค 0

(๐ฟ1โˆฉ ๐ฟ2)โˆ— = ๐ฟ1

โˆ— โˆช ๐ฟ2 โˆ— = {๐ต๐‘ˆ๐‘ค|๐‘ค โˆˆ ๐‘†๐‘ž}

slide-13
SLIDE 13

2.2.3 Opt. with Equality Constraints: Example

13

min

๐‘ฆ ๐‘” ๐‘ฆ = ๐‘ฆ1 2 + ๐‘ฆ2 2

๐‘ก. ๐‘ข. 2 1 ๐‘ฆ1 ๐‘ฆ2 = 3 We can derive ๐‘ฆโˆ— = ๐‘ฆ1

โˆ—, ๐‘ฆ2 โˆ— = ( 6 5 , 3 5)

๐›ผ๐‘” ๐‘ฆโˆ— = 2๐‘ฆ1

โˆ—

2๐‘ฆ2

โˆ— = 12 5 6 5

, ๐›ผ๐‘” ๐‘ฆโˆ— + ๐ต๐‘ˆ๐‘ค =

12 5 6 5

+ 2 1 ร— โˆ’

6 5 = 0

New Problem: ๐›ผ๐‘” ๐‘ฆ + ๐ต๐‘ˆ๐‘ค = 0 ๐ต๐‘ฆ = ๐‘ โ‡’ 2๐‘ฆ1 2๐‘ฆ2 + 2 1 ๐‘ค = 0 2 1 ๐‘ฆ1 ๐‘ฆ2 = 3

slide-14
SLIDE 14

2.3 Quasiconvex Functions

14

๐‘”: ๐‘†๐‘œ โ†’ ๐‘† is called quasiconvex (unimodal) sublevel set ๐‘‡๐‘ข = ๐‘ฆ ๐‘ฆ โˆˆ ๐‘’๐‘๐‘› ๐‘”, ๐‘” ๐‘ฆ โ‰ค ๐‘ข} if its domain and all sublevel sets ๐‘‡๐‘ข, โˆ€๐‘ข โˆˆ ๐‘† are convex, ๐‘”: ๐‘†๐‘œ โ†’ ๐‘† is called quasiconcave if โˆ’๐‘” is quasiconvex. ๐‘”(๐‘ฆ) quasiconvex and quasiconcave โ†’ quasilinear Ex: log ๐‘ฆ, ๐‘ฆ โˆˆ ๐‘†++

slide-15
SLIDE 15

15

Ex: Ceiling function ๐ท๐‘“๐‘—๐‘š ๐‘ฆ = inf ๐‘จ โˆˆ ๐‘Ž ๐‘จ > ๐‘ฆ : quasilinear Ex: ๐‘” ๐‘ฆ1, ๐‘ฆ2 = ๐‘ฆ1๐‘ฆ2 =

1 2 ๐‘ฆ1

๐‘ฆ2 1 1 ๐‘ฆ1 ๐‘ฆ2 is quasiconcave in ๐‘†+

2, ๐‘‡๐‘ข = ๐‘ฆ โˆˆ ๐‘†+ 2 ๐‘ฆ1๐‘ฆ2 โ‰ฅ ๐‘ข}

Ex: ๐‘” ๐‘ฆ =

๐‘๐‘ˆ๐‘ฆ+๐‘ ๐‘‘๐‘ˆ๐‘ฆ+๐‘’ for ๐‘‘๐‘ˆ๐‘ฆ + ๐‘’ > 0

๐‘‡๐‘ข = ๐‘ฆ ๐‘‘๐‘ˆ๐‘ฆ + ๐‘’ > 0, ๐‘๐‘ˆ + ๐‘ โ‰ค ๐‘ข(๐‘‘๐‘ˆ๐‘ฆ + ๐‘’)}

  • pen halfspace closed halfspace

โ†’ ๐‘‡๐‘ข is convex (๐‘ข is given here) โ†’ ๐‘”(๐‘ฆ) is เต  quasiconvex quasiconcave โ†’ quasilinear

2.3 Quasiconvex Functions

slide-16
SLIDE 16

2.3 Quasiconvex Optimization

16

min ๐‘”

๐‘(๐‘ฆ) (๐‘” ๐‘(๐‘ฆ) is quasiconvex, ๐‘” ๐‘—โ€ฒ๐‘ก are convex.)

๐‘ก. ๐‘ข. ๐‘”

๐‘— ๐‘ฆ โ‰ค 0, ๐‘— = 1, โ€ฆ , ๐‘›

๐ต๐‘ฆ = ๐‘ Remark: A locally opt. solution (๐‘ฆ, ๐‘”

0 ๐‘ฆ ) may not be globally opt.

Algorithm: Bisection method for quasiconvex optimization. Given ๐‘š โ‰ค ๐‘žโˆ— โ‰ค ๐‘ฃ, ๐œ— > 0 Repeat 1. ๐‘ข = (๐‘š + ๐‘ฃ)/2

  • 2. Find a feasible solution ๐‘ฆ:

๐‘ก. ๐‘ข. ฮฆ๐‘ข ๐‘ฆ โ‰ค 0 ๐‘”

0 ๐‘ฆ โ‰ค ๐‘ข โ‡” ฮฆt ๐‘ฆ โ‰ค 0

๐‘”

๐‘— ๐‘ฆ โ‰ค 0

๐ต๐‘ฆ = ๐‘

  • 3. If solution is feasible, ๐‘ฃ = ๐‘ข, ๐‘“๐‘š๐‘ก๐‘“ ๐‘š = ๐‘ข

Until ๐‘ฃ โˆ’ ๐‘š โ‰ค ๐œ— Ex: ๐‘” ๐‘ฆ =

๐‘ž ๐‘ฆ ๐‘Ÿ ๐‘ฆ โ‰ค ๐‘ข โ†’ ๐‘ž ๐‘ฆ โˆ’ ๐‘ข๐‘Ÿ ๐‘ฆ โ‰ค 0 (p is convex & q is

concave) Find a convex function

slide-17
SLIDE 17
  • 3. Linear Programming: Format

17

General Form : min ๐‘‘๐‘ˆ๐‘ฆ ๐‘ก. ๐‘ข. ๐ป๐‘ฆ โ‰ค โ„Ž, ๐ป โˆˆ ๐‘†๐‘›โˆ—๐‘œ, ๐ต โˆˆ ๐‘†๐‘žโˆ—๐‘œ ๐ต๐‘ฆ = ๐‘ Standard Form : min ๐‘‘๐‘ˆ๐‘ฆ ๐‘ก. ๐‘ข. ๐ต๐‘ฆ = ๐‘ ๐‘ฆ โ‰ฅ 0 Remark: Figure out three possible situations

  • 1. No feasible solutions
  • 2. Unbounded solutions
  • 3. Bounded solutions
slide-18
SLIDE 18

18

min ๐‘‘๐‘ˆ๐‘ฆ ๐‘ก. ๐‘ข. ๐ต๐‘ฆ = ๐‘ (1) No feasible solutions: ๐‘ โˆ‰ ๐‘†(๐ต) (b is not in the range of A) e.g. 1 1 1 2 2 3 ๐‘ฆ1 ๐‘ฆ2 = 2 2 3 (2) Unbounded solutions: ๐‘ โˆˆ ๐‘†(๐ต) but ๐‘‘ โˆ‰ ๐‘†(๐ต๐‘ˆ) e.g. min 1 1 ๐‘ฆ1 ๐‘ฆ2 1 2 ๐‘ฆ1 ๐‘ฆ2 = 2 (The solution โ†’ โˆ’โˆž) (3) Bounded solutions: bโˆˆ ๐‘† ๐ต , ๐‘‘ โˆˆ ๐‘† ๐ต๐‘ˆ e.g. min 1 1 ๐‘ฆ1 ๐‘ฆ2 1 1 1 2 ๐‘ฆ1 ๐‘ฆ2 = 2 2 Thus ๐‘ฆโˆ— = 2 0 , ๐‘” ๐‘ฆโˆ— = 1 1 2 0 = 2

  • 3. Linear Programming: Cases
slide-19
SLIDE 19
  • 3. Linear Fractional Programming

19

P1: min ๐‘”

๐‘(๐‘ฆ) = ๐‘‘๐‘ˆ๐‘ฆ+๐‘’ ๐‘“๐‘ˆ๐‘ฆ+๐‘” , ๐‘’๐‘๐‘› ๐‘” ๐‘ = ๐‘ฆ ๐‘“๐‘ˆ๐‘ฆ + ๐‘” > 0}

๐‘ก. ๐‘ข. ๐ป๐‘ฆ โ‰ผ โ„Ž ๐ต๐‘ฆ = ๐‘ P1โ‡’P2: Let ๐‘ง =

๐‘ฆ ๐‘“๐‘ˆ๐‘ฆ+๐‘” ,

๐‘จ =

1 ๐‘“๐‘ˆ๐‘ฆ+๐‘”

P2: min ๐‘‘๐‘ˆ๐‘ง + ๐‘’๐‘จ ๐‘ก. ๐‘ข. ๐ป๐‘ง โˆ’ โ„Ž๐‘จ โ‰ค 0 ๐ต๐‘ง โˆ’ ๐‘๐‘จ = 0 ๐‘“๐‘ˆ๐‘ง + ๐‘”๐‘จ = 1 ๐‘จ โ‰ฅ 0

slide-20
SLIDE 20
  • 4. Quadratic Opt. Problems (QP)

20

QP : min

1 2 ๐‘ฆ๐‘ˆ๐‘„๐‘ฆ + ๐‘Ÿ๐‘ˆ๐‘ฆ + ๐‘ 

๐‘ก. ๐‘ข. ๐ป๐‘ฆ โ‰ผ โ„Ž ๐ต๐‘ฆ = ๐‘ ๐‘„ โˆˆ ๐‘‡+

๐‘œ, ๐ป โˆˆ ๐‘†๐‘›ร—๐‘œ, ๐ต โˆˆ ๐‘†๐‘žร—๐‘œ

QCQP : (Quadratically Constrained Quadratic Program) min

1 2 ๐‘ฆ๐‘ˆ๐‘„ ๐‘๐‘ฆ + ๐‘Ÿ๐‘ ๐‘ˆ๐‘ฆ + ๐‘  ๐‘

๐‘ก. ๐‘ข.

1 2 ๐‘ฆ๐‘ˆ๐‘„๐‘—๐‘ฆ + ๐‘Ÿ๐‘— ๐‘ˆ๐‘ฆ + ๐‘  ๐‘— โ‰ค 0, ๐‘— = 1, โ€ฆ , ๐‘›

๐ต๐‘ฆ = ๐‘ ๐‘„๐‘— โˆˆ ๐‘‡+

๐‘œ, ๐‘— = 0,1, โ€ฆ , ๐‘›

slide-21
SLIDE 21
  • 4. Quadratic Opt. Problems (SOCP)

21

SOCP : (Second-Order Cone Program) min ๐‘”๐‘ˆ๐‘ฆ ๐‘ก. ๐‘ข. ๐ต๐‘—๐‘ฆ + ๐‘๐‘—

2 โ‰ค ๐‘‘๐‘— ๐‘ˆ๐‘ฆ + ๐‘’๐‘—, ๐‘— = 1, โ€ฆ , ๐‘›

F๐‘ฆ =g ๐‘‡๐‘ƒ๐ท๐‘„: (๐ต๐‘ฆ + ๐‘, ๐‘‘๐‘ˆ๐‘ฆ + ๐‘’) lies in the second order cone ๐‘ง, ๐‘ข ๐‘ง

2 โ‰ค ๐‘ข, ๐‘ง โˆˆ ๐‘†๐‘™}

QCQP viewed as SOCP QCQP constraint: ๐‘ฆ๐‘ˆ๐ต๐‘ˆ๐ต๐‘ฆ + ๐‘๐‘ˆ๐‘ฆ + ๐‘‘ โ‰ค 0 can be expressed as a SOCP constraint: 1 + ๐‘๐‘ˆ๐‘ฆ + ๐‘‘ 2 ๐ต๐‘ฆ

2

โ‰ค (1 โˆ’ ๐‘๐‘ˆ๐‘ฆ โˆ’ ๐‘‘)/2

slide-22
SLIDE 22
  • 4. Quadratic Opt. Problems (SOCP)

22

SOCP : (Second-Order Cone Program) min ๐‘”๐‘ˆ๐‘ฆ ๐‘ก. ๐‘ข. ๐ต๐‘—๐‘ฆ + ๐‘๐‘—

2 โ‰ค ๐‘‘๐‘— ๐‘ˆ๐‘ฆ + ๐‘’๐‘—, ๐‘— = 1, โ€ฆ , ๐‘›

F๐‘ฆ =g Example: SOCP constraint: ๐‘ฆ1 ๐‘ฆ2

2 โ‰ค 2๐‘ฆ1 + 1, feasible region

slide-23
SLIDE 23
  • 4. Quadratic Opt. Problems (SOCP)

23

SOCP : (Second-Order Cone Program) min ๐‘”๐‘ˆ๐‘ฆ ๐‘ก. ๐‘ข. ๐ต๐‘—๐‘ฆ + ๐‘๐‘—

2 โ‰ค ๐‘‘๐‘— ๐‘ˆ๐‘ฆ + ๐‘’๐‘—, ๐‘— = 1, โ€ฆ , ๐‘›

F๐‘ฆ =g ๐‘‡๐‘ƒ๐ท๐‘„: (๐ต๐‘ฆ + ๐‘, ๐‘‘๐‘ˆ๐‘ฆ + ๐‘’) lies in the second order cone ๐‘ง, ๐‘ข ๐‘ง

2 โ‰ค ๐‘ข, ๐‘ง โˆˆ ๐‘†๐‘™}

SOCP viewed as a Semidefinite Program Problem SOCP constraint: ๐ต๐‘ฆ + ๐‘

2 โ‰ค ๐‘‘๐‘ˆ๐‘ฆ + ๐‘’

can be expressed as a Semidefinite Program constraint: ๐‘‘๐‘ˆ๐‘ฆ + ๐‘’ ๐ฝ ๐ต๐‘ฆ + ๐‘ ๐ต๐‘ฆ + ๐‘ ๐‘ˆ ๐‘‘๐‘ˆ๐‘ฆ + ๐‘’ โ‰ฝ 0

slide-24
SLIDE 24
  • 5. Geometric Programming

24

๐‘” ๐‘ฆ = เท

๐‘™=1 ๐‘™

๐‘‘๐‘™๐‘ฆ1

๐‘1๐‘™๐‘ฆ2 ๐‘2๐‘™ โ€ฆ ๐‘ฆ๐‘œ ๐‘๐‘œ๐‘™ ,

๐‘‘๐‘™ > 0, ๐‘๐‘—๐‘™ โˆˆ ๐‘†, ๐‘ฆ โˆˆ ๐‘†++

๐‘œ

Each term is called monomial ๐‘”(๐‘ฆ) is called posynomial Geometric Program: min ๐‘”

๐‘ ๐‘ฆ

s.t. ๐‘”

๐‘— ๐‘ฆ โ‰ค 1, ๐‘— = 1, โ€ฆ , ๐‘›

โ„Ž๐‘— ๐‘ฆ = 1, ๐‘— = 1, โ€ฆ , ๐‘ž ๐‘ฆ > 0 ๐‘”

๐‘—s are posynomials

โ„Ž๐‘—s are monomials

slide-25
SLIDE 25
  • 5. Geometric programing in convex form

25

monomial ๐‘” ๐‘ฆ = ๐‘‘๐‘ฆ1

๐‘1 โ€ฆ ๐‘๐‘œ ๐‘๐‘œ, ๐‘ฆ โˆˆ ๐‘†++ ๐‘œ

log ๐‘”(๐‘“๐‘ง1, โ€ฆ , ๐‘“๐‘ง๐‘œ) = ๐‘๐‘ˆ๐‘ง + ๐‘, ๐‘ = log ๐‘‘ polynomial ๐‘” ๐‘ฆ = ฯƒ๐‘™=1

๐ฟ

๐‘‘๐‘™๐‘ฆ1

๐‘1๐‘™ โ€ฆ ๐‘ฆ๐‘œ ๐‘๐‘œ๐‘™

log ๐‘” ๐‘“๐‘ง1 โ€ฆ ๐‘“๐‘ง๐‘œ = log ฯƒ๐‘™=1

๐ฟ

๐‘“๐‘๐‘™

๐‘ˆ๐‘ง+๐‘๐‘™ , ๐‘๐‘™ = log ๐‘‘๐‘™

Geometric program transform min log(ฯƒ๐‘™=1

๐ฟ0 ๐‘“๐‘๐‘๐‘™

๐‘ˆ ๐‘ง+๐‘๐‘๐‘™)

๐‘ก๐‘ฃ๐‘๐‘˜๐‘“๐‘‘๐‘ข ๐‘ข๐‘ log ฯƒ๐‘™=1

๐ฟ๐‘—

๐‘“๐‘๐‘—๐‘™

๐‘ˆ ๐‘ง+๐‘๐‘—๐‘™ โ‰ค 0, ๐‘— = 1, โ€ฆ , ๐‘›

๐ป๐‘ง + ๐‘’ = 0

slide-26
SLIDE 26
  • 6. Generalized Inequality Constraints

26

min ๐‘”

๐‘(๐‘ฆ)

๐‘ก. ๐‘ข. ๐‘”

๐‘— ๐‘ฆ โ‰ผ๐ฟ๐‘— 0

๐ต๐‘ฆ = ๐‘ (๐‘ฆ โ‰ผ๐ฟ ๐‘ง โ†’ ๐‘ง โˆ’ ๐‘ฆ โˆˆ ๐ฟ) Semidefinite Programming (SDP) min ๐‘‘๐‘ˆ๐‘ฆ ๐‘ก. ๐‘ข. ๐‘ฆ1๐บ

1 + โ‹ฏ + ๐‘ฆ๐‘œ๐บ ๐‘œ + ๐ป โ‰ผ 0

๐ต๐‘ฆ = ๐‘ ๐ป, ๐บ

1, โ€ฆ , ๐บ ๐‘œ โˆˆ ๐‘‡๐‘™, ๐ต โˆˆ ๐‘†๐‘žร—๐‘œ

Standard Form SDP min ๐‘ข๐‘ (๐ท๐‘Œ) ๐‘ก. ๐‘ข. ๐‘ข๐‘  ๐ต๐‘—๐‘Œ = ๐‘๐‘—, ๐‘— = 1, โ€ฆ , ๐‘ž ๐‘Œ โ‰ฝ 0 ๐ท, ๐ต1, โ€ฆ , ๐ต๐‘ž โˆˆ ๐‘‡๐‘œ, ๐‘Œ โˆˆ ๐‘‡๐‘œ

slide-27
SLIDE 27

Summary

27

(1). ๐‘€๐‘„ โŠ‚ ๐‘…๐‘„ โŠ‚ ๐‘…๐ท๐‘…๐‘„ โŠ‚ ๐‘‡๐‘ƒ๐ท๐‘„ โŠ‚ ๐‘‡๐ธ๐‘„ (2). Software Tools (Examples) CVX: Matlab software for disciplined convex (Boyd) CPLEX: IP, LP, QP, SOCP (IBM) Gurobi: LP, QP, MILP, MIQP, MIQCP (Gu, Rothberg, Bixby) (3). Check if the problem is convex

slide-28
SLIDE 28

Summary

28

(1). Format of the formulation

  • a. Follow the format of the solver (software package)
  • b. Find equivalent formulation for simpler approaches

(coding, complexity, accuracy) (2). Feasibility of the solution Check if the feasible set is not empty. (3). Boundness of the solution Check if the solution is bounded (reasonable, not โˆ’โˆž) (4). Optimality of the solution Check the supporting hyperplane of object function