tapios / risk-networks

Code for risk networks: a blend of compartmental models, graphs, data assimilation and semi-supervised learning
Other
2 stars 2 forks source link

Extend capability of EpidemicSimulator for simulations on static networks #106

Open glwagner opened 4 years ago

glwagner commented 4 years ago

Plus convenience function for KineticModel for resetting status and time.

There is a new examples/static_contacts_epidemic_ensemble.py, which produces this plot:

image

This may be progress toward resolving #102 .

We may need to refactor EpidemicSimulator at some point if we continue to add functionality to it.

Resolves #112