epimodels / Zeke

Zeke: The Zombie Epidemic Modeling Platform
MIT License
11 stars 5 forks source link

Network model #7

Open elofgren opened 10 years ago

elofgren commented 10 years ago

Implement spread of infection over a contact network of a relatively small size for at least one of the systems currently being modeled.

elofgren commented 10 years ago

Would consider adding NetworkX to the pre-approved list of packages based on this, as I believe it will be more useful for learning network based simulation than trying to implement this purely through arrays or other NumPy/SciPy based code.