Simulator for Causal Block Diagrams
|
|
4 anni fa | |
|---|---|---|
| doc | 4 anni fa | |
| examples | 4 anni fa | |
| src | 4 anni fa | |
| .gitignore | 4 anni fa | |
| README.md | 4 anni fa | |
| requirements.txt | 4 anni fa | |
| test.sh | 5 anni fa | |
| whishlist.txt | 4 anni fa |
Copyright the Modelling, Simulation and Design Lab (MSDL)
http://msdl.cs.mcgill.ca/
Author(s): Marc Provost
Hans Vangheluwe
Joachim Denil
Claudio Gomes
Randy Paredis
Purpose: simulates CBD models in Python.
Requires Python version >= 2.7 or >= 3.2
The simulator can easily be installed with the following commands.
cd src
python setup.py install --user
Take a look at the documentation (in the doc/ folder) for more details
on this framework. This includes detailed API descriptions, use cases and
examples (both simple and complex).
The HTML-version of the documentation can be built from within the doc/
folder with the make html command.