FLAMEGPU / FLAMEGPU2

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

Environment Directed Graph IO #1126

Open Robadob opened 8 months ago

Robadob commented 8 months ago

Environment directed graphs, introduced by #1089, are currently only import/export-able via dedicated HostAPI functions.

They are not currently present in existing IO methods which encapsulate a whole model:

Adding support may be necessary for simulation checkpointing #806