PlusOneData / NetworkInfection

2 stars 0 forks source link

create simulation time object #44

Open collinschwantes opened 3 years ago

collinschwantes commented 3 years ago

To avoid duplicating data about the simulation across nodes, we could create a simulation object that stores the current timestep and other relevant data that is currently duplicated across all nodes in the graph. This may improve performance as graphs grow in size.