Skip to main content

Proximal Augmented Lagrangian method for Quadratic Programs

Project description

Python Wheels Matlab Package Test Coverage

Proximal Augmented Lagrangian method for Quadratic Programs

QPALM is a numerical optimization package that finds stationary points of (possibly nonconvex) quadratic programs, that is

minimize        ½ xᵀQx + qᵀx

subject to      l ≤ Ax ≤ u

Documentation

The documentation can be found at: https://tttapa.github.io/QPALM-minimal/Doxygen
Examples are included as well: https://tttapa.github.io/QPALM-minimal/Doxygen/examples.html

Installation

To install the Python interface to QPALM, you can download pre-built binaries from PyPI:

python3 -m pip install qpalm

To install the Matlab interface, download qpalm-matlab.tar.gz from the releases page, and extract it into the ~/Documents/MATLAB folder. As a one-liner:

wget https://github.com/tttapa/QPALM-minimal/releases/download/0.0.0a2/qpalm-matlab.tar.gz -O- | tar xz -C ~/Documents/MATLAB

Benchmarks

Check out the papers below for detailed benchmark tests comparing QPALM with state-of-the-art solvers.

Citing

If you use QPALM in your research, please cite the following paper:

@inproceedings{hermans2019qpalm,
	author      = {Hermans, B. and Themelis, A. and Patrinos, P.},
	booktitle   = {58th IEEE Conference on Decision and Control},
	title       = {{QPALM}: {A} {N}ewton-type {P}roximal {A}ugmented {L}agrangian {M}ethod for {Q}uadratic {P}rograms},
	year        = {2019},
	volume      = {},
	number      = {},
	pages       = {},
	doi         = {},
	issn        = {},
	month       = {Dec.},
}

License

QPALM is licensed under LGPL v3.0. Some modules are used in this software:

  • LADEL: authored by Ben Hermans and licensed under LGPL-v3.
  • LOBPCG: the version of LOBPCG used here was written by Ben Hermans and licensed under the GNU Lesser General Public License v3.0, see LOBPCG/LICENSE.
  • LAPACK: authored by The University of Tennessee and The University of Tennessee Research Foundation, The University of California Berkeley, and The University of Colorado Denver, and licensed under BSD-3, see here.
  • Minunit: a minimal unit testing framework for C, modified from the version by David Siñuela Pastor and licensed under MIT, see here.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

qpalm-0.0.0a2.tar.gz (422.0 kB view hashes)

Uploaded Source

Built Distributions

qpalm-0.0.0a2-cp310-cp310-win_amd64.whl (161.8 kB view hashes)

Uploaded CPython 3.10 Windows x86-64

qpalm-0.0.0a2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_27_x86_64.whl (2.3 MB view hashes)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.27+ x86-64

qpalm-0.0.0a2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_27_aarch64.whl (2.3 MB view hashes)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64 manylinux: glibc 2.27+ ARM64

qpalm-0.0.0a2-cp39-cp39-win_amd64.whl (159.6 kB view hashes)

Uploaded CPython 3.9 Windows x86-64

qpalm-0.0.0a2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_27_x86_64.whl (2.3 MB view hashes)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.27+ x86-64

qpalm-0.0.0a2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_27_aarch64.whl (2.3 MB view hashes)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64 manylinux: glibc 2.27+ ARM64

qpalm-0.0.0a2-cp38-cp38-win_amd64.whl (161.7 kB view hashes)

Uploaded CPython 3.8 Windows x86-64

qpalm-0.0.0a2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_27_x86_64.whl (2.3 MB view hashes)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.27+ x86-64

qpalm-0.0.0a2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_27_aarch64.whl (2.2 MB view hashes)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64 manylinux: glibc 2.27+ ARM64

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page