Spatial types: A scheme for specifying complex cellular automata to explore artificial physics

0Citations
Citations of this article
1Readers
Mendeley users who have this article in their library.
Get full text

Abstract

Cellular Automata (CA) map bits of state on the vertices of a lattice-graph, and compute using a Look-Up Table (LUT), listing the new state of a vertex, given the states of its neighbors. We pursue the long term goal of designing an efficient General-Purpose CA (GPCA). Our current GPCA version uses 77 bits of memory and 13878 logic gates at each vertex. Dealing with such high complexity forced us to develop a new scheme for specifying and simulating CAs. Instead of a lattice-graph we use a planar-graph. We map bits of state not only on vertices, but also on edges and faces of this planar-graph. Computation is not specified with LUT, but using operations on fields of those bits. Fields and operations define a so-called “spatial-type”: the 2D space is managed using communication operations moving bits between vertex, edges and faces. Operations are combined into expression computing increasingly complex fields. Expression is the basis of language, it brings two assets: 1-For the specification, expressions for intermediate fields are reused in other higher-level expressions, allowing a modular implementation. 2-For the simulation, an expression is automatically translated in gates and wires of a circuit exploiting the SIMD capabilities of processors. The GPCA represents the supports of agents using a boolean field x. We show how to program incrementally the expression that computes a key intermediate field x → meet(x) representing the set of vertices and edges where modifying x would break the connectedness of a support. We demonstrate the modularity of the description by reusing meet(x) for something it was not planned for in the GPCA: generate a CA circuit computing the Discrete Voronoi Diagram on top of a planar graph.

Author supplied keywords

Cite

CITATION STYLE

APA

Gruau, F., & Maignan, L. (2018). Spatial types: A scheme for specifying complex cellular automata to explore artificial physics. In Lecture Notes in Computer Science (including subseries Lecture Notes in Artificial Intelligence and Lecture Notes in Bioinformatics) (Vol. 11324 LNCS, pp. 61–73). Springer Verlag. https://doi.org/10.1007/978-3-030-04070-3_5

Register to see more suggestions

Mendeley helps you to discover research relevant for your work.

Already have an account?

Save time finding and organizing research with Mendeley

Sign up for free