The Sliding Gradient Algorithm for Linear Programming
Vol.08No.02(2018), Article ID:83485,20 pages
10.4236/ajor.2018.82009
Hochung Lui, Peizhuang Wang
College of Intelligence Engineering and Mathematics, Liaoning Technical University, Fuxin, China
Copyright © 2018 by authors and Scientific Research Publishing Inc.
This work is licensed under the Creative Commons Attribution International License (CC BY 4.0).
http://creativecommons.org/licenses/by/4.0/
Received: February 26, 2018; Accepted: March 27, 2018; Published: March 30, 2018
ABSTRACT
The existence of strongly polynomial algorithm for linear programming (LP) has been widely sought after for decades. Recently, a new approach called Gravity Sliding algorithm [1] has emerged. It is a gradient descending method whereby the descending trajectory slides along the inner surfaces of a polyhedron until it reaches the optimal point. In R3, a water droplet pulled by gravitational force traces the shortest path to descend to the lowest point. As the Gravity Sliding algorithm emulates the water droplet trajectory, it exhibits strongly polynomial behavior in R3. We believe that it could be a strongly polynomial algorithm for linear programming in Rn too. In fact, our algorithm can solve the Klee-Minty deformed cube problem in only two iterations, irrespective of the dimension of the cube. The core of gravity sliding algorithm is how to calculate the projection of the gravity vector g onto the intersection of a group of facets, which is disclosed in the same paper [1] . In this paper, we introduce a more efficient method to compute the gradient projections on complementary facets, and rename it the Sliding Gradient algorithm under the new projection calculation.
Keywords:
Linear Programming, Mathematical Programming, Complexity Theory, Optimization
1. Introduction
The simplex method developed by Dantiz [2] has been widely used to solve many large-scale optimizing problems with linear constraints. Its practical performance has been good and researchers have found that the expected number of iterations exhibits polynomial complexity under certain conditions [3] [4] [5] [6] . However, Klee and Minty in 1972 gave a counter example showing that its worst case performance is [7] . Their example is a deliberately constructed deformed cube that exploits a weakness of the original simplex pivot rule, which is sensitive to scaling [8] . It is found that, by using a different pivot rule, the Klee-Minty deformed cube can be solved in one iteration. But for all known pivot rules, one can construct a different deformed cube that requires exponential number of iterations to solve [9] [10] [11] . Recently, the interior point method [12] has been gaining popularity as an efficient and practical LP solver. However, it was also found that such method may also exhibit similar worse case performance by adding a large set of redundant inequalities to the Klee-Minty cube [13] .
Is it possible to develop a strongly polynomial algorithm to solve the linear programming problem, where the number of iterations is a polynomial function of only the number of constraints and the number of variables? The work by Barasz and Vempala shed some light in this aspect. Their AFFINE algorithm [14] takes only iterations to solve a broad class of deformed products defined by Amenta and Ziegler [15] which includes the Klee-Minty cube and many of its variants.
In certain aspect, the Gravity Sliding algorithm [1] is similar to the AFFINE algorithm as it also passes through the interior of the feasible region. The main difference is in the calculation of the next descending vector. In the gravity falling approach, a gravity vector is first defined (see Section 3.1 for details). This is the principle gradient descending direction where other descending directions are derived from it. In each iteration, the algorithm first computes the descending direction, then it descends from this direction until it hits one or more facets that forms the boundary of the feasible region. In order not to penetrate the feasible region, the descending direction needs to be changed. The trajectory is likened a water droplet falling from the sky but is blocked by linear planar structures (e.g. the roof top structure of a building) and needs to slide along the structure. The core of gravity sliding algorithm is how to calculate the projection of the gravity vector g onto the intersection of a group of facets. This projection vector lies on the intersection of the facets and hence lies on the null space defined by these facets. Conventional approach is to compute the null space first and then find the projection of g onto this null space. An alternative approach is disclosed in [1] which operates directly from the subspace formed by the intersecting facets. This direct approach is more suitable to the Gravity Sliding algorithm. In this paper, we further present an efficient method to compute the gradient projections on complementary facets and also introduce the notion of selecting the steepest descend projection among a set of candidates. With these refinements, we rename the Gravity Sliding algorithm as the Sliding Gradient algorithm. We have implemented our algorithm and tested it on the Klee-Minty cube. We observe that it can solve the Klee-Minty deformed cube problem in only two iterations, irrespective of the dimension of the cube.
This paper is organized as follows: Section 2 gives an overview of the Cone-Cutting Theory [16] , which is the intuitive background of the Gravity Sliding algorithm. Section 3 discusses the Sliding Gradient algorithm in details. The pseudo-code of this algorithm is summarized in Section 4 and Section 5 gives a walk-through of this algorithm using the Klee-Minty as an example. This section also discusses the practical implementation issues. Finally, Section 6 discuss about future work.
2. Cone-Cutting Principle
The cone-cutting theory [16] offers a geometric interpretation of a set of inequality equations. Instead of considering the full set constraint equations in a LP problem, the cone-cutting theory enables us to consider a subset of equations, and how an additional constraint will shape the feasible region. The geometric insight forms the basis of our algorithm development.
2.1. Cone-Cutting Principle
In an m-dimension space , a hyperplane cuts into two half spaces. Here is the normal vector of the hyperplane and c is a constant. We denote the positive half space the accepted zone of the hyperplane and the negative half space where is rejected zone. Note that the normal vector points to accepted zone area and we call the hyperplane with such orientation a facet . When there are m facets in and are linear independent, this set of linear equations has a unique solution which is a point V in . Geometrically, form a cone and V is the vertex of the cone. We now give a formal definition of a cone, which is taken from [1] .
Definition 1. Given m hyperplanes in , with rank and intersection V, is called a cone in . The area is called the accepted zone of C. The point V is the vertex and αj is the facet plane, or simply the facet of C.
A cone C also has m edge lines. They are formed by the intersection of (m − 1) facets. Hence, a cone can also be defined as follows.
Definition 2. Given m rays shooting from a point V with rank , , the convex closure of m rays is called a cone in . is the edge, the edge direction, and the edge line of the cone C.
The two definitions are equivalent. Furthermore, P.Z. Wang [11] has observed that and are opposite to each other for . Edge-line is the intersection of all C-facets except , while facet is bounded by all C-edges except . This is the duality between facets and edges. For is called a pair of cone C.
It is obvious that (for ) since lies on . Moreover, we have
(1)
2.2. Cone Cutting Algorithm
Consider a linear programming (LP) problem and its dual:
(Primary): (2)
(Dual): (3)
In the following, we focus on solving the dual LP problem. The standard simplex tableau can be obtained by appending an identity matrix which represents the slack variables as shown below:
We can construct a facet tableau whereby each column is a facet denoted as , where and
(4)
The facet tableau is depicted as follow. The last column is not represented in this tableau.
When a cone is intersected by another facet , the ith edge of the cone is intersected by at certain point . We call cuts the cone C and the cut points can be obtained by the following equations:
(5)
The intersection is called real if and fictitious if . Cone cutting greatly alters the accepted zone, as can be seen from the simple 2-dimension example as shown in Figures 1(a)-(e). In 2-dimension, a facet is a line. The normal vector is perpendicular to this line and points to the accepted zone of this facet. Furthermore, a cone is formed by two non-parallel facets in 2-dimension. Figure 1(a) shows such a cone . The accepted zone of the cone is the intersection of the two accepted zones of facets α1 and α2. This is represented by the shaded area A in Figure 1(a). In Figure 1(b), a new facet α3 intersects the cone at two cut points and . They are both real cut points. Since the arrow of normal vector points to the same general direction of the cone, V lies in the rejected zone of α3 and we say α3 rejects V. Moreover, the accepted zone of α3 intersects with the accepted zone of the cone so that the overall accepted zone is reduced to the shaded area marked as B. In Figure 1(c), points to the opposite direction. α3 accepts V and the overall
Figure 1. Accepted zone area of a cone and after it is cut by a facet.
accepted zone is confined to the area marked as C. As the dual feasible region
上一篇:Compact Model for the Obnoxiou 下一篇:The Pivot Adaptive Method for
最新文章NEWS
- Compact Model for the Obnoxious p-Median Problem
- Fédération Internationale Des Ingénieurs Conseils (FIDIC) Variation Order Clause
- An Inventory Model for Deteriorating Items with Generalised Exponential Decreasing Demand, Constant
- Minimizing the Loss Probability in M/M/2/1 Queueing System with Ordered Entry
- The Use of Item Response Theory in Survey Methodology: Application in Seat Belt Data
- A Standard Framework for Effective Progress Reports in the State of Kuwait
- Super Efficiency and Misallocation: Evidence from Vietnamese Electric-Computer Industry
- Shedding Light on Non Binding Constraints in Linear Programming: An Industrial Application
推荐期刊Tui Jian
- Chinese Journal of Integrative Medicine
- Journal of Genetics and Genomics
- Journal of Bionic Engineering
- Chinese Journal of Structural Chemistry
- Pedosphere
- Nuclear Science and Techniques
- 《传媒》
- 《哈尔滨师范大学自然科学学报》
热点文章HOT
- Solving the Traveling Salesman Problem Using Hydrological Cycle Algorithm
- Fédération Internationale Des Ingénieurs Conseils (FIDIC) Variation Order Clause
- Topology Abstraction Service for IP VPNs: Core Network Partitioning for Resource Sharing
- The Use of Item Response Theory in Survey Methodology: Application in Seat Belt Data
- Egalitarian Allocations and the Inverse Problem for the Shapley Value
- Compact Model for the Obnoxious p-Median Problem
- Efficient Heuristic Based Methods for Two-Stage Transshipment Problem
- Genetic Algorithm for Scattered Storage Assignment in Kiva Mobile Fulfillment System