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

https://github.com/jmbhughes/automaton

an implementation of the ulam-warburton automaton with variations
https://github.com/jmbhughes/automaton

automaton cellular-automata cellular-automaton discrete-mathematics

Last synced: 9 months ago
JSON representation

an implementation of the ulam-warburton automaton with variations

Awesome Lists containing this project

README

          

# Automaton

A simple implementation of the Ulam-Warburton Automaton with some variations:
* Basic as originally described
* Cells turn off after a set number of iterations
* Cells that turn off must wait so many iterations before reactivating

## Installation
Use `pip install . --user` after cloning or forking.

## Ideas
* Add a randomness into the