-
Notifications
You must be signed in to change notification settings - Fork 392
New connection rule for Poisson-distributed number of synapses between neuron pairs #2960
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
Merged
Merged
Changes from all commits
Commits
Show all changes
60 commits
Select commit
Hold shift + click to select a range
546a01f
First changes for Poisson connections
ackurth 85d88b7
First working version for pairwise Poisson connections
ackurth b24fd94
pairwise poisson works
ackurth 892a635
Add tests
ackurth 9f5071c
Correct pytest
ackurth 2264a32
Merge remote-tracking branch 'upstream/master' into poisson_multapses
ackurth 41b24ae
Black python files
ackurth ed1b18b
Format cpp files
ackurth 09d7da6
Correct header in test_connect_pairwise_poisson
ackurth 6b97257
Change name of lam parameter
ackurth 1e4bcd0
Add documentation
ackurth 3134ee8
Run isort
ackurth 22726ee
Run black
ackurth e36ac72
Correct flak8 error
ackurth 39f5b6a
Update doc/htmldoc/networks/spatially_structured_networks.rst
ackurth f99864f
Update doc/htmldoc/networks/spatially_structured_networks.rst
ackurth a0c2538
Update nestkernel/connection_creator_impl.h
ackurth 4a9011d
Update nestkernel/random_generators.h
ackurth fa705c0
Update pynest/nest/lib/hl_api_connection_helpers.py
ackurth 80ecefe
Update nestkernel/random_generators.h
ackurth 9f07c07
Update nestkernel/random_generators.h
ackurth 6d898cf
Update nestkernel/random_generators.h
ackurth ab950b4
Merge branch 'master' into poisson_multapses
ackurth 8a7a66a
Update doc/htmldoc/networks/spatially_structured_networks.rst
ackurth 37d4267
Update doc/htmldoc/synapses/connection_management.rst
ackurth ad2f754
Update nestkernel/connection_creator.cpp
ackurth 46713b9
Merge branch 'master' into poisson_multapses
ackurth d650777
Formatting
ackurth f7f89a8
Merge branch 'master' into poisson_multapses
ackurth e260482
Connection parameters table reordering
ackurth 8d12b03
Remove again
ackurth 29f6d75
Change random number generation
ackurth 4861e91
Fix format
ackurth 65f2a91
Update pynest/nest/lib/hl_api_connection_helpers.py
ackurth c0065ff
Update nestkernel/connection_creator_impl.h
ackurth 2b86786
Manually declaring type
ackurth 9af0d30
Fix bug, stick to C++ conventions.
ackurth 1920cdc
Remove sharing info for parallel sections
ackurth c0a04a1
Update nestkernel/conn_builder.cpp
ackurth 9d46d70
Remove outdated ToDo comment
ackurth cbaadd3
Merge branch 'poisson_multapses' of github.com:ackurth/nest-simulator…
ackurth a86780f
Update nestkernel/conn_builder.cpp
ackurth 32f2d1b
Black formatting
ackurth 3ad05bf
Merge branch 'poisson_multapses' of github.com:ackurth/nest-simulator…
ackurth b8f3bff
Formatting
ackurth 238ff2e
Remove , simply connection routine for poisson connections
ackurth 95f7f89
Fix formating
ackurth 9d9ed89
Remove unecessary check
ackurth 581c0b7
Merge branch 'master' into poisson_multapses
ackurth a77da26
Update nestkernel/conn_builder.cpp
ackurth 79a0eb2
Update nestkernel/conn_builder.cpp
ackurth 2af3b80
Update nestkernel/connection_creator_impl.h
ackurth 4cce885
Update doc/htmldoc/synapses/connection_management.rst
ackurth 58a5a8d
Update nestkernel/conn_builder.h
ackurth 686699f
Update nestkernel/conn_builder.cpp
ackurth 0054a98
Update nestkernel/conn_builder.cpp
ackurth 6ac755d
Update nestkernel/connection_creator_impl.h
ackurth 5f2ccfe
Update testsuite/pytests/test_spatial/test_connect_layers.py
ackurth 995f22d
Remove case distinction when chosing connection types
ackurth 244e40b
Merge branch 'master' into poisson_multapses
ackurth File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.