enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Life-like cellular automaton - Wikipedia

    en.wikipedia.org/wiki/Life-like_cellular_automaton

    A cellular automaton (CA) is Life-like (in the sense of being similar to Conway's Game of Life) if it meets the following criteria: The array of cells of the automaton has two dimensions. Each cell of the automaton has two states (conventionally referred to as "alive" and "dead", or alternatively "on" and "off")

  3. Cellular automaton - Wikipedia

    en.wikipedia.org/wiki/Cellular_automaton

    A special class of cellular automata are totalistic cellular automata. The state of each cell in a totalistic cellular automaton is represented by a number (usually an integer value drawn from a finite set), and the value of a cell at time t depends only on the sum of the values of the cells in its neighborhood (possibly including the cell ...

  4. Life without Death - Wikipedia

    en.wikipedia.org/wiki/Life_without_Death

    The number of live cells per generation of the pattern shown above demonstrating the monotonic nature of Life without Death. Life without Death is a cellular automaton, similar to Conway's Game of Life and other Life-like cellular automaton rules. In this cellular automaton, an initial seed pattern grows according to the same rule as in Conway ...

  5. Seeds (cellular automaton) - Wikipedia

    en.wikipedia.org/wiki/Seeds_(cellular_automaton)

    Seeds is a cellular automaton in the same family as the Game of Life, initially investigated by Brian Silverman [1] [2] and named by Mirek Wójtowicz. [1] [3] It consists of an infinite two-dimensional grid of cells, each of which may be in one of two states: on or off. Each cell is considered to have eight neighbors (Moore neighborhood), as in ...

  6. Rule 110 - Wikipedia

    en.wikipedia.org/wiki/Rule_110

    The Rule 110 cellular automaton (often called simply Rule 110) [a] is an elementary cellular automaton with interesting behavior on the boundary between stability and chaos. In this respect, it is similar to Conway's Game of Life. Like Life, Rule 110 with a particular repeating background pattern is known to be Turing complete. [2]

  7. Rule 30 - Wikipedia

    en.wikipedia.org/wiki/Rule_30

    If the left, center, and right cells are denoted (p,q,r) then the corresponding formula for the next state of the center cell can be expressed as p xor (q or r). It is called Rule 30 because in binary, 00011110 2 = 30. The following diagram shows the pattern created, with cells colored based on the previous state of their neighborhood.

  8. Garden of Eden (cellular automaton) - Wikipedia

    en.wikipedia.org/wiki/Garden_of_Eden_(cellular...

    A Garden of Eden is determined by the state of every cell in the automaton (usually a one- or two-dimensional infinite square lattice of cells). However, for any Garden of Eden there is a finite pattern (a subset of cells and their states, called an orphan ) with the same property of having no predecessor, no matter how the remaining cells are ...

  9. Reversible cellular automaton - Wikipedia

    en.wikipedia.org/wiki/Reversible_cellular_automaton

    A cellular automaton is defined by its cells (often a one- or two-dimensional array), a finite set of values or states that can go into each cell, a neighborhood associating each cell with a finite set of nearby cells, and an update rule according to which the values of all cells are updated, simultaneously, as a function of the values of their neighboring cells.