Multi-threaded Memory Efficient Crossover in C++ for Generational Genetic Programming

W. B. Langdon
DOI: https://doi.org/10.48550/arXiv.2009.10460
2020-09-22
Abstract:C++ code snippets from a multi-core parallel memory-efficient crossover for genetic programming are given. They may be adapted for separate generation evolutionary algorithms where large chromosomes or small RAM require no more than M + (2 times nthreads) simultaneously active individuals.
Neural and Evolutionary Computing
What problem does this paper attempt to address?