FLAMEGPU / FLAMEGPU2

FLAME GPU 2 is a GPU accelerated agent based modelling framework for CUDA C++ and Python
https://flamegpu.com
MIT License
106 stars 22 forks source link

Assign agent function to all states #1133

Open Robadob opened 1 year ago

Robadob commented 1 year ago

If an agent function should be common to agents in all states, can we provide a clean method to avoid the manual duplication?

https://github.com/FLAMEGPU/FLAMEGPU2/discussions/1132