NELGApr 18, 2019

Batch Tournament Selection for Genetic Programming

arXiv:1904.08658v119 citations
Originality Incremental advance
AI Analysis

This addresses efficiency issues for practitioners using genetic programming, though it is incremental as it builds on existing selection methods.

The paper tackles the high computational complexity of lexicase selection in genetic programming by introducing Batch Tournament Selection (BTS), a hybrid method that achieves up to 25 times speed-up while maintaining competitive solution quality, with tests showing almost no difference in diversity and performance compared to lexicase selection.

Lexicase selection achieves very good solution quality by introducing ordered test cases. However, the computational complexity of lexicase selection can prohibit its use in many applications. In this paper, we introduce Batch Tournament Selection (BTS), a hybrid of tournament and lexicase selection which is approximately one order of magnitude faster than lexicase selection while achieving a competitive quality of solutions. Tests on a number of regression datasets show that BTS compares well with lexicase selection in terms of mean absolute error while having a speed-up of up to 25 times. Surprisingly, BTS and lexicase selection have almost no difference in both diversity and performance. This reveals that batches and ordered test cases are completely different mechanisms which share the same general principle fostering the specialization of individuals. This work introduces an efficient algorithm that sheds light onto the main principles behind the success of lexicase, potentially opening up a new range of possibilities for algorithms to come.

Foundations

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

Your Notes