NESep 19, 2018

Exploiting Tournament Selection for Efficient Parallel Genetic Programming

arXiv:1809.07406v12 citations
Originality Incremental advance
AI Analysis

This work addresses the computational intensity of GP for researchers and practitioners, offering incremental efficiency gains compatible with parallel hardware.

The paper tackled the challenge of improving the speed of Genetic Programming (GP) by exploiting tournament selection for efficiency, achieving a 74% speed improvement and a peak rate of 96 billion GPop/s for classification problems.

Genetic Programming (GP) is a computationally intensive technique which is naturally parallel in nature. Consequently, many attempts have been made to improve its run-time from exploiting highly parallel hardware such as GPUs. However, a second methodology of improving the speed of GP is through efficiency techniques such as subtree caching. However achieving parallel performance and efficiency is a difficult task. This paper will demonstrate an efficiency saving for GP compatible with the harnessing of parallel CPU hardware by exploiting tournament selection. Significant efficiency savings are demonstrated whilst retaining the capability of a high performance parallel implementation of GP. Indeed, a 74% improvement in the speed of GP is achieved with a peak rate of 96 billion GPop/s for classification type problems.

Foundations

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

Your Notes