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
- Host: GitHub
- URL: https://github.com/zombie-einstein/ca_causal_regions
- Owner: zombie-einstein
- Created: 2020-07-12T13:15:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-01-13T20:44:41.000Z (about 1 year ago)
- Last Synced: 2025-01-13T21:34:01.294Z (about 1 year ago)
- Language: Python
- Size: 533 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```