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

https://github.com/sukiboo/mixed_greedy_algorithm

Preliminary numerical experiments for some greedy algorithms.
https://github.com/sukiboo/mixed_greedy_algorithm

approximation-theory complexity-analysis greedy-algorithms

Last synced: 10 months ago
JSON representation

Preliminary numerical experiments for some greedy algorithms.

Awesome Lists containing this project

README

          

# Mixed Greedy Algorithm (*work in progress*)

Preliminary numerical experiments for some greedy algorithms.

Install the requirements with ```pip install -r requirements.txt``` and run the experiments with ```python -m run_experiments```.