uni-courses / snncompare

Runs networkx graphs representing spiking neural networks of LIF-neurons on lava-nc or networkx.
GNU Affero General Public License v3.0
2 stars 0 forks source link

Create single cumulative output json instead of duplicate cumulative jsons. #62

Closed a-t-0 closed 2 years ago

a-t-0 commented 2 years ago

Currently, stage 1 output contains: A. Input graphs, SNN algo graphs, Adapted graphs, radiation graphs. Stage 2 output contains: nothing Sgate 3 output contains: A. Input graphs, SNN algo graphs, Adapted graphs, radiation graphs. B. Simulated graph duplicates over time. Stage 4 output contains: A. Input graphs, SNN algo graphs, Adapted graphs, radiation graphs. B. Simulated graph duplicates over time. C. The results per graph.

Make this into 1 output json that gets more info at each timestep.

a-t-0 commented 2 years ago

Done.