TrainLoadingOptimization
- Install anaconda;
- Inside the anaconda environment, go to the project folder and run:
pip install -r requirements
- Run the simulation:
python Main.py
with arguments--no-plotting, -n
in order to remove graph plotting,--silience, -s
to supress stdout logging and--help, -h
for further options. - Run tests:
python -m unittest