We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpPrograms › a cellular automata that never stabilizes
Page Index Toggle Pages: 1
a cellular automata that never stabilizes (Read 1061 times)
a cellular automata that never stabilizes
May 5th, 2010, 11:19pm
 
hello, i been making experiments with cellular automata in processing the thing i discovered is that after some generations every cellular automata tends to stabilize , i would like to know if there is any type of cellular automata that never stabilizes? or is there is a trick to make a cellular automata never stabilize?

thanks

Seb.
Re: a cellular automata that never stabilizes
Reply #1 - May 6th, 2010, 12:21am
 
How stable is stable?
Re: a cellular automata that never stabilizes
Reply #2 - May 6th, 2010, 5:13am
 
Quote:
after some generations every cellular automata tends to stabilize

That's not true.
For example, the most well known CA, the game of life, can generate entities moving across the surface, extending indefinitely, and so on.

Now, as TfGuy44, it depends on what you call "stabilize".
Somehow, you can also make a kind of noise field with your own pseudo-random number generator following whatever rule you want.
Re: a cellular automata that never stabilizes
Reply #3 - May 6th, 2010, 7:03am
 
I suspect that by stabilize Seb means that the game state repeats itself over a small number of generations.

As PhiLo points out in Conwy's Game of Life there are entities that move across the surface the simplest being the 'glider'.  There is another famous entity called the Gosper Gun which repeats itself over a number of generations each time producing a glider.

There are more complex versions but it proves that not all starting positions will lead to a stable state.

You can see the Gosper Gun in action here
Smiley
Page Index Toggle Pages: 1