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

Allow use of pairwise_bernoulli rule for connections to devices

Open heplesser opened this issue 1 year ago • 1 comments

#560 prohibited the use of probabilistic connection rules when connecting to devices to address #351.

This rule is overly restrictive: Only connection rules that have a global constraint, such as fixed in- or outdegree and fixed total number. In contrast, pairwise Bernoulli checks each connection independently, so as long as each VP only considers sources on that VP, it is safe to use it for connecting to devices.

A use case is to randomly connect a given percentage of neurons in a population to a spike recorder for recording, when recording of all neurons is not practical. This would be especially useful for NEST Desktop. Note that slicing a subset of neurons is only sensible for random networks (mentioned by @babsey).

heplesser avatar Feb 21 '24 10:02 heplesser

Issue automatically marked stale!

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