yuca

How do typical glaberish and Lenia CA compare?

One apparent difference is that most Lenia rules from Chan’s taxonomy 1 (Interactive online zoo here) form Turing patterns from random uniform initializations.

teaser figure showing Orbium and s613 CA

Examples of continuous CA: a) CA evolved with random fitness b) Lenia CA from Chan’s taxonomy 1 c) CA in glaberish evolved for roughly even chances of random initial grids vanishing d) CA in glaberish evolved by selection for vanishing unpredictability 2

What about capturing the differences between CA dynamics with an information-theoretic measure 3

  1. Convert grid to 8-bit integer format
  2. For each neighborhood-sized window in the grid:

    • Compute relative proporitions of each of 256 cell values
    • Compute entropy for each cell location according to

entropy equation

Previous slideNext slide

  1. Chan, Bert Wang-Chak. “Lenia - Biology of Artificial Life.” Complex Syst. 28 (2019): https://arxiv.org/abs/1812.05433 2

  2. Davis, Q. Tyrell, and Josh Bongard. “Selecting Continuous Life-Like Cellular Automata for Halting Unpredictability: Evolving for Abiogenesis.” GECCO Companion Proceedings (2022). https://arxiv.org/abs/2205.10463 

  3. Entropy and other information theoretic measures abound for making sense of CA complexity. See the background and references in the paper for more examples.