math 4211 6211 optimization non simplex methods for lp
play

MATH 4211/6211 Optimization Non-Simplex Methods for LP Xiaojing Ye - PowerPoint PPT Presentation

MATH 4211/6211 Optimization Non-Simplex Methods for LP Xiaojing Ye Department of Mathematics & Statistics Georgia State University Xiaojing Ye, Math & Stat, Georgia State University 0 Consider the primal LP given by c x


  1. MATH 4211/6211 – Optimization Non-Simplex Methods for LP Xiaojing Ye Department of Mathematics & Statistics Georgia State University Xiaojing Ye, Math & Stat, Georgia State University 0

  2. Consider the primal LP given by c ⊤ x minimize Ax ≥ b subject to x ≥ 0 and the corresponding dual problem b ⊤ λ maximize A ⊤ λ ≤ c subject to λ ≥ 0 Xiaojing Ye, Math & Stat, Georgia State University 1

  3. Due to the duality theory, the primal-dual pair [ x ; λ ] ∈ R n + m is a solution if and only if c ⊤ x = b ⊤ λ Ax ≥ b A ⊤ λ ≤ c x ≥ 0 λ ≥ 0 We can further rewrite c ⊤ x = b ⊤ λ as c ⊤ x − b ⊤ λ ≤ 0 and − c ⊤ x + b ⊤ λ ≤ 0 . Xiaojing Ye, Math & Stat, Georgia State University 2

  4. Therefore we obtain a system of inequalities as c ⊤ x − b ⊤ λ ≤ 0 − c ⊤ x + b ⊤ λ ≤ 0 Ax ≥ b A ⊤ λ ≤ c x ≥ 0 λ ≥ 0 Note that [ x ; λ ] solves the system of inequalities above iff [ x ; λ ] is a solution to the primal and dual LP . Xiaojing Ye, Math & Stat, Georgia State University 3

  5. The system of inequalities can be concisely written as P z ≤ q where   c ⊤ − b ⊤   0 − c ⊤ b ⊤   0         � � − A x  − b  0 m × m     P = , z = , q =     − I n λ 0 n  0 n × m        A ⊤   c 0 n × n         0 m − I m 0 n × m Now the question becomes solving P z ≤ q . Xiaojing Ye, Math & Stat, Georgia State University 4

  6. We introduce the notation of ellipsoid in R s associated with Q ∈ R s × s cen- tered at z ∈ R s as � z + Qy : y ∈ R s , � y � ≤ 1 � E Q ( z ) := If Q is an orthogonal matrix then E Q ( z ) is a unit ball center at z . Khachiyan’s method (or ellipsoid method ) proceeds in the following way: assuming at z ( k ) we compute Q k making sure the optimal solution is in the ellipsoid E Q k ( z ( k ) ) . Then find z ( k +1) , and so on, until P z ( k ) ≤ q . However in practice Khachiyan’s method is very slow. Xiaojing Ye, Math & Stat, Georgia State University 5

  7. Affine Scaling Method We consider the standard form of LP: c ⊤ x minimize Ax = b subject to x ≥ 0 Suppose we are currently at a feasible point x (0) which is an interior point of Ω = { x ∈ R n : Ax = b , x ≥ 0 } . That is, Ax = 0 and x > 0 . Then we seek for a descent direction d (0) and step size α 0 , such that x (1) = x (0) + α 0 d (0) is still an interior point of Ω but closer to the optimal solution x ∗ . Xiaojing Ye, Math & Stat, Georgia State University 6

  8. To make sure x (1) is still in Ω , we need Ax (1) = b . Hence A ( x (1) − x (0) ) = α 0 Ad (0) = 0 Hence d (0) is in the null space of A . Note the orthogonal projector defined below P = I n − A ⊤ ( AA ⊤ ) − 1 A has the property that P z is the projection of z onto the null space of A . There- fore, we would like to use the projection of the negative gradient −∇ f ( x ) = −∇ ( c ⊤ x ) = − c as the descent direction d (0) . More specifically, d (0) = P ( − c ) = − P c = − ( I n − A ⊤ ( AA ⊤ ) − 1 A ) c Xiaojing Ye, Math & Stat, Georgia State University 7

  9. To maximize efficiency, we would like to start from some x (0) near the center of Ω so the step size can be larger. For simplicity, if A = [ 1 n , . . . , 1 n ] ∈ R 1 × n , and b = 1 , then we choose center x (0) = 1 := [1; . . . ; 1] ∈ R n . If x (0) = [ x (0) ; . . . ; x (0) ] � = 1 , then we apply a diagonal scaling matrix n 1 D 0 = diag ( x (0) , . . . , x (0) ) ∈ R n × n n 1 to obtain 1 = D − 1 0 x (0) Therefore, as long as x (0) is an interior point ( x (0) � = 0 ∀ i ), we can apply i such scaling to get 1 close to the center. Xiaojing Ye, Math & Stat, Georgia State University 8

  10. Now the LP problem becomes c ⊤ minimize ¯ 0 ¯ x ¯ subject to A 0 ¯ x ≥ b x ≥ 0 ¯ where ¯ c 0 = D 0 c , ¯ A 0 = AD 0 So the orthogonal projector is 0 ) − 1 ¯ A ⊤ A ⊤ P 0 = I n − ¯ ¯ 0 ( ¯ A 0 ¯ A 0 c 0 onto the null space of ¯ and the projection of − ¯ A 0 is the descent direction d (0) = − ¯ ¯ P 0 ¯ c 0 Xiaojing Ye, Math & Stat, Georgia State University 9

  11. The scaling idea presented above is applied in every iteration such that x ( k +1) = x ( k ) + α k d ( k ) where D k = diag ( x ( k ) 1 , . . . , x ( k ) n ) ¯ A k = AD k k ) − 1 ¯ A ⊤ A ⊤ P k = I n − ¯ ¯ k ( ¯ A k ¯ A k d ( k ) = − D k ¯ P k D k c and the step size α k = αr k such that α = 0 . 9 or 0 . 99 , and − x ( k ) i r k = min d ( k ) i : d ( k ) < 0 i i so that one of the coordinates of x ( k +1) is close to 0 . Xiaojing Ye, Math & Stat, Georgia State University 10

  12. So far we can run the affine scaling method if we were given an interior point as initial. In practice, we need to solve an artificial problem to find such interior point. This is called the Phase I. To obtain the artificial problem, we first select an arbitrary positive vector u > 0 , and check v = b − Au If v = 0 , then u is an interior point of Ω = { x : Ax = b , x ≥ 0 } , and we can just set x (0) = u . Xiaojing Ye, Math & Stat, Georgia State University 11

  13. If v � = 0 , then we introduce the following artificial problem : y minimize subject to Ax + v y = b x ≥ 0 , y ≥ 0 Then the artificial problem has a solution y = 0 iff Ω in the original problem is nonempty. Note that [ u ; 1] > 0 is an interior point of the feasible set of the artificial problem, since Au + v = Au + ( b − Au ) = b , so we can use it as the initial and run the affine scaling algorithm. The result we get is [ x ; 0 + ] where x > 0 is an interior point of the feasible set Ω . Xiaojing Ye, Math & Stat, Georgia State University 12

  14. Unlike simplex method, the affine scaling method is an interior-point method and will not stop within finitely many steps. Therefore, we need to impose a stopping criterion, for example, | c ⊤ x ( k +1) − c ⊤ x ( k ) | < ε max { 1 , | c ⊤ x ( k ) |} for some prescribed ε > 0 . Xiaojing Ye, Math & Stat, Georgia State University 13

  15. Karmarkar’s method First of all, Karmarkar’s method requires to start with the Karmarkar’s canon- ical form : c ⊤ x minimize subject to Ax = 0 1 ⊤ x = 1 x ≥ 0 The last two constraints yields the set called simplex   n  x ∈ R n :   � ∆ := x i = 1 , x i ≥ 0 i =1  We denote Ω ′ = { x ∈ R n : Ax = 0 } . Then the feasible set is Ω = Ω ′ ∩ ∆ , which is the intersection of the plane Ω containing 0 and the simplex ∆ . Xiaojing Ye, Math & Stat, Georgia State University 14

  16. Example . Consider the LP problem minimize 3 x 1 + 3 x 2 − x 3 subject to 2 x 1 − 3 x 2 + x 3 = 0 x 1 + x 2 + x 3 = 1 x 1 , x 2 , x 3 ≥ 0 We can see that the problem above is of the Karmarkar’s canonical form with c = [3; 3; − 1] , A = [2 , − 3 , 1] It can be shown that any LP problem can be converted into an equivalent LP problem in Karmarkar’s canonical form. Xiaojing Ye, Math & Stat, Georgia State University 15

  17. Karmarkar’s algorithm also needs the following assumptions: 1. The center of the simplex, a 0 = 1 n 1 , is feasible, i.e., a 0 ∈ Ω ′ ; 2. The minimum value of the objective function over the feasible set is zero; � � A ∈ R ( m +1) × n has rank m + 1 ; 3. The matrix 1 ⊤ 4. The algorithm terminates when a feasible point x satisfies c ⊤ x c ⊤ a 0 ≤ 2 − q for some prescribed q > 0 . The last three assumptions are fairly easy to hold. Xiaojing Ye, Math & Stat, Georgia State University 16

  18. Now we show how to convert an LP of standard form to the Karmarkar’s canon- ical form (note that any LP can be converted to the standard form). Recall the standard form of LP is c ⊤ x minimize subject to Ax = b x ≥ 0 which is equivalent to c ′⊤ z minimize A ′ z = 0 subject to z ≥ 0 where z = [ x ; 1] ∈ R n +1 , A ′ = [ A , − b ] ∈ R m × ( n +1) , and c ′ = [ c ; 0] ∈ R n +1 . Xiaojing Ye, Math & Stat, Georgia State University 17

  19. We need one more step to make the decision variables sum to 1. To this end, let y = [ y 1 , . . . , y n , y n +1 ] ⊤ ∈ R n +1 , where x i y i = i = 1 , . . . , n x 1 + · · · + x n + 1 , 1 y n +1 = x 1 + · · · + x n + 1 i.e., y is the projective transformation of x . Note that we can easily get x i = y i y n +1 using y 1 , . . . , y n +1 . Xiaojing Ye, Math & Stat, Georgia State University 18

  20. Now we have obtained the Karmarkar’s canonical form in y ∈ R n +1 : c ′⊤ y minimize A ′ y = 0 subject to 1 ⊤ y = 1 y ≥ 0 As showed earlier, we can get x from the solution y to the above problem. Xiaojing Ye, Math & Stat, Georgia State University 19

  21. Recall that Karmarkar’s method requires the simplex’s center a 0 to be feasible, i.e., Aa 0 = 0 . To this end, suppose we have an interior feasible point a (i.e., Aa = 0 and a > 0 ), and define the mapping T ( x ) = [ T 1 ( x ); . . . ; T n ( x ); T n +1 ( x )] ∈ ∆ for any x ≥ 0 where x i /a i T i ( x ) = i = 1 , . . . , n x 1 /a 1 + · · · + x n /a n + 1 , 1 T n +1 ( x ) = x 1 /a 1 + · · · + x n /a n + 1 So we can solve for y = T ( x ) from the Karmarkar’s canonical form, where the simplex’s center a 0 = T ( a ) is feasible, and then obtain x = T − 1 ( y ) . Xiaojing Ye, Math & Stat, Georgia State University 20

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend