- #1
paulrk
- 7
- 0
I want to calculate the kolmogorov complexity of n evolution of a game of game of life(game of life is a kind of cellular automata). I’m not searching for the complexity of a certain pattern of cells but for the total complexity of an initial set of cells over n evolutions. Does it make sense to just add up every operation applied on the game(every creation/deletion of cells)? Since this basically describes all the information that has changed?
Greets
Greets