|
If I create 2 pairs of nodes -- call them A, B, C and D
Say I connect A with B (bidirectional, excitatory) and C with D (also bidirectional, excitatory). A and B are not connected to C and D.
Now if I activate A to 1, one would expect B to also activate to 1. This happens. Unfortunately after enough iterations, C and D also activate to 1. This should not happen.
Sorry if I'm doing something silly; or is this a bug?
|