Checking no. of generations it takes to stabilise in Golly

For scripts to aid with computation or simulation in cellular automata.
Post Reply
paultsui
Posts: 8
Joined: February 25th, 2012, 1:29 pm

Checking no. of generations it takes to stabilise in Golly

Post by paultsui » February 29th, 2012, 3:22 pm

Hello!

I looked into oscar.py - it handles most patterns well by checking and comparing the hash vale of the patterns at various generations.
However, since the algorithm checks the entire pattern, it fails when the pattern stabilise but keeps changing at the same time. The most obvious example is spaceships flying in different directions and the R-pentomino.

I am wondering whether there exists easy way to check the number of generations it takes for a given initial pattern to stabilise! Thank you! : )

Post Reply