Cellular Automata/Boundary Conditions: Difference between revisions

From testwiki
Jump to navigation Jump to search
imported>Pi zero
{{BookCat}}
 
(No difference)

Latest revision as of 21:37, 14 June 2017

On bounded lattices the information about preimages outside the boundaries of the observed string α can be described by two boundary preimage vectors (left bL and right bR). The observed string α can be seen as part of an infinite string βLαβR. Boundary vector bL describes preimages of the semi-infinite string βL and boundary vector bR describes preimages of the semi-infinite string βR. Vector elements are the numbers of preimages that can be traced from the boundary to infinity for each of the overlaps at the boundaries. Element at position oL in the left boundary vector bL specifies the number of preimages poL(βL) that can be traced from left infinity to the overlap oL at the left boundary of the observed string. The definition of the right boundary vector bR is similar.

bL=[poL=0,poL=1,,poL,,poL=km11]T
bR=[p0=oR+,p1=oR+,,poR+,,pkm11=oR+]T

Since we usually don't care about the state of the CA outside the observed string, unrestricted boundary vectors can be used. \paragraph{Definition} For the \emph{unrestricted boundary vector} it is assumed that each of the boundary overlaps can be used to trace exactly one path to infinity. Therefore the unrestricted boundary vector contains all ones.

bu=[1,1,,1]T

Note The below definitions rely on assumptions that are not proved yet, so the definitions my be wrong.

General boundary vectors bL and bR describe general infinite strings βL and βR. It is assumed that this strings end with an unrestricted boundary vector bu in the infinity.

bLT=lim|βL|buTD(βL)bR=lim|βR|D(βR)bu

Since an infinite string can have an infinite number of preimages, this definition is rarely useful. Boolean values can be used instead of integers to state if the overlap can be used for tracing or not. The equations are identical, only the scalar multiplication operator used for matrix multiplication is replaced by an XOR logical operation. Another option is using probabilities.

Another common boundary is an infinite periodic string with a finite period. Some commonly used boundaries can be defined this way. The periodic boundary vectors bL¯ and bR¯ describe infinite periodic strings with finite periods βL and βR. This strings end with the same boundary vector bL¯ and bR¯ in the infinity. The preimage matrix of a sting of n period strings βn is computed as D(βn)=Dn(β).

bL¯T=limnbL¯TDn(βL)bR¯=limnDn(βR)bR¯

The problem with this definition is thet there may by many different vectors that fulfil the criteria. There is an example of periodic boundaries with a finite number of preimages at the end of the paper.

Template:BookCat