FinnBurkhardt
FinnBurkhardt
I would like to add the option to the structural plasticity module that incorporates a distance-dependent connection probability. Nodes that are further apart should have a lower probability of connecting...
# Description This pull request introduces new functionality to handle distance-dependent connection probabilities in the `SPManager` class. The following methods have been added or modified: ## New Features - **`gather_global_positions_and_ids()`**...
# Add Ornstein–Uhlenbeck Noise Generator This pull request adds a new `ou_noise_generator` device and corresponding pytest-based tests. The device generates temporally correlated current following an Ornstein–Uhlenbeck (OU). The tests verify...