An open API service indexing awesome lists of open source software.

https://github.com/zombie-einstein/probabilistic_ca

Probabilistic Cellular Automata Design and Analysis
https://github.com/zombie-einstein/probabilistic_ca

cellular-automata jax probabilistic-programming

Last synced: 7 days ago
JSON representation

Probabilistic Cellular Automata Design and Analysis

Awesome Lists containing this project

README

          

# Probabilistic Cellular Automata

Python module to run and analyze a probabilistic cellular automata model

See [this blog post](https://zombie-einstein.github.io/2020/06/27/probabilistic_ca.html)
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`](notebooks/usage.ipynb).

## Installation

The package can and requirements can be installed using [poetry](https://python-poetry.org/docs/)
by running

```shell
poetry install
```

JAX may need to be installed manually, see [here](https://github.com/google/jax#installation)
for instructions.