Neuropercolation Model used for my master thesis "Synchronisation through Integrated Information in Neuropercolation Models"
evaluation | ||
examples | ||
neuropercolation | ||
tests | ||
.gitignore | ||
.gitlab-ci.yml | ||
.pylintrc | ||
LICENSE.txt | ||
MANIFEST.in | ||
README.md | ||
setup.cfg | ||
setup.py |
Neuropercolation
This package provides an neuropercolation model for Python 3 forked from Richard Feistenauer's cellular-automaton.
Dependencies
There is only a dependency for recordclass at the moment.
If you want to use the CAWindow or execute the examples you will have to install pygame for visualisation. If you don't want to use this engine for some reason pass another draw_ending to the CAWindow. It has to provide the same interface as the PygameEngine
Licence
This package is distributed under the Apache License, Version 2.0, see LICENSE.txt