Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow use of pairwise_bernoulli rule for connections to devices #3110

Open
heplesser opened this issue Feb 21, 2024 · 1 comment
Open

Allow use of pairwise_bernoulli rule for connections to devices #3110

heplesser opened this issue Feb 21, 2024 · 1 comment
Labels
I: No breaking change Previously written code will work as before, no one should note anything changing (aside the fix) S: Normal Handle this with default priority stale Automatic marker for inactivity, please have another look here T: Enhancement New functionality, model or documentation
Projects

Comments

@heplesser
Copy link
Contributor

#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 heplesser added T: Enhancement New functionality, model or documentation S: Normal Handle this with default priority I: No breaking change Previously written code will work as before, no one should note anything changing (aside the fix) labels Feb 21, 2024
@heplesser heplesser added this to To do (open issues) in Kernel via automation Feb 21, 2024
Copy link

Issue automatically marked stale!

@github-actions github-actions bot added the stale Automatic marker for inactivity, please have another look here label Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
I: No breaking change Previously written code will work as before, no one should note anything changing (aside the fix) S: Normal Handle this with default priority stale Automatic marker for inactivity, please have another look here T: Enhancement New functionality, model or documentation
Projects
Kernel
  
To do (open issues)
Development

No branches or pull requests

1 participant