/epidemic-graph-inference

CS145 reverse engineering epidemics project

Primary LanguagePythonMIT LicenseMIT

epidemic-graph-inference

CS145 reverse engineering epidemics project

Running scripts

Use ipython from the main directory like so:

ipython2 -i scripts/testSIR.py

Need to install graphviz and python2-graphviz packages to have advanced drawing capabilities.

Definition of graph super-neighborhood

We are currently taking the entire graph to be the super-neighborhood of each node.