Install the packages necessary for this algorithm using
pip install -r requirements.txt
The entry point to the best performing algorithm is /greedy_profit_v2/main.py
.
To run the solution, store the results for every seed in a /output_test/
directory in the root of the repository, then run python ./greedy_profit_v2/evaluation_all_known_seeds.py