Skip to main content

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

Actions PyPI version

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.

Requirements

  • Python 3.9 or later

Install

pip install zfista

Quickstart

from zfista import minimize_proximal_gradient
help(minimize_proximal_gradient)

For developers

Installation

pip install -e .

Examples

You can run some examples on jupyter notebooks.

pip install -e ".[examples]"
jupyter notebook

Testing

You can run all tests by

pip install tox
tox

Benchmark

You can run the benchmark by

pip install -e ".[bench]"
python runtests.py

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

zfista-0.0.3.tar.gz (20.1 kB view details)

Uploaded Source

Built Distribution

zfista-0.0.3-py3-none-any.whl (13.8 kB view details)

Uploaded Python 3

File details

Details for the file zfista-0.0.3.tar.gz.

File metadata

  • Download URL: zfista-0.0.3.tar.gz
  • Upload date:
  • Size: 20.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for zfista-0.0.3.tar.gz
Algorithm Hash digest
SHA256 7cb88cfd9d46a6cd695a2ba5c7bffa8019ca8a0633d2bc573fe8fff44890aace
MD5 dd985cdc587ae7cc0602114a30076837
BLAKE2b-256 82760a3d9111caf452cba4bf3c965eb66d4c77093b3e39280ce2f3903979dc8a

See more details on using hashes here.

File details

Details for the file zfista-0.0.3-py3-none-any.whl.

File metadata

  • Download URL: zfista-0.0.3-py3-none-any.whl
  • Upload date:
  • Size: 13.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for zfista-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 d468fdea177b0ff295f90ab465b95a38f40201eadf3968def06697c6fe250c1d
MD5 bd1ca173552683a32e3d173df58f772c
BLAKE2b-256 1ef0d644385085db3aea1738d1f1398cb8865678728bc860e95e72e6f5f7ab94

See more details on using hashes here.

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