uni-courses / SNN-Minimum-Dominating-Set-Approximation

1 stars 0 forks source link

Compute when selector_x gets inhibited. #50

Closed a-t-0 closed 2 years ago

a-t-0 commented 2 years ago

If degree_receiver_x_y for x=x exceeds threshold by +1,then it spikes, eg. v[t=20]=2 ,vth=1 so spike, selector still spikes v[t=21]=3 (still gets a +1 from selector),vth=1 keeps spiking), selector stops spiking, and is inhibited. v[t=22]=3 (No +1 anymore because the selector was inhibited in the previous round.)

a-t-0 commented 2 years ago

TODO: when this is detected for degree_receiver_x_y for some x,

                # for x=3 at t=22), the a_in for x should be 1 for one more timestep
                # and then it should be 0 for ever.