An open API service indexing awesome lists of open source software.

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".

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`