Skip to content

zombie-einstein/probabilistic_ca

Repository files navigation

Probabilistic Cellular Automata

Python module to run and analyze a probabilistic cellular automata model

See this blog post for details of the algorithm and implementation.

Usage

Examples of using this package and producing plots can be found in the jupyter notebook usage.ipynb.

Installation

The package can and requirements can be installed using poetry by running

poetry install

JAX may need to be installed manually, see here for instructions.