WOLFRAM|DEMONSTRATIONS PROJECT

Elementary Cellular Automata Rules with Different Initial Conditions

​
rule
30
graphic
ECA random init
ECA one cell init
ECA unit step init
The graphic shows the complexity measures of the 256 elementary cellular automata (ECA) using three different initial conditions.
The choices for initial conditions are one central black cell (red), random (green), and unit step (blue). The unit step consists of a sequence of white cells followed by a sequence of black cells.
The complexity of each rule is calculated by the byte count of the double compression of the pattern produced in 100 steps; the patterns can be seen at the tabs. The rules are sorted by the complexity using the unit step initial condition.
The curves for the three initial condition are usually very similar. There are ECA rules that are more sensitive to the initial condition so one particular rule can have very different complexity according to different initial conditions.
The ECA four classes are distributed as follows: Low—Class I, Medium—Class II, and High—Classes III and IV.