Ecosyste.ms: Awesome
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: 14 days 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-06-25T17:09:25.000Z (over 5 years ago)
- Last Synced: 2024-11-16T16:37:59.642Z (3 months ago)
- Topics: automaton, cellular-automata, cellular-automaton, discrete-mathematics
- Language: Python
- Size: 536 KB
- Stars: 1
- Watchers: 2
- 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