-
-
Notifications
You must be signed in to change notification settings - Fork 188
Open
Labels
Description
This issue aims to create an example with the functionalities of VoronoiGrid discrete space and its main applications.
- Original Mesa Issue: Add Voronoi tessellation space mesa#1895
- Original PR: Voronoi Tessellation based Discrete Space mesa#2084
Most Voronoi applications involve continuous space moving agents. Here, using discrete space, the main ideia is to model John Snow Cholera using the VoronoiGrid this way:
- Each cell have one pump and a certain amount of people
- Pumps can contaminate neighbor pumps or people in the cell
- People can move between cells
- Pumps can be closed/fixed
We assign probabilities to the events (moving around, contaminating) and simulate in order to analyze how important interventions (closing or fixing pumps) are.
This is just an ideia for the example, suggestions are welcome.
References
EwoutH