Skip to content

Wilson-Cowan model and consistent chunkwise durations

Choose a tag to compare

@caglorithm caglorithm released this 11 Mar 10:47
· 909 commits to master since this release
4c77e2c

Changes:

  • New model: Wilson-Cowan neural mass model implemented (thanks to @ChristophMetzner )
  • Simulations now start their output at t=dt (as opposed to t=0 before). Everything before is now considered an initial condition.
  • Fix: Running a simulation chunkwise (using model.run(chunkwise=True)) and normally (using model.run()) produces output of the same length
  • Fix: aln network coupling, which apparent when simulating chunkwise with model.run(chunkwise=True, chunksize=1)
  • Fix: Correct use of seed for RNG
  • Fix: Matrices are not normalized to max-1 anymore before each run.
  • Fix: Kolmogorov distance of FCD matrices and timeseries