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

Prevent terminator from incorrectly terminating algorithm. #195

Closed a-t-0 closed 1 year ago

a-t-0 commented 1 year ago

Currently, the terminator node incorrectly terminating a lot of the change_u radiation runs. Because it spikes due to unexpected excitation. This can be resolved by:

Options

Options

Computing the minimum and maximum runtime in neuron countdown and using that to determine whether the network is done.

a-t-0 commented 1 year ago

No terminator has been observed incorrectly terminating the algorithm.