WOLFRAM|DEMONSTRATIONS PROJECT

Cellular Automata Ordered by Entropy

​
rule
show ca
Entropy can be used to study the amount of information in the evolution of a cellular automaton.
The entropy of a list
Q
is defined by
H(Q)-∑P(q)
log
2
P(q)
, summing over the elements of
q
of
Q
, where
P(A)
represents the probability of a white cell and
P(B)
represents the probability of a black cell. The initial condition is a finite set of random binary numbers.
The 256 elementary cellular automata (CA) can be ordered according to their entropy. In the graphic you can see that the most complex (noisy) patterns are on the left, while the ones with more information and the simplest (repetitive) patterns with less information are on the right. The entropy value is lower in ordered systems and higher in chaotic (disordered) systems. Before calculating the entropy, redundant pattern data is removed, and the minimum entropy is selected from the vertical, horizontal, and diagonal directions.