overview.pdf contains the final version of our paper
- The folders and notebooks should be ignored; they were only used for initial testing and debugging.
main.pyis responsible for actually running the code. See info below for how to run with argumentsanalyze.pyis responsible for creating the graph of the resulting simulations.
- Run all cells in cluster.ipynb --> this sets up all the proper data (don't worry, this won't get uploaded to git)
- python main.py --cluster True --S --a
- Results saved by region in the clusters folder
python main.pyinto terminal.- Arguments:
- Run on Amazon Dataset: --size --S --a --real True
- Run on Simulation: --size --S --a --M --N
- Final image ouputted in graph.jpg
- Run
create_data.ipynbto produce the simulation inputs. This will create a Tx, Ty, and Tz csv files, along withinfo.jsoninside of theinputsfolder. - Run
julia_run.ipynb, which takes the input data and runs our model. Results stored inresults/output.h5 - Run
analayze.ipynb, which visualizes the results.