Ticket #29 (closed task: fixed)

Opened 3 years ago

Last modified 2 years ago

Finish resolving Refractoriness issues

Reported by: thesamovar Owned by:
Priority: major Milestone: 1.2
Component: Core Version:
Keywords: Cc:

Description

We did have a problem whereby neurons could be refractory and still fire if the synaptic weight was greater than the difference between the reset and threshold values - this is quite a degenerate case but was occasionally cropping up. This is now fixed, but the fix may slow things down a bit, and makes the old approach redundant. This should be fixed. For example, we don't need to clamp state variable values every time step now perhaps, but only at the end of the refractory period (maybe this isn't critical though).

Change History

Changed 2 years ago by thesamovar

  • status changed from new to closed
  • resolution set to fixed

It is best to keep the current approach because it is cleaner and changing it requires changing quite a lot of code.

Note: See TracTickets for help on using tickets.