Run RunSimulation.java
and it will create the necessary data in the data folder, performing each
experiment 60 times each.
virtualenv .env
. .env/bin/activate
pip install -r requirements.txt
cd doc
jupyter notebook
Display the slides in the browser
cd docs
jupyter nbconvert presentation.ipynb --to slides --post serve
Then change the url in the browser to http://127.0.0.1:8000/presentation.slides.html?print-pdf#/ and print the page as a pdf. You should see the individual slides (only works properly in Chrome and Chromium).