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

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

Module for running and analysis of causality in cellular automata
https://github.com/zombie-einstein/ca_causal_regions

Last synced: 6 days ago
JSON representation

Module for running and analysis of causality in cellular automata

Awesome Lists containing this project

README

          

# Cellular Automata Causal Regions

Python module to run and analyze the causal dependencies of a
cellular automate model.

See [this blogpost](https://zombie-einstein.github.io/2020/07/12/ca_causal_regions.html)
for more details.

## Usage

Examples of using this package and producing plots can be found in the
jupyter notebook `notebooks/usage.ipynb` which uses the package `ca_causal`.

Dependencies can be installed with [poetry](https://python-poetry.org/) by running

```bash
poetry install
```