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

Improve neuron death simulation approach. #192

Closed a-t-0 closed 1 year ago

a-t-0 commented 1 year ago

Bandaid

Currently, a synapse weight of -10**8 is selected, as this is considered enough for the MDSA algorithm neurons to stop spiking throughout any practical remainder of the simulation.

Objective

Either :

a-t-0 commented 1 year ago

All outgoing synapse weights are set to 0 for dead neurons.