Change name and comment for Cluster::m_nSynapticTransDelay; fix its initialization #256
Open
1 of 4 tasks
Labels
Milestone
What kind of issue is this?
The static variable m_nSynapticTransDelay is actually the minimum synaptic transmission delay. It is the number of time steps that spikes can be buffered within a cluster before they need to be sent to their destinations in other clusters.
Besides name and comment, right now its value is hard-coded. It should be initialized based on the synaptic delay information for the current models.
What is affected by this?
How do we replicate the issue/how would it work?
Expected behavior (i.e. solution or outline of what it would look like)
Other Comments
The text was updated successfully, but these errors were encountered: