General Dicrete Cellular Automata
CellularAutomata.DCA
— TypeDCA(rule; states=2, radius=1)
Returns a DCA
object given a specific rule, number of states and radius. The ruleset for the rule is computed and stored in the struct as well.
Totalistic Discrete Cellular Automata
CellularAutomata.TCA
— TypeTCA(code; states=2, radius=1)
Returns a TCA
object given a specific code, number of states and radius. The ruleset for the rule is computed and stored in the struct as well.
Continous Cellular Automata
CellularAutomata.CCA
— TypeTCA(code; radius=1)
Returns a CCA
object given a specific code and radius.