# Investigating the Parameter Space of Evolutionary Algorithms

**Authors:** Moshe Sipper, Weixuan Fu, Karuna Ahuja, Jason H. Moore

arXiv: 1706.04119 · 2018-06-08

## TL;DR

This paper explores the extensive parameter space of evolutionary algorithms, revealing many viable configurations across various problems, and discusses practical implications for parameter tuning.

## Contribution

It provides an empirical analysis of the parameter space in evolutionary algorithms, highlighting its richness and practical considerations for tuning.

## Key findings

- Parameter space is highly populated with viable options.
- Many parameter configurations perform well across different problems.
- Implications for simplifying parameter tuning in practice.

## Abstract

The practice of evolutionary algorithms involves the tuning of many parameters. How big should the population be? How many generations should the algorithm run? What is the (tournament selection) tournament size? What probabilities should one assign to crossover and mutation? Through an extensive series of experiments over multiple evolutionary algorithm implementations and problems we show that parameter space tends to be rife with viable parameters, at least for 25 the problems studied herein. We discuss the implications of this finding in practice.

## Full text

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

## Figures

37 figures with captions in the complete paper: https://tomesphere.com/paper/1706.04119/full.md

## References

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

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