Difference between revisions of "Von Neumann neighbourhood"

From LifeWiki
Jump to navigation Jump to search
m
(One intermediate revision by one other user not shown)
Line 23: Line 23:
** [[Margolus neighbourhood]]
** [[Margolus neighbourhood]]
** [[Moore neighbourhood]]
** [[Moore neighbourhood]]
** [[Triangular Moore neighbourhood]]
** [[Triangular von Neumann neighbourhood]]
** [[Euclidean neighbourhood]]
** [[Circular neighbourhood]]
* [[Zone of influence]]
* [[Zone of influence]]


Line 30: Line 34:
==External links==
==External links==
{{LinkWikipedia|von_Neumann_neighborhood|pagename=von Neumann neighborhood}}
{{LinkWikipedia|von_Neumann_neighborhood|pagename=von Neumann neighborhood}}
{{LinkLexicon|lex_v.htm#vonneumannneighbourhood|name=von Neumann neighbourhood}}
{{LinkMathworld|vonNeumannNeighborhood.html|pagename=von Neumann neighborhood}}
{{LinkMathworld|vonNeumannNeighborhood.html|pagename=von Neumann neighborhood}}


__NOTOC__
__NOTOC__
{{DISPLAYTITLE:von Neumann neighbourhood}}
{{DISPLAYTITLE:von Neumann neighbourhood}}

Revision as of 10:54, 25 January 2019

File:Vonneumannneighbourhood 1cell.png
The von Neumann neighbourhood (in green) of a single cell

The von Neumann neighbourhood is the set of all cells that are orthogonally adjacent to the region of interest (the region of interest itself may or may not be considered part of the von Neumann neighbourhood, depending on context). For example, the von Neumann neighbourhood of a single cell consists of the four cells orthogonally touching it. This neighbourhood is named after John von Neumann, the creator of the first self-replicating cellular automaton.[1]

The von Neumann neighbourhood naturally extends to cellular automata in higher dimensions, for example forming a 6-cell octahedral neighborhood for a cellular automaton in three dimensions. The number of cells in the von Neumann neighbourhood of a single cell in an n-dimensional cellular automaton is 2n (Sloane's OEISicon light 11px.pngA005843).

The von Neumann neighbourhood of a cell can be thought of as the points at a Manhattan distance of 1 from that cell.

Higher ranges

The von Neumann neighbourhood can also be defined with a higher range; that is, so that it captures cells that are further than one cell away from the region of interest. The standard von Neumann neighbourhood has range 1. The von Neumann neighbourhood of range 2 is the set of all cells that are orthogonally adjacent to the von Neumann neighbourhood itself. The von Neumann neighbourhood of range n can be defined recursively as the von Neumann neighbourhood of the von Neumann neighbourhood of range n-1. The number of cells in the von Neumann neighbourhood of range n of a single cell is given by 2n(n+1) (Sloane's OEISicon light 11px.pngA046092).

Image gallery

The von Neumann neighbourhood (in green) of an eater 1
File:Vonneumannneighbourhood range2.png
The von Neumann neighbourhood of range 2 of a single cell
File:Vonneumannneighbourhood range3.png
The von Neumann neighbourhood of range 3 of a single cell

See also

References

  1. Tim Tyler. "The von Neumann neighbourhood". Retrieved on June 13, 2009.

External links

von Neumann neighborhood at Wolfram Mathworld