An implementation of a conjugate gradient algorithm (GPCG) for solving bound-constrained quadratic programs.
Project description
gradient-projected-conjugate-gradient
This repository provides a Python implementation of the gradient projected conjugate gradient algorithm (GPCG) presented in [1] for solving bound-constrained quadratic programs of the form
\text{argmin}_{ x_i \in [l_i, u_i] \text{ for } i = 1, \ldots, n } \,\, \frac{1}{2} x^T A x - b^T x
where $b \in \mathbb{R}^n$ and $A \in \mathbb{R}^{n \times n}$ is a SPD matrix. Here the $l_i$ and/or $u_i$ may be infinite, e.g., we can solve quadratic programs with nonnegativity constraints.
This implementation is still experimental. Install with pip install -e .
or python setup.py
.
References
[1] Moré, J., & Toraldo, G. (1991). On the Solution of Large Quadratic Programming Problems with Bound Constraints. SIAM Journal on Optimization, 1(1), 93-113.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file gpcg-0.0.1.tar.gz
.
File metadata
- Download URL: gpcg-0.0.1.tar.gz
- Upload date:
- Size: 9.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d4c0717cc4aa4f0060569f5f62532098434210af857497a99b213deb4892ae7c |
|
MD5 | 5d78e2716d5da5988d66791d57d55bd0 |
|
BLAKE2b-256 | 5e22138648423d7449819395934f76f42bc23b8810b5a4774b6adafdd1e2dedb |
File details
Details for the file gpcg-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: gpcg-0.0.1-py3-none-any.whl
- Upload date:
- Size: 9.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4c55648dc0c631000e2dd0a733f74c929dbd3d67dcd4a1210113b818725bc768 |
|
MD5 | 0bad5cb05d3d82a538238a7efb7272ec |
|
BLAKE2b-256 | 5fec2dd01bf9be503e67ba640877c9a5f936910fe351e2ff7cd5a939a534d7b1 |