https://github.com/sukiboo/wbga_co
Source code for the numerical experiments presented in the paper "Biorthogonal Greedy Algorithms in Convex Optimization".
https://github.com/sukiboo/wbga_co
convex-optimization greedy-algorithms optimization
Last synced: over 1 year ago
JSON representation
Source code for the numerical experiments presented in the paper "Biorthogonal Greedy Algorithms in Convex Optimization".
- Host: GitHub
- URL: https://github.com/sukiboo/wbga_co
- Owner: sukiboo
- Created: 2020-01-14T15:54:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-04-24T12:21:34.000Z (about 4 years ago)
- Last Synced: 2025-01-21T12:35:53.041Z (over 1 year ago)
- Topics: convex-optimization, greedy-algorithms, optimization
- Language: Python
- Homepage:
- Size: 720 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Biorthogonal Greedy Algorithms in Convex Optimization
Source code for the numerical experiments presented in the paper "Biorthogonal Greedy Algorithms in Convex Optimization".
Preprint of the paper is available at https://arxiv.org/abs/2001.05530
### Setup
* Install the requirements via
```pip -r install ./requirements.txt```
* Run the code via
```python -m main -ex=k```,
where `k` is one of the numerical examples from the paper, i.e. `k = 1, 2, 3, 4`