A Parallel Linear-Constraint Active Set Method
E. Dov Neimand, Serban Sabau

TL;DR
This paper introduces two parallel algorithms for convex optimization over linear and polyhedral constraints, leveraging constraint reduction and parallel processing to efficiently find optima without requiring initial feasible points.
Contribution
The paper presents novel parallel algorithms that optimize convex functions over linear and polyhedral constraints, capable of handling empty feasible spaces and improving computational efficiency.
Findings
Achieves optimal solutions in O(ν(⟨·,·⟩)) + ν(min_A f) time with sufficient threads.
Handles constrained spaces with empty interiors and no initial feasible point.
Recognizes infeasibility of the feasible region during the process.
Abstract
We present two parallel optimization algorithms for a convex function . The first algorithm optimizes over linear inequality constraints in a Hilbert space, , and the second over a non convex polyhedron in . The algorithms reduce the inequality constraints to equality constraints, and garner information from subsets of constraints to speed up the process. Let be the number of constraints and be the time complexity of some process, then given enough threads, and information gathered earlier from subsets of the given constraints, we compute an optimal point of a polyhedral cone in for affine space , the intersection of the faces of the cone. We then apply the method to all the faces of the polyhedron to find the linear inequality constrained optimum. The methods works on…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Optimization Algorithms Research · Computational Geometry and Mesh Generation · Optimization and Variational Analysis
