0
$\begingroup$

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

  • 2
    There's no number of neighbours that a cell *should* have. There are interesting cellular automata with eight neighbors (e.g. [Conway's Life](http://en.wikipedia.org/wiki/Conway's_Game_of_Life)) and with six (e.g. [Hex Life](http://www.antimodal.com/flash/hexlife/)).2012-01-20

1 Answers 1