Neuropercolation Model used for my master thesis "Synchronisation through Integrated Information in Neuropercolation Models"
Go to file
2023-12-14 19:50:41 +00:00
evaluation Canonise author noitices 2023-12-14 19:49:44 +00:00
examples Add riding eps example 2023-12-10 21:47:15 +00:00
neuropercolation Add notice of file modification 2023-12-14 19:50:41 +00:00
tests Fix/display stop when done 2021-01-09 12:51:20 +00:00
.gitignore Reworked CellularAutomaton to improve API and speed 2020-10-20 10:14:05 +00:00
.gitlab-ci.yml adds dependencies to .gitlab-ci.yml 2020-10-25 20:05:41 +00:00
.pylintrc Reworked CellularAutomaton to improve API and speed 2020-10-20 10:14:05 +00:00
LICENSE.txt refactoring and licensing 2019-02-23 16:20:48 +01:00
MANIFEST.in fixed project setup 2019-03-03 09:33:00 +01:00
README.md Fix typos in README 2023-08-17 23:12:26 +02:00
setup.cfg Reworked CellularAutomaton to improve API and speed 2020-10-20 10:14:05 +00:00
setup.py Fix/display stop when done 2021-01-09 12:51:20 +00:00

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