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

Implement ByKind scheduler #1033

Merged
merged 6 commits into from
May 9, 2024
Merged

Implement ByKind scheduler #1033

merged 6 commits into from
May 9, 2024

Conversation

Tortar
Copy link
Member

@Tortar Tortar commented May 8, 2024

Fixes #1014

@Tortar Tortar requested a review from Datseris May 8, 2024 22:55
@Tortar
Copy link
Member Author

Tortar commented May 8, 2024

Actually it is a needed feature because if you use ByProperty you just can't shuffle the agents (and it is slower)

src/submodules/schedulers.jl Outdated Show resolved Hide resolved
Tortar and others added 2 commits May 9, 2024 09:59
Co-authored-by: George Datseris <datseris.george@gmail.com>
@Tortar Tortar merged commit 2127b9a into main May 9, 2024
5 checks passed
@Tortar Tortar deleted the Tortar-patch-2 branch May 9, 2024 08:00
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

Successfully merging this pull request may close these issues.

Scheduler equivalent to ByType but for @multiagent models.
2 participants