Can we create multiple schedulers in a model or control the order in running different types of agents? #2153
philip928lin
started this conversation in
General
Replies: 1 comment
-
Would you like to take a look at an experimental feature |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In Mesa time module https://mesa.readthedocs.io/en/stable/apis/time.html, we have access to different iterative strategies to run agents. However, can we create multiple schedulers in a model or control the order in running different types of agents?
For example, simulate AgentType2 after all AgentType1 are simulated.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions