# Lexicase selection in Learning Classifier Systems

**Authors:** Sneha Aenugu, Lee Spector

arXiv: 1907.04736 · 2019-07-11

## TL;DR

This paper explores the application of lexicase selection in Learning Classifier Systems, introducing a new batch-lexicase variant that improves rule generalization and handles partial data better.

## Contribution

It adapts lexicase selection to LCS, proposes batch-lexicase for tuning selection pressure, and demonstrates improved generalization and robustness in classification tasks.

## Key findings

- Batch-lexicase creates more general rules.
- Batch-lexicase improves generalization on unseen data.
- Method outperforms traditional selection methods in partial data scenarios.

## Abstract

The lexicase parent selection method selects parents by considering performance on individual data points in random order instead of using a fitness function based on an aggregated data accuracy. While the method has demonstrated promise in genetic programming and more recently in genetic algorithms, its applications in other forms of evolutionary machine learning have not been explored. In this paper, we investigate the use of lexicase parent selection in Learning Classifier Systems (LCS) and study its effect on classification problems in a supervised setting. We further introduce a new variant of lexicase selection, called batch-lexicase selection, which allows for the tuning of selection pressure. We compare the two lexicase selection methods with tournament and fitness proportionate selection methods on binary classification problems. We show that batch-lexicase selection results in the creation of more generic rules which is favorable for generalization on future data. We further show that batch-lexicase selection results in better generalization in situations of partial or missing data.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1907.04736/full.md

## Figures

34 figures with captions in the complete paper: https://tomesphere.com/paper/1907.04736/full.md

## References

27 references — full list in the complete paper: https://tomesphere.com/paper/1907.04736/full.md

---
Source: https://tomesphere.com/paper/1907.04736