Fast Simulation of Cellular Automata by Self-Composition
Computational Complexity
2025-11-04 v2
Abstract
Computing the configuration of any one-dimensional cellular automaton at generation can be accelerated by constructing and running a composite rule with a radius proportional to . The new automaton is the original one, but with its local rule function composed with itself. Consequently, the asymptotic time complexity to compute the configuration of generation is reduced from -time to , but with -space, demonstrating a time-memory tradeoff. Experimental results are given in the case of Rule 30.
Keywords
Cite
@article{arxiv.2409.07065,
title = {Fast Simulation of Cellular Automata by Self-Composition},
author = {Joseph Natal and Oleksiy Al-saadi},
journal= {arXiv preprint arXiv:2409.07065},
year = {2025}
}
Comments
17 pages, 7 figures, includes source code