
Security News
Meet Socket at Black Hat and DEF CON 2025 in Las Vegas
Meet Socket at Black Hat & DEF CON 2025 for 1:1s, insider security talks at Allegiant Stadium, and a private dinner with top minds in software supply chain security.
| QPALM is a numerical optimization package that finds stationary points of (possibly nonconvex) quadratic programs, that is
.. math::
\begin{aligned}
& \underset{x}{\textbf{minimize}}
& & \tfrac12 x^\top Q x + q^\top x\\
& \textbf{subject to}
& & b_\mathrm{min} \le Ax \le b_\mathrm{max} \\
\end{aligned}
| The documentation can be found at: <https://kul-optec.github.io/QPALM/Doxygen>
_
| Examples are included as well: <https://kul-optec.github.io/QPALM/Doxygen/examples.html>
_
Python
^^^^^^
| The QPALM Python interface is available from PyPI <https://pypi.org/project/qpalm>
_, you can install it using:
.. code-block:: sh
python3 -m pip install qpalm
Julia, Matlab, C/C++/Fortran
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| Installation instructions for the Julia, Matlab, C, C++ and Fortran interfaces, as well as instructions for building QPALM from source, can be found on GitHub <https://github.com/kul-optec/QPALM/>
_.
| QPALM is written in C, with interfaces for C++, Python, Julia, Matlab and Fortran. The code itself is portable across all major platforms. Binaries are available for Linux on x86-64, AArch64, ARMv7 and ARMv6, for macOS on x86-64 and ARM64, and for Windows on x86-64.
| Check out the papers below for detailed benchmark tests comparing QPALM with state-of-the-art solvers.
QPALM: A Newton-type Proximal Augmented Lagrangian Method for Quadratic Programs <https://arxiv.org/abs/1911.02934>
_.QPALM: A Proximal Augmented Lagrangian Method for Nonconvex Quadratic Programs <https://arxiv.org/abs/2010.02653>
_.| If you use QPALM in your research, please cite the following paper:
.. code-block:: bib
@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.},
}
FAQs
Proximal Augmented Lagrangian method for Quadratic Programs
We found that qpalm demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Meet Socket at Black Hat & DEF CON 2025 for 1:1s, insider security talks at Allegiant Stadium, and a private dinner with top minds in software supply chain security.
Security News
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600× faster than humans.
Security News
Deno 2.4 brings back bundling, improves dependency updates and telemetry, and makes the runtime more practical for real-world JavaScript projects.