JuliaDynamics / Agents.jl

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

Discuss redefining agent types in the docs #982

Closed Datseris closed 7 months ago

Datseris commented 7 months ago

In the main tutorial add an explicit top-level header "Redefining agent structs".

There we should discuss firstly, that this is not really a big deal. Just do mass rename in VSCode with Ctrl+Shift+H.

Then, we discuss that this is a fundamental limitation of the language, and not using structurs is simply a much worse idea due to plummeting impact on performance.

Lastlyu, say that we are crrently considering other options and cite #907 .