Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use new VoronoiGrid discrete space in examples #112

Open
vitorfrois opened this issue Mar 26, 2024 · 0 comments
Open

Use new VoronoiGrid discrete space in examples #112

vitorfrois opened this issue Mar 26, 2024 · 0 comments

Comments

@vitorfrois
Copy link

vitorfrois commented Mar 26, 2024

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:

  • 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant