projectmesa / mesa-examples

Seminal agent-based models developed using Mesa
Other
105 stars 123 forks source link

Use new VoronoiGrid discrete space in examples #112

Open vitorfrois opened 3 months ago

vitorfrois commented 3 months ago

This issue aims to create an example with the functionalities of VoronoiGrid discrete space and its main applications.

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:

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