scispace - formally typeset
Open AccessJournal ArticleDOI

Conic Optimization via Operator Splitting and Homogeneous Self-Dual Embedding

Reads0
Chats0
TLDR
In this article, the alternating directions method of multipliers is used to solve the homogeneous self-dual embedding, an equivalent feasibility problem involving finding a nonzero point in the intersection of a subspace and a cone.
Abstract
We introduce a first-order method for solving very large convex cone programs. The method uses an operator splitting method, the alternating directions method of multipliers, to solve the homogeneous self-dual embedding, an equivalent feasibility problem involving finding a nonzero point in the intersection of a subspace and a cone. This approach has several favorable properties. Compared to interior-point methods, first-order methods scale to very large problems, at the cost of requiring more time to reach very high accuracy. Compared to other first-order methods for cone programs, our approach finds both primal and dual solutions when available or a certificate of infeasibility or unboundedness otherwise, is parameter free, and the per-iteration cost of the method is the same as applying a splitting method to the primal or dual alone. We discuss efficient implementation of the method in detail, including direct and indirect methods for computing projection onto the subspace, scaling the original problem data, and stopping criteria. We describe an open-source implementation, which handles the usual (symmetric) nonnegative, second-order, and semidefinite cones as well as the (non-self-dual) exponential and power cones and their duals. We report numerical results that show speedups over interior-point cone solvers for large problems, and scaling to very large general cone programs.

read more

Content maybe subject to copyright    Report

Citations
More filters
Posted Content

CVXPY: A Python-Embedded Modeling Language for Convex Optimization

TL;DR: CVXPY allows the user to express convex optimization problems in a natural syntax that follows the math, rather than in the restrictive standard form required by solvers.
Journal Article

CVXPY: a python-embedded modeling language for convex optimization

TL;DR: CVXPY as mentioned in this paper is a domain-specific language for convex optimization embedded in Python, which allows the user to express convex optimisation problems in a natural syntax that follows the math, rather than in the restrictive standard form required by solvers.
Journal ArticleDOI

OSQP: An Operator Splitting Solver for Quadratic Programs

TL;DR: This work presents a general-purpose solver for convex quadratic programs based on the alternating direction method of multipliers, employing a novel operator splitting technique that requires the solution of a quasi-definite linear system with the same coefficient matrix at almost every iteration.
Journal ArticleDOI

Fast online deconvolution of calcium imaging data.

TL;DR: The algorithm is a generalization of the pool adjacent violators algorithm (PAVA) for isotonic regression and inherits its linear-time computational complexity and gains remarkable increases in processing speed: more than one order of magnitude compared to currently employed state of the art convex solvers relying on interior point methods.
Journal ArticleDOI

A rewriting system for convex optimization problems

TL;DR: In this paper, a modular rewriting system for translating optimization problems written in a domain-specific language (DSL) to forms compatible with low-level solver interfaces is described.
References
More filters
Book

Performance Bounds and Suboptimal Policies for Multi-Period Investment

TL;DR: In this paper, the authors consider dynamic trading of a portfolio of assets in discrete periods over a finite time horizon, with arbitrarytime-varying distribution of asset returns, and obtain an approximate dynamic programming policy that requires the solution of a convex optimization problem, often a quadratic program, to determine the trades to carry out in each step.

Symmetric Quasi-Definite Matrices

TL;DR: This work shows that any symmetric permutation of a quasi-definite matrix yields a factorization LDLT, and applies this result to obtain a new approach for solving the symmetric indefinite systems arising in interior-point methods for linear and quadratic programming.
Book ChapterDOI

Self Equivalence of the Alternating Direction Method of Multipliers

TL;DR: The alternating direction method of multipliers (ADM or ADMM) breaks a complex optimization problem into much simpler subproblems to exhibit (nearly) state-of-the-art performance for large-scale optimization problems.
Journal ArticleDOI

Metric selection in fast dual forward-backward splitting

TL;DR: This paper proposes several methods, with different computational complexity, to find a space on which the algorithm performs well, and evaluates the proposed metric selection procedures by comparing the performance to the case when the Euclidean space is used.
Posted Content

An ADMM Algorithm for Solving l_1 Regularized MPC

TL;DR: In this paper, an Alternating Direction Method of Multipliers (ADMM) algorithm for solving optimization problems with an l 1 regularized least-squares cost function subject to recursive equality constraints is presented.