The definition demonstrates how to create 1D Elementary Cellular Automata using RABBIT.

The simplest class of one-dimensional cellular automata. Elementary cellular automata have two possible values for each cell (0 or 1), and rules that depend only on nearest neighbor values. As a result, the evolution of an elementary cellular automaton can completely be described by a table specifying the state a given cell will have in the next generation based on the value of the cell to its left, the value the cell itself, and the value of the cell to its right.
http://mathworld.wolfram.com/ElementaryCellularAutomaton.html

1D Elementary CA GH

One thought on “CA: 1D Elementary Cellular Automata with Rabbit

  1. Amirhttp://morphocode.com/download/MORPHOCODE-rabbit-ca1d-elementary-automata.gh says:

    Hello
    Thank u for your fantastic plugin
    I think Cellular Automata .gh tutorial files links have problems
    would u plz introduce some other mirror links
    tnx

Leave a Reply

Your email address will not be published. Required fields are marked *