|
1 year ago | |
---|---|---|
.gitignore | 4 years ago | |
AnalyzeOutput.py | 4 years ago | |
GenerateFiles.py | 4 years ago | |
README.md | 1 year ago | |
simulation.py | 4 years ago |
To generate all the process files:
python3 GenerateFiles.py
To run the simulation (will take a while):
python3 simulation.py processes.50_10_5_5 results5
python3 simulation.py processes.50_10_5_500 results500
To show plots of the simulation results (argument is directory of all the CSV files), run the following then look in the newly-created *plots_{results5,results500}* directories:
python3 AnalyzeOutput.py results5
python3 AnalyzeOutput.py results500
Download and install Python 3 from Anaconda. Then run the following command in the terminal to install the one library that isn't installed by default:
conda install seaborn