nest / nest-simulator

The NEST simulator
http://www.nest-simulator.org
GNU General Public License v2.0
544 stars 370 forks source link

Distance dependent structural plasticity #3369

Open FinnBurkhardt opened 1 week ago

FinnBurkhardt commented 1 week ago

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

Modified Methods


Distance-Dependent Features

Testing

The following tests have been added to validate the new functionality:

C++ Tests:

Python Tests:


Related Issue:

Incorporate Distance-Dependent Connection Probability in Structural Plasticity Module #3209