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
- Host: GitHub
- URL: https://github.com/jmbhughes/automaton
- Owner: jmbhughes
- Created: 2019-05-26T23:44:22.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-25T17:09:25.000Z (almost 7 years ago)
- Last Synced: 2025-08-25T06:44:36.544Z (9 months ago)
- Topics: automaton, cellular-automata, cellular-automaton, discrete-mathematics
- Language: Python
- Size: 536 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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