This project contains code for:
- Preprocess population data for further multiagent simulation
- Sample city population to speed up simulation
- Simulation edidemic outbreak
preprocessing_pipelineThis directory contains several jupyter notebooks to create appropriate population format from initial data gathered from open source. You can download data by link: https://disk.yandex.ru/d/BrcX8QUBlDOEugpopulation_samplingThis directory contains jupyter notebook for sampling city population. It takes r% of households and leave only people from these households. Decreasing size of population should significantly reduce simulation time.simulation_influenzaTo launch simulation runpython example.py. You can change parameters insideexample.py.