English

Bounding Bloat in Genetic Programming

Neural and Evolutionary Computing 2018-06-07 v1 Data Structures and Algorithms

Abstract

While many optimization problems work with a fixed number of decision variables and thus a fixed-length representation of possible solutions, genetic programming (GP) works on variable-length representations. A naturally occurring problem is that of bloat (unnecessary growth of solutions) slowing down optimization. Theoretical analyses could so far not bound bloat and required explicit assumptions on the magnitude of bloat. In this paper we analyze bloat in mutation-based genetic programming for the two test functions ORDER and MAJORITY. We overcome previous assumptions on the magnitude of bloat and give matching or close-to-matching upper and lower bounds for the expected optimization time. In particular, we show that the (1+1) GP takes (i) Θ(Tinit+nlogn)\Theta(T_{init} + n \log n) iterations with bloat control on ORDER as well as MAJORITY; and (ii) O(TinitlogTinit+n(logn)3)O(T_{init} \log T_{init} + n (\log n)^3) and Ω(Tinit+nlogn)\Omega(T_{init} + n \log n) (and Ω(TinitlogTinit)\Omega(T_{init} \log T_{init}) for n=1n=1) iterations without bloat control on MAJORITY.

Keywords

Cite

@article{arxiv.1806.02112,
  title  = {Bounding Bloat in Genetic Programming},
  author = {Benjamin Doerr and Timo Kötzing and J. A. Gregor Lagodzinski and Johannes Lengler},
  journal= {arXiv preprint arXiv:1806.02112},
  year   = {2018}
}

Comments

An extended abstract has been published at GECCO 2017