How many neighbours should a cell have in a cellular automata?

186 Views Asked by At

So, I'm currently working with cellular automata but I started to wandered, what's the perfect amount of neighbours each cell should have if I'm working in a bi-dimensional space? Up to now I was working with 8 neighbours for each cell (like a grid with square cells), but maybe I should have circular cells with 6 neighbours each (kissing number for a bi-dimensional space). Of course, the first approach is easier to do, but seems a bit arbitrary.

What do you guys think about this? Any input would be great

1

There are 1 best solutions below

0
On

Your question is more aesthetic than mathematical -- it's your cellular automaton, you can design it how you like! (Especially if you don't have a particular goal in mind, but you don't say what that might be.)

The only thing I can suggest is that your neighbourhood encompass at least two other cells. Encompassing only one other cell is certainly possible, but it results in a one-way CA for which a two-dimensional playfield would be overkill.