Search code examples
cellular-automata

What is not Cellular Automata?


Generalized a specific question I had which is:

Would it still be called Cellular Automata if the state of the cell depended on the state of all the other cells in the grid?


Solution

  • Yes. Expand the grid size to n-dimensional neighborhood:

    http://en.wikibooks.org/wiki/Cellular_Automata/Neighborhood