This repository provides the code for the Feedback-Informed Epidemiological Model (FIEM), which is introduced in the pre-print:
Du, Zahn et al, "Modeling dynamic disease-behavior feedbacks for improved epidemic prediction and response", 2024
To run the code, set up a virtual environment and install the dependencies:
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
- /src: Contains the main source code for the FIEM.
- /main.py: Contains the code to run FIEM and base parameters.
More detailed instructions, documentation, and examples will be added soon.