nest-simulator icon indicating copy to clipboard operation
nest-simulator copied to clipboard

Add ```z_connected``` to values to be set for synaptic elements

Open ackurth opened this issue 1 year ago • 3 comments

The z_connected variables in synaptic elements in used to keep track of the connected synaptic elements, in contrast to the z variable that is used to determine how many connections ought to be established or deleted. There are use cases when one wants to set z_connected by hand (for example when creating connections with a higher level connections routine that subsequently should be subject to potential removal by structural plasticity). This PR add z_connected to the parameters that can be set by the user.

ackurth avatar Jan 02 '24 19:01 ackurth

@ackurth: why could this not be done through calling SynapticElement::connect()?

clinssen avatar Feb 21 '24 16:02 clinssen

Pull request automatically marked stale!

github-actions[bot] avatar Apr 22 '24 08:04 github-actions[bot]

@ackurth Could you respond to the comments above?

heplesser avatar Jun 20 '24 09:06 heplesser