Original code by Ryan S. McGee. Modified by T.W. Alleman in consultation with the BIOMATH research unit headed by prof. Ingmar Nopens.
Copyright (c) 2020 by T.W. Alleman, BIOMATH, Ghent University.
Our code implements a SEIRS infectious disease dynamics model with extensions to model the effect of quarantining detected cases. Our code allows to perform Monte Carlo simulations, calibrate model parameters and calculate optimal government policies using a model predictive controller (MPC). A white paper and source code of our previous work can be found on the BIOMATH website.
Check the documentation website for more information about the code and the models.
A demo of the model can be found here. This notebook can also be run in the browser through binder.
The information needed to install the required packages, can be found here on the documentation website.
- The repository setup is a derived version of the data science cookiecutter providing a consistent structure.
- Original code by Ryan S. McGee