Multi-task code reuse in genetic programming

Wojciech Jaskowski,Krzysztof Krawiec,Bartosz Wieloch
DOI: https://doi.org/10.1145/1388969.1389040
2008-01-01
Abstract:We propose a method of knowledge reuse between evolutionary processes that solve different optimization tasks. We define the method in the framework of tree-based genetic programming (GP) and implement it as code reuse between GP trees that evolve in parallel in separate populations delegated to particular tasks. The technical means of code reuse is a crossbreeding operator which works very similar to standard tree-swapping crossover. We consider two variants of this operator, which differ in the way they handle the incompatibility of terminals between the considered problems. In the experimental part we demonstrate that such code reuse is usually beneficial and leads to success rate improvements when solving the common boolean benchmarks.
What problem does this paper attempt to address?