pyeeg.simulate.JRNetwork.step
- JRNetwork.step(P=220, sigma_p=22, history_outs=None)
Advance the network by one integration step.
The coupling matrix is updated from the history of the outputs, then every node receives the external input
Pplus a fluctuating external input plus the inter-area contributions from the other nodes.- Parameters:
- Returns:
outs – The readout of every node after the step. Shape (N,).
- Return type:
ndarray