FLAMEGPU / FLAMEGPU2

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

Assign agent function to all states #1133

Open Robadob opened 11 months ago

Robadob commented 11 months 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