Skip to content
Steven Masfaraud edited this page Dec 29, 2015 · 17 revisions

BMSpy

Block Model Simulator for python

Simulates block-models dynamics.

There is no graphical interface for now, just a python package with model and blocks definition. The model can draw itself for visualisation.

See in example folder for usage.

Requirements

  • Numpy
  • Networkx
  • Matplotlib (imported when asked for plots)

Links

https://pypi.python.org/pypi/bms

Clone this wiki locally