Von Neumann cellular automaton

Von Neumann cellular automaton

Von Neumann cellular automata are the original expression of cellular automata, the development of which were prompted by suggestions made to John von Neumann by his close friend and fellow mathematician Stanisław Ulam. Their original purpose was to provide insight into the logical requirements for machine self-replication and were used in von Neumann's universal constructor.

Definition

Configuration

In general, cellular automata (CA) constitute an arrangement of finite state automata (FSA) that sit in positional relationships between one-another, each FSA exchanging information with those other FSAs to which it is positionally adjacent. The positional relationship of von Neumann cellular automata is rectilinear in two dimensions; i.e. a two-dimensional grid, as formed by the intersection of two sets of mutually perpendicular lines, producing cells within each of which resides an FSA.

The set of FSAs define a cell space of infinite size. All FSAs are identical in terms of state-transition function, or rule-set.

The neighborhood (a grouping function) is part of the state-transition function, and defines for any cell the set of other cells upon which the state of that cell depends.

All cells transition state synchronously, in step with a universal "clock" as in a synchronous digital circuit.

States

Each FSA of the von Neumann cell space can accept any of the 29 states of the rule-set. The rule-set is grouped into five orthogonal subsets. They are

# a ground state U
# the transition or sensitised states (in 8 substates)
## S (newly sensitised)
## S0 - (sensitised, having received no input for one cycle)
## S00 - (sensitised, having received no input for two cycles)
## S01 - (sensitised, having received no input for one cycle and then an input for one cycle)
## S000 - (sensitised, having received no input for three cycle)
## S1 - (sensitised, having received an input for one cycle)
## S10 - (sensitised, having received an input for one cycle and then no input for one cycle)
## S11 - (sensitised, having received input for two cycles)
# the confluent states (in 4 states of excitation)
## C00 - quiescent (and will also be quiescent next cycle)
## C01 - excited (but will be quiescent next cycle)
## C10 - next-excited (now quiescent, but will be excited next cycle)
## C11 - excited next-excited (currently excited and will be excited next cycle)
# the ordinary transmission states (in 4 directions, excited or quiescent, making 8 states)
## North-directed (excited and quiescent)
## South-directed (excited and quiescent)
## West-directed (excited and quiescent)
## East-directed (excited and quiescent)
# the special transmission states (in 4 directions, excited or quiescent, making 8 states)
## North-directed (excited and quiescent)
## South-directed (excited and quiescent)
## West-directed (excited and quiescent)
## East-directed (excited and quiescent)

"Excited" states carry data, at the rate of one bit per state transition step.

Note that confluent states have the property of a one-cycle delay, thus effectively holding two bits of data at any given time.

Transmission state rules

The flow of bits between cells is indicated by the direction property. The following rules apply:
* Transmission states apply the OR operator to inputs, meaning a cell in a transmission state (ordinary or special) will be excited at time t+1 if "any" of the inputs pointing to it is excited at time t
* Data passes from cells in the ordinary transmission states to other cells in the ordinary transmission states, according to the direction property (in the cell's direction only)
* Data passes from cells in the special transmission states to other cells in the special transmission states, according to the direction property (in the cell's direction only)
* The two subsets of transmission states, ordinary and special, are mutually antagonistic:
** Given a cell A at time t in the excited ordinary transmission state
** pointing to a cell B in any special transmission state
** at time t+1 cell B will become the ground state. The special transmission cell has been "destroyed."
** a similar sequence will occur in the case of a cell in the special transmission state "pointing" to a cell in the ordinary transmission state

Confluent state rules

The following specific rules apply to confluent states:
* Confluent states do not pass data between each other.
* Confluent states take input from one or more ordinary transmission states, and deliver output to transmission states, ordinary and special, that are not directed toward the confluent state.
* Data are not transmitted against the transmission state direction property.
* Data held by a confluent state is lost if that state has no adjacent transmission state that is also not pointed at the confluent state.
* Thus, confluent-state cells are used as "bridges" from transmission lines of ordinary- to special-transmission state cells.
* The confluent state applies the AND operator to inputs, only "saving" an excited input if all potential inputs are excited simultaneously

Construction rules

[
Wireworld for example, allowing for a compact packing of components.]

Initially, much of the cell-space, the universe of the cellular automaton, is "blank," consisting of cells in the ground state U. When given an input excitation from a neighboring ordinary- or special transmission state, the cell in the ground state becomes "sensitised," transitioning through a series of states before finally "resting" at a quiescent transmission or confluent state.

The choice of which destination state the cell will reach is determined by the sequence of input signals. Therefore, the transition/sensitised states can be thought of as the nodes of a bifurcation tree leading from the ground-state to each of the quiescent transmission and confluent states.

In the following tree, the sequence of inputs is shown as a binary string after each step:

* a cell in the ground state U, given an input, will transition to the S (newly sensitised) state in the next cycle (1)
* a cell in the S state, given no input, will transition into the S0 state (10)
** a cell in the S0 state, given no input, will transition into the S00 state (100)
*** a cell in the S00 state, given no input, will transition into the S000 state (1000)
**** a cell in the S000 state, given no input, will transition into the east-directed ordinary transmission state (10000)
**** a cell in the S000 state, given an input, will transition into the north-directed ordinary transmission state (10001)
*** a cell in the S00 state, given an input, will transition into the west-directed ordinary transmission state (1001)
** a cell in the S0 state, given an input, will transition into the S01 state (101)
*** a cell in the S01 state, given no input, will transition into the south-directed ordinary transmission state (1010)
*** a cell in the S01 state, given an input, will transition into the east-directed special transmission state (1011)
* a cell in the S state, given an input, will transition into the S1 state (11)
** a cell in the S1 state, given no input, will transition into the S10 state (110)
*** a cell in the S10 state, given no input, will transition into the north-directed special transmission state (1100)
*** a cell in the S10 state, given an input, will transition into the west-directed special transmission state (1101)
** a cell in the S1 state, given an input, will transition into the S11 state (111)
*** a cell in the S11 state, given no input, will transition into the south-directed special transmission state (1110)
*** a cell in the S11 state, given an input, will transition into the quiescent confluent state C00 (1111)

Note that:
* one more cycle of input (four after the initial sensitization) is required to build the east- or north-directed ordinary transmission state than any of the other states (which require three cycles of input after the initial sensitization),
* the "default" quiescent state resulting in construction is the east-directed ordinary transmission state- which requires an initial sensitization input, and then four cycles of no input.

Destruction rules

* An input into a confluent-state cell from a special-transmission state cell will result in the confluent state cell being reduced back to the ground state.
* Likewise, an input into an ordinary transmission-state cell from a special-transmission state cell will result in the ordinary-transmission state cell being reduced back to the ground state.
* Conversely, an input into a special transmission-state cell from an ordinary-transmission state cell will result in the special-transmission state cell being reduced back to the ground state.

ee also

*Langton's loops
*von Neumann Universal Constructor
*Wireworld

References

* Von Neumann, J. and A. W. Burks (1966). Theory of self-reproducing automata. Urbana,, University of Illinois Press. [http://www.walenz.org/vonNeumann/index.html]

External links

* [http://golly.sourceforge.net Golly] - supports von Neumann's CA along with the Game of Life, and other rulesets.


Wikimedia Foundation. 2010.

Игры ⚽ Поможем сделать НИР

Look at other dictionaries:

  • Codd's cellular automaton — A simple configuration in Codd s cellular automaton. Signals pass along wire made of cells in state 1 (blue) sheathed by cells in state 2 (red). Two signal trains circulate around a loop and are duplicated at a T junction onto an open ended… …   Wikipedia

  • Cellular automaton — A cellular automaton (plural: cellular automata) is a discrete model studied in computability theory, mathematics, theoretical biology and microstructure modeling. It consists of a regular grid of cells , each in one of a finite number of states …   Wikipedia

  • Von Neumann universal constructor — John von Neumann s Universal Constructor is a self replicating machine in a cellular automata environment. It was designed in the 1940s, without the use of a computer. The fundamental details of the machine were published in von Neumann s book… …   Wikipedia

  • John von Neumann — Von Neumann redirects here. For other uses, see Von Neumann (disambiguation). The native form of this personal name is Neumann János. This article uses the Western name order. John von Neumann …   Wikipedia

  • Von Neumann neighborhood — In cellular automata, the von Neumann neighborhood comprises the four cells orthogonally surrounding a central cell on a two dimensional square lattice. The neighborhood is named after John von Neumann, who used it for his pioneering cellular… …   Wikipedia

  • Cyclic cellular automaton — A one dimensional cyclic cellular automaton with n = 4, run for 300 steps from a random initial configuration. The cyclic cellular automaton is a cellular automaton rule developed by David Griffeath and studied by several other cellular automaton …   Wikipedia

  • cellular automata (CA) — Simplest model of a spatially distributed process that can be used to simulate various real world processes. Cellular automata were invented in the 1940s by John von Neumann and Stanislaw Ulam at Los Alamos National Laboratory. They consist of a… …   Universalium

  • Nobili cellular automata — λG, a minimal self replicating configuration in Nobili cellular automata Nobili cellular automata are a variation of von Neumann cellular automata, in which additional states provide means of memory and the interference free crossing of signal.… …   Wikipedia

  • Quantum cellular automata — (QCA) refers to any one of several models of quantum computation, which have been devised in analogy to conventional models of cellular automata introduced by von Neumann. It may also refer to quantum dot cellular automata, which is a proposed… …   Wikipedia

  • Langton's loops — Langton s Loop, in the starting configuration. Langton s loops are a particular species of artificial life in a cellular automaton created in 1984 by Christopher Langton. They consist of a loop of cells containing genetic information, which flows …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”