pyeeg.simulate.NeuralMassNode
- class pyeeg.simulate.NeuralMassNode(dt=0.001, seed=42)
Abstract base class for a single neural-mass node.
Defines the interface to be implemented for the simulation of a single node: a child class must provide a
step()method that advances the internal state by one integration step, an optionalread_out()method returning a scalar readout, and may overridesimulate()to produce a full time series.
Methods
Simulate the node and return its time series.
Advance the node by one integration step.