NEAIApr 4, 2022

Failed Disruption Propagation in Integer Genetic Programming

arXiv:2204.13997v19 citationsh-index: 54
Originality Incremental advance
AI Analysis

This work addresses the robustness of genetic programming for software engineering, showing it is not fragile, which is incremental for researchers in evolutionary computation.

The study investigated the propagation of disruptions in integer genetic programming trees, finding that 99.7% of injected random values had no effect, with disruption decreasing exponentially with depth, allowing 5-7 nesting levels for error detection.

We inject a random value into the evaluation of highly evolved deep integer GP trees 9743720 times and find 99.7percent Suggesting crossover and mutation's impact are dissipated and seldom propagate outside the program. Indeed only errors near the root node have impact and disruption falls exponentially with depth at between exp(-depth/3) and exp(-depth/5) for recursive Fibonacci GP trees, allowing five to seven levels of nesting between the runtime perturbation and an optimal test oracle for it to detect most errors. Information theory explains this locally flat fitness landscape is due to FDP. Overflow is not important and instead, integer GP, like deep symbolic regression floating point GP and software in general, is not fragile, is robust, is not chaotic and suffers little from Lorenz' butterfly. Keywords: genetic algorithms, genetic programming, SBSE, information loss, information funnels, entropy, evolvability, mutational robustness, optimal test oracle placement, neutral networks, software robustness, correctness attraction, diversity, software testing, theory of bloat, introns

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes