General Dicrete Cellular Automata

CellularAutomata.DCAType
DCA(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.

source

Totalistic Discrete Cellular Automata

CellularAutomata.TCAType
TCA(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.

source

Continous Cellular Automata