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

TODO: determine what to do with the synapses. #73

Closed a-t-0 closed 1 year ago

a-t-0 commented 1 year ago

The neurons are copied over time, but the synapses currently arent. Build support for this.

TODO: determine what to do with the synapses.
a-t-0 commented 1 year ago

The synapses are a connection between two nodenames. The synapses are now allowed to change over time (According to self.change_per_t: int = change_per_t) in the Synapse object. (Not implemented/used yet.)

So there is no need to duplicate synapses over time.