JuliaDynamics / Agents.jl

Agent-based modeling framework in Julia
https://juliadynamics.github.io/Agents.jl/stable/
MIT License
736 stars 119 forks source link

Implement ByKind scheduler #1033

Closed Tortar closed 4 months ago

Tortar commented 4 months ago

Fixes https://github.com/JuliaDynamics/Agents.jl/issues/1014

Tortar commented 4 months ago

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