JuliaDynamics / Agents.jl

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

Update examples into v6 #898

Closed Datseris closed 9 months ago

Datseris commented 10 months ago

Following https://github.com/JuliaDynamics/Agents.jl/pull/889 we need to update all other examples. This change is trivial and it simply means: remove passing agent_step! to step!/run!/abmplot! and instead give these functions to the model constructor.