This repository contains two main parts. First, a Python3 reimplementation of R. Manansala's modification of the Belgian Health Care Knowledge Centre's SEIRS model for Influenza. Second, code to find an optimal choice of vaccination strategy parameters.
In both parts, JAX is used.
A requirements.txt file is provided with all required packages to run the
code. We recommend the usage of a virtual environment together with pip install -r requirements.txt to ensure you have the right version of the
packages.