Bounding Bloat in Genetic Programming

06/06/2018
by   Benjamin Doerr, et al.
0

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) Θ(T_init + n n) iterations with bloat control on ORDER as well as MAJORITY; and (ii) O(T_init T_init + n ( n)^3) and Ω(T_init + n n) (and Ω(T_init T_init) for n=1) iterations without bloat control on MAJORITY.

READ FULL TEXT

Please sign up or login with your details

Forgot password? Click here to reset