Solving a linear program via a single unconstrained minimization
Adilet Otemissov, Alina Abdikarimova

TL;DR
This paper introduces a new method for solving linear programs by reformulating them as unconstrained minimization problems and applying a regularized Newton method, demonstrating faster convergence in practice.
Contribution
The paper presents a novel reformulation of primal-dual linear programs as unconstrained convex minimization problems and develops a regularized Newton method with proven convergence.
Findings
Global convergence within $O( ext{epsilon}^{-3/2})$ iterations.
Faster convergence observed in numerical experiments compared to worst-case bounds.
A heuristic with a parameter $ u$ improves convergence speed, especially in high dimensions.
Abstract
This paper proposes a novel approach for solving linear programs. We reformulate a primal-dual linear program as an unconstrained minimization of a convex and twice continuously differentiable merit function. When the optimal set of the primal-dual pair is nonempty, its optimal set is equal to the optimal set of the proposed merit function. Minimizing this merit function poses some challenges due to its Hessian being singular at some points in the domain, including the optimal solutions. We handle singular Hessians using the Newton method with Levenberg-Marquardt regularization. We show that the Newton method with Levenberg-Marquardt regularization yields global convergence to a solution of the primal-dual linear program in at most iterations requiring only the assumption that the optimal set of the primal-dual linear program is bounded. Testing on random synthetic…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Optimization Algorithms Research · Stochastic Gradient Optimization Techniques · Optimization and Variational Analysis
