paper-with-me

Papers

Evolutionary Algorithms for Designing Reversible Cellular Automata

2021-05-25 · Luca Mariot, Stjepan Picek, Domagoj Jakobovic, Alberto Leporati

Reversible Cellular Automata (RCA) are a particular kind of shift-invariant transformations characterized by a dynamics composed only of disjoint cycles. They have many applications in the simulation of physical systems, cryptography and reversible computing. In this work, we formulate the search of a specific class of RCA -- namely, those whose local update rules are defined by conserved landscapes -- as an optimization problem to be tackled with Genetic Algorithms (GA) and Genetic Programming (GP). In particular, our experimental investigation revolves around three different research questions, which we address through a single-objective, a multi-objective, and a lexicographic approach. The results obtained from our experiments corroborate the previous findings and shed new light on 1) the difficulty of the associated optimization problem for GA and GP, 2) the relevance of conserved landscape CA in the domain of cryptography and reversible computing, and 3) the relationship between the reversibility property and the Hamming weight.

📄 PDF Abstract BibTeX arXiv:2105.12039

Code (1)

rymoah/EvoRevCA 공식 구현

Tasks

Evolutionary Algorithms

Methods 이 논문이 사용한 방법론

GA Genetic Algorithms are search algorithms that mimic Darwinian biological evolution in order to select and propagate better solutions.
Class Attention A Class Attention layer, or CA Layer, is an attention mechanism for [vision…

Similar Papers 제목 키워드 기반

How quantum and evolutionary algorithms can help each other: two examples

2024-08-01 · Shailendra Bhandari, Stefano Nichele, Sergiy Denysov, Pedro G. Lind

We investigate the potential of bio-inspired evolutionary algorithms for designing quantum circuits with specific goals, focusing on two particular tasks. The first one is motivated by the ideas of Artificial Life that a…

Artificial LifeEvolutionary Algorithms

Universal One-Dimensional Cellular Automata Derived for Turing Machines and its Dynamical Behaviour

2019-07-06 · Sergio J. Martinez, Ivan M. Mendoza, Genaro J. Martinez, Shigeru Ninagawa

Universality in cellular automata theory is a central problem studied and developed from their origins by John von Neumann. In this paper, we present an algorithm where any Turing machine can be converted to one-dimensio…

Evolving Order and Chaos: Comparing Particle Swarm Optimization and Genetic Algorithms for Global Coordination of Cellular Automata

2019-09-08 · Anthony D. Rhodes

We apply two evolutionary search algorithms: Particle Swarm Optimization (PSO) and Genetic Algorithms (GAs) to the design of Cellular Automata (CA) that can perform computational tasks requiring global coordination. In p…

General Classification

Hierarchical Clustering using Reversible Binary Cellular Automata for High-Dimensional Data

2024-08-05

This work proposes a hierarchical clustering algorithm for high-dimensional datasets using the cyclic space of reversible finite cellular automata. In cellular automaton (CA) based clustering, if two objects belong to th…

Self-Replication, Spontaneous Mutations, and Exponential Genetic Drift in Neural Cellular Automata

2023-05-22 · Lana Sinapayen

This paper reports on patterns exhibiting self-replication with spontaneous, inheritable mutations and exponential genetic drift in Neural Cellular Automata. Despite the models not being explicitly trained for mutation o…