You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the GeoSir model has interesting scheduling behavior, where it looks like the Agents are added multiple times to a base schedulers, with all Agents first being added, and then their neighbours again:
The schedulers are deprecated (see projectmesa/mesa#2306), so we would like to replace the BaseScheduler with AgentSet.do() operations (as of the Migration guide).
@glicerico, if I'm correct you originally wrote this model. Could you explain exactly what's happening? And would you be interested in updating the example?
The text was updated successfully, but these errors were encountered:
Currently the GeoSir model has interesting scheduling behavior, where it looks like the Agents are added multiple times to a base schedulers, with all Agents first being added, and then their neighbours again:
mesa-examples/gis/geo_sir/model.py
Line 32 in 2c05149
mesa-examples/gis/geo_sir/model.py
Lines 84 to 90 in 2c05149
mesa-examples/gis/geo_sir/model.py
Line 107 in 2c05149
The schedulers are deprecated (see projectmesa/mesa#2306), so we would like to replace the BaseScheduler with
AgentSet.do()
operations (as of the Migration guide).@glicerico, if I'm correct you originally wrote this model. Could you explain exactly what's happening? And would you be interested in updating the example?
The text was updated successfully, but these errors were encountered: