/ElementaryCellularAutomata

Elementary one-dimensional cellular automata

Primary LanguagePythonMIT LicenseMIT

Elementary Cellular Automata

Implementation in python of binary cellular automata (CA) which update the value of each cell based on its neighborhood, following a binary rule.

Neural cellular automaton example