You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SynapseGroup::getWUHashDigest() is used as the basis for merging all types of synapse group but this includes the hash of both getSrcNeuronGroup()->getNumDelaySlots() and getTrgNeuronGroup()->getNumDelaySlots(). The latter is not necessary in synapse dynamics or presynaptic updates unless a postsynaptic variable is accessed but means that in models with N homogeneous delays, you end up with N^2 merged synapse groups.
The text was updated successfully, but these errors were encountered:
SynapseGroup::getWUHashDigest()
is used as the basis for merging all types of synapse group but this includes the hash of bothgetSrcNeuronGroup()->getNumDelaySlots()
andgetTrgNeuronGroup()->getNumDelaySlots()
. The latter is not necessary in synapse dynamics or presynaptic updates unless a postsynaptic variable is accessed but means that in models with N homogeneous delays, you end up with N^2 merged synapse groups.The text was updated successfully, but these errors were encountered: