A globally convergent fast iterative shrinkage-thresholding algorithm with a new momentum factor for single and multi-objective convex optimization
Project description
zfista : A globally convergent fast iterative shrinkage-thresholding algorithm with a new momentum factor for single and multi-objective (convex) optimization
This code repository provides a solver for the proximal gradient method (ISTA) and its acceleration (FISTA) for both single and multi-objective optimization problems, including the experimental code for the Paper1 and Paper2.
An accelerated proximal gradient method for multiobjective optimization
Hiroki Tanabe, Ellen H. Fukuda, and Nobuo Yamashita
A globally convergent fast iterative shrinkage-thresholding algorithm with a new momentum factor for single and multi-objective convex optimization
Hiroki Tanabe, Ellen H. Fukuda, and Nobuo Yamashita
The solver can deal with the unconstrained problem written by $$\min_{x \in \mathbf{R}^n} \quad F(x) \coloneqq f(x) + g(x),$$ where $f$ and $g$ are scalar or vector valued function, $f$ is continuously differentiable, $g$ is closed, proper and convex. Note that FISTA also requires $f$ to be convex.
- Documentation: https://zalgo3.github.io/zfista/
Requirements
- Python 3.8 or later
Install
pip install zfista
Quickstart
from zfista import minimize_proximal_gradient
help(minimize_proximal_gradient)
Examples
You can run some examples on jupyter notebooks.
jupyter notebook
Testing
You can run all tests by
python -m unittest discover
Benchmark
You can run the benchmark by
python runtests.py
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 zfista-0.0.2.tar.gz
.
File metadata
- Download URL: zfista-0.0.2.tar.gz
- Upload date:
- Size: 18.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ee0f2d4ab178301f83e34ed1f7ce0f0454931fe25d92a14cb459ba15803bea98 |
|
MD5 | a2e1429d54346aad3ea5b80a7b46f17b |
|
BLAKE2b-256 | 56804c0255f86af7c6fd86155842ede04b4c279fefe1b7a10a874e6c4bbf9aee |
File details
Details for the file zfista-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: zfista-0.0.2-py3-none-any.whl
- Upload date:
- Size: 20.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0edc1c0f48f387f300b7ca7a3706d20c73c74e46d97624ea3b23ce1092b53ff6 |
|
MD5 | cd240637d5b81ab5f08182677c26132a |
|
BLAKE2b-256 | 178cfe8b11a338af9d30bffdc28b51c85155ee079c8307a9217f5747f014c650 |