DatalogiForAlle / AgentsPy

Agent-based simulation for education in Python
GNU General Public License v3.0
5 stars 0 forks source link

Simulation of border closing in epidemic model #117

Closed JensKanstrupLarsen closed 3 years ago

JensKanstrupLarsen commented 3 years ago

This iteration of the epidemic model also uncovered an "interesting" issue: even though the model wrapping has been disabled, agents close to the edges can still infect one another.

JensKanstrupLarsen commented 3 years ago

This now also fixes issue #120.