-
Notifications
You must be signed in to change notification settings - Fork 165
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 AgentSet functionality in examples #111
Labels
Comments
9 tasks
In #153 I removed some schedulers and replaced them with AgentSet functionality. It could be done this way for more models! |
With Mesa v3.0 alpha 2 ( |
Hey @EwoutH , I am reading some resources you gave above for this issue. Can I work on this one? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Open for contributions!
I would like some example to use the now stabilized AgentSet. This means sometimes self.schedule.agents can be replaced, and sometimes the scheduler could be removed all together. See:
The approach for this would generally be:
The nuance here being that applying the AgentSet is not a goal to be implemented as much as possible, but a means that could make some model (parts) more elegant, efficient, readable and/or performant.
The text was updated successfully, but these errors were encountered: