Interior-point method for LP: Difference between revisions

From Cornell University Computational Optimization Open Textbook - Optimization Wiki
Jump to navigation Jump to search
No edit summary
 
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Authors: Tomas Lopez Lauterio, Rohit Thakur and Sunil Shenoy  (SysEn 6800 Fall 2020) <br>
Authors: Tomas Lopez Lauterio, Rohit Thakur and Sunil Shenoy  (SysEn 5800 Fall 2020) <br>
Steward: Dr. Fengqi You and Akshay Ajagekar<br>
 


== Introduction ==
== Introduction ==
Line 11: Line 9:
minimize <math> f\left ( x \right ) </math><br>
minimize <math> f\left ( x \right ) </math><br>
subject to: <math> A \cdot x = b </math><br>
subject to: <math> A \cdot x = b </math><br>
where, <math> A \, \varepsilon \, R^{p\, \times \, n} </math> is assumed to have a full row rank
where, <math> A \, \in \, R^{p\, \times \, n} </math> is assumed to have a full row rank
Lagrange function can be laid out as:<br>
Lagrange function can be laid out as:<br>
<math>L(x, \lambda ) = f(x) + \sum_{i=1}^{p}\lambda _{i}\cdot a_{i}(x)</math> <br>
<math>L(x, \lambda ) = f(x) + \sum_{i=1}^{p}\lambda _{i}\cdot a_{i}(x)</math> <br>
Line 111: Line 109:


such that<br>
such that<br>
<math> X_{1} + X_{2} \leq 4 </math><br>  
<math> X_{1} + X_{2} \leq 4, </math><br>  
<math> X_{1} \geq 0 </math><br>
<math> X_{1} \geq 0, </math><br>
<math> X_{2} \geq 0 </math><br>
<math> X_{2} \geq 0, </math><br>


Barrier form of the above primal problem is as written below:
Barrier form of the above primal problem is as written below:
Line 150: Line 148:


{| class="wikitable"
{| class="wikitable"
|+ Objective and Barrier Function w.r.t  X<sub>1</sub>, X<sub>2</sub> and μ
|+ Objective & Barrier Function w.r.t  <math>X_{1}</math>, <math>X_{2}</math> and <math>\mu</math>
|-
|-
! μ !! X<sub>1</sub> !! X<sub>2</sub> !! P(X, μ) !! f(x)
! <math>\mu</math> !! <math>X_{1}</math> !! <math>X_{2}</math> !! <math>P(X, \mu)</math> !! <math>f(x)</math>
|-
|-
| 0 || 2 || 2 || 12 || 12
| 0 || 2 || 2 || 12 || 12
|-
|-
| 0.01 || 1.998 || 1.998 || 11.947 || 11.990
| 0.01 || 1.998 || 1.998 || 11.947 || 11.990  
|-
|-
| 0.1 || 1.984 || 1.984 || 11.697 || 11.902
| 0.1 || 1.984 || 1.984 || 11.697 || 11.902  
|-
|-
| 1 || 1.859 || 1.859 || 11.128 || 11.152
| 1 || 1.859 || 1.859 || 11.128 || 11.152  
|-
|-
| 10|| 1.486 || 1.486 || 17.114 || 8.916
| 10 || 1.486 || 1.486 || 17.114 || 8.916  
|-
|-
| 100|| 1.351 || 1.351 || 94.357 || 8.105
| 100 || 1.351 || 1.351 || 94.357 || 8.105  
|-
|-
| 1000|| 1.335 || 1.335|| 871.052 || 8.011
| 1000 || 1.335 || 1.335 || 871.052 || 8.011  
|}
|}


Line 177: Line 175:
Maximum Value of Objective function <math>=12</math> <br>
Maximum Value of Objective function <math>=12</math> <br>
Optimal points <math>X_{1} = 2 </math> and <math>X_{2} = 2</math>
Optimal points <math>X_{1} = 2 </math> and <math>X_{2} = 2</math>
The Newton's Method can also be applied to solve linear programming problems as indicated in the "Theory and Algorithm" section above. The solution to linear programming problems as indicated in this section "Numerical Example", will be similar to quadratic equation as obtained above and will converge in one iteration.


== Applications ==
== Applications ==
Primal-Dual interior-point (PDIP) methods  are commonly used in optimal power flow (OPF), in this case what is being looked is to maximize user utility and minimize operational cost satisfying operational and physical constraints.  The solution to the OPF needs to be available to grid operators in few minutes or seconds due changes fluctuations in loads or power generation.  Newton-based primal-dual interior point can achieve fast convergence in this OPF optimization problem.<ref> A. Minot, Y. M. Lu and N. Li, "A parallel primal-dual interior-point method for DC optimal power flow," 2016 Power Systems Computation Conference (PSCC), Genoa, 2016, pp. 1-7, doi: 10.1109/PSCC.2016.7540826. </ref>
Primal-Dual interior-point (PDIP) methods  are commonly used in optimal power flow (OPF), in this case what is being looked is to maximize user utility and minimize operational cost satisfying operational and physical constraints.  The solution to the OPF needs to be available to grid operators in few minutes or seconds due to changes and fluctuations in loads during power generation.  Newton-based primal-dual interior point can achieve fast convergence in this OPF optimization problem. <ref> A. Minot, Y. M. Lu and N. Li, "A parallel primal-dual interior-point method for DC optimal power flow," 2016 Power Systems Computation Conference (PSCC), Genoa, 2016, pp. 1-7, doi: 10.1109/PSCC.2016.7540826. </ref>


Another application of the PDIP  is for the minimization of losses and cost in the generation and transmission in hydroelectric power systems. <ref> L. M. Ramos Carvalho and A. R. Leite Oliveira, "Primal-Dual Interior Point Method Applied to the Short Term Hydroelectric Scheduling Including a Perturbing Parameter," in IEEE Latin America Transactions, vol. 7, no. 5, pp. 533-538, Sept. 2009, doi: 10.1109/TLA.2009.5361190. </ref>  
Another application of the PDIP  is for the minimization of losses and cost in the generation and transmission in hydroelectric power systems. <ref> L. M. Ramos Carvalho and A. R. Leite Oliveira, "Primal-Dual Interior Point Method Applied to the Short Term Hydroelectric Scheduling Including a Perturbing Parameter," in IEEE Latin America Transactions, vol. 7, no. 5, pp. 533-538, Sept. 2009, doi: 10.1109/TLA.2009.5361190. </ref>  


PDIP are commonly used in imaging processing.  One application is for image deblurring, in this case the constrained deblurring problem is formulated as primal-dual.  The constrained primal-dual  is solved using a semi-smooth Newton’s method. <ref> D. Krishnan, P. Lin and A. M. Yip, "A Primal-Dual Active-Set Method for Non-Negativity Constrained Total Variation Deblurring Problems," in IEEE Transactions on Image Processing, vol. 16, no. 11, pp. 2766-2777, Nov. 2007, doi: 10.1109/TIP.2007.908079. </ref>
PDIP are commonly used in imaging processing.  One these applications is for image deblurring, in this case the constrained deblurring problem is formulated as primal-dual.  The constrained primal-dual is solved using a semi-smooth Newton’s method. <ref> D. Krishnan, P. Lin and A. M. Yip, "A Primal-Dual Active-Set Method for Non-Negativity Constrained Total Variation Deblurring Problems," in IEEE Transactions on Image Processing, vol. 16, no. 11, pp. 2766-2777, Nov. 2007, doi: 10.1109/TIP.2007.908079. </ref>
 
PDIP can be utilized to obtain a general formula for a shape derivative of the potential energy, describing the energy release rate for curvilinear cracks.  Problems on cracks and their evolution have important application in engineering and mechanical sciences. <ref> V. A. Kovtunenko, Primal–dual methods of shape sensitivity analysis for curvilinear cracks with nonpenetration, IMA Journal of Applied Mathematics, Volume 71, Issue 5, October 2006, Pages 635–657 </ref>
 
 


PDIP can be utilized to obtain a general formula for a shape derivative of the potential energy describing the energy release rate for curvilinear cracks.  Problems on cracks and their evolution have important application in engineering and mechanical sciences. <ref> V. A. Kovtunenko, Primal–dual methods of shape sensitivity analysis for curvilinear cracks with nonpenetration, IMA Journal of Applied Mathematics, Volume 71, Issue 5, October 2006, Pages 635–657 </ref>


== Conclusion ==
== Conclusion ==

Latest revision as of 07:31, 21 December 2020

Authors: Tomas Lopez Lauterio, Rohit Thakur and Sunil Shenoy (SysEn 5800 Fall 2020)

Introduction

Linear programming problems seek to optimize linear functions given linear constraints. There are several applications of linear programming including inventory control, production scheduling, transportation optimization and efficient manufacturing processes. Simplex method has been a very popular method to solve these linear programming problems and has served these industries well for a long time. But over the past 40 years, there have been significant number of advances in different algorithms that can be used for solving these types of problems in more efficient ways, especially where the problems become very large scale in terms of variables and constraints.[1] [2] In early 1980s Karmarkar (1984) [3] published a paper introducing interior point methods to solve linear-programming problems. A simple way to look at differences between simplex method and interior point method is that a simplex method moves along the edges of a polytope towards a vertex having a lower value of the cost function, whereas an interior point method begins its iterations inside the polytope and moves towards the lowest cost vertex without regard for edges. This approach reduces the number of iterations needed to reach that vertex, thereby reducing computational time needed to solve the problem.

Lagrange Function

Before getting too deep into description of Interior point method, there are a few concepts that are helpful to understand. First key concept to understand is related to Lagrange function. Lagrange function incorporates the constraints into a modified objective function in such a way that a constrained minimizer is connected to an unconstrained minimizer for the augmented objective function , where the augmentation is achieved with Lagrange multipliers. [4][5]
To illustrate this point, consider a simple an optimization problem:
minimize
subject to:
where, is assumed to have a full row rank Lagrange function can be laid out as:

where, introduced in this equation is called Lagrange Multiplier.

Newton's Method

Another key concept to understand is regarding solving linear and non-linear equations using Newton's methods. Assume an unconstrained minimization problem in the form:
minimize , where is a real valued function with variables.
A local minimum for this problem will satisfy the following system of equations:

The Newton's iteration looks like:


Theory and algorithm

Visualization of Central Path method in Interior point

Given a linear programming problem with constraint equations that have inequality terms, the inequality term is typically replaced with an equality term using slack variables. The new reformulation can be discontinuous in nature and to replace the discontinuous function with a smoother function, a logarithmic form of this reformulation is utilized. This nonlinear objective function is called "Logarithmic Barrier Function" The process involves starting with formation of a primal-dual pair of linear programs and then using "Lagrangian function" form on the "Barrier function" to convert the constrained problems into unconstrained problems. These unconstrained problems are then solved using Newton's method as shown above.

Problem Formulation

Consider a combination of primal-dual problem below:
(Primal Problem formulation)
→ minimize
Subject to: and
(Dual Problem formulation)
→ maximize
Subject to: and
vector introduced represents the slack variables.

The Lagrangian functional form is used to configure two equations using "Logarithmic Barrier Function" for both primal and dual forms mentioned above:
Lagrangian equation for Primal using Logarithm Barrier Function :
Lagrangian equation for Dual using Logarithm Barrier Function  :

Taking the partial derivatives of Lp and Ld with respect to variables , and forcing these terms to zero, we get the following equations:
and
and
for j= 1,2,.......n

where, is strictly positive scaler parameter. For each , the vectors in the set satisfying above equations, can we viewed as set of points in , , respectively, such that when varies, the corresponding points form a set of trajectories called "Central Path". The central path lies in the "Interior" of the feasible regions. There is a sample illustration of "Central Path" method in figure to right. Starting with a positive value of and as approaches 0, the optimal point is reached.

Let Diagonal[...] denote a diagonal matrix with the listed elements on its diagonal. Define the following:
X = Diagonal []
= Diagonal ( )
eT = (1 .....1) as vector of all 1's.
Using these newly defined terms, the equation above can be written as:

Iterations using Newton's Method

Employing the Newton's iterative method to solve the following equations:



With definition of starting point that lies within feasible region as such that . Also defining 2 residual vectors for both the primal and dual equations:


Applying Newton's Method to solve above equations:

So a single iteration of Newton's method involves the following equations. For each iteration, we solve for the next value of :



for
for

The value of the the following variables for next iteration (+1) is determined by:



The quantities and are positive with .
After each iteration of Newton's method, we assess the duality gap that is given by the expression below and compare it against a small value ε

The value of ε can be chosen to be something small 10-6, which essentially is the permissible duality gap for the problem.

Numerical Example

Maximize

such that



Barrier form of the above primal problem is as written below:




The Barrier function is always concave, since the problem is a maximization problem, there will be one and only one solution. In order to find the maximum point on the concave function we take a derivate and set it to zero.

Taking partial derivative and setting to zero, we get the below equations




Using above equations the following can be derived:

Hence the following can be concluded



The above equation can be converted into a quadratic equation as below:



The solution to the above quadratic equation can be written as below:



Taking only take the positive value of and from the above equation as and we can solve and for different values of . The outcome of such iterations is listed in the table below.

Objective & Barrier Function w.r.t , and
0 2 2 12 12
0.01 1.998 1.998 11.947 11.990
0.1 1.984 1.984 11.697 11.902
1 1.859 1.859 11.128 11.152
10 1.486 1.486 17.114 8.916
100 1.351 1.351 94.357 8.105
1000 1.335 1.335 871.052 8.011

From the above table it can be seen that:

  1. as gets close to zero, the Barrier Function becomes tight and close to the original function.
  2. at the optimal solution is achieved.


Summary: Maximum Value of Objective function
Optimal points and

The Newton's Method can also be applied to solve linear programming problems as indicated in the "Theory and Algorithm" section above. The solution to linear programming problems as indicated in this section "Numerical Example", will be similar to quadratic equation as obtained above and will converge in one iteration.

Applications

Primal-Dual interior-point (PDIP) methods  are commonly used in optimal power flow (OPF), in this case what is being looked is to maximize user utility and minimize operational cost satisfying operational and physical constraints. The solution to the OPF needs to be available to grid operators in few minutes or seconds due to changes and fluctuations in loads during power generation. Newton-based primal-dual interior point can achieve fast convergence in this OPF optimization problem. [6]

Another application of the PDIP  is for the minimization of losses and cost in the generation and transmission in hydroelectric power systems. [7]

PDIP are commonly used in imaging processing.  One these applications is for image deblurring, in this case the constrained deblurring problem is formulated as primal-dual.  The constrained primal-dual is solved using a semi-smooth Newton’s method. [8]

PDIP can be utilized to obtain a general formula for a shape derivative of the potential energy describing the energy release rate for curvilinear cracks.  Problems on cracks and their evolution have important application in engineering and mechanical sciences. [9]

Conclusion

The primal-dual interior point method is a good alternative to the simplex methods for solving linear programming problems. The primal dual method shows superior performance and convergence on many large complex problems. simplex codes are faster on small to medium problems, interior point primal-dual are much faster on large problems.


References

  1. "Practical Optimization - Algorithms and Engineering Applications" by Andreas Antoniou and Wu-Sheng Lu, ISBN-10: 0-387-71106-6
  2. "Linear Programming - Foundations and Extensions - 3rd edition" by Robert J Vanderbei, ISBN-113: 978-0-387-74387-5.
  3. N Karmarkar, "A new Polynomial - Time algorithm for linear programming", Combinatorica, VOl. 4, No. 8, 1984, pp. 373-395.
  4. Computational Experience with Primal-Dual Interior Point Method for Linear Programming" by Irvin Lustig, Roy Marsten, David Shanno
  5. "Practical Optimization - Algorithms and Engineering Applications" by Andreas Antoniou and Wu-Sheng Lu, ISBN-10: 0-387-71106-6
  6. A. Minot, Y. M. Lu and N. Li, "A parallel primal-dual interior-point method for DC optimal power flow," 2016 Power Systems Computation Conference (PSCC), Genoa, 2016, pp. 1-7, doi: 10.1109/PSCC.2016.7540826.
  7. L. M. Ramos Carvalho and A. R. Leite Oliveira, "Primal-Dual Interior Point Method Applied to the Short Term Hydroelectric Scheduling Including a Perturbing Parameter," in IEEE Latin America Transactions, vol. 7, no. 5, pp. 533-538, Sept. 2009, doi: 10.1109/TLA.2009.5361190.
  8. D. Krishnan, P. Lin and A. M. Yip, "A Primal-Dual Active-Set Method for Non-Negativity Constrained Total Variation Deblurring Problems," in IEEE Transactions on Image Processing, vol. 16, no. 11, pp. 2766-2777, Nov. 2007, doi: 10.1109/TIP.2007.908079.
  9. V. A. Kovtunenko, Primal–dual methods of shape sensitivity analysis for curvilinear cracks with nonpenetration, IMA Journal of Applied Mathematics, Volume 71, Issue 5, October 2006, Pages 635–657