brainpy/BrainPy

Reuse existing connections when multiple projections are established between two populations

chaoming0625 opened this issue · 0 comments

Please:

  • Check for duplicate requests.
  • Describe your goal, and if possible provide a code snippet with a motivating example.

If A and B have multiple connection projections (C1, C2, and C3), these projections should share the same connection matrix or connection patterns. However, existing interface in BrainPy will reinitialize another connection pattern whenever a new projection is established between A and B.