neuropercolation/README.md
2023-08-17 23:12:26 +02:00

6.6 KiB

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