# On the Performance of Differential Evolution for Hyperparameter Tuning

**Authors:** Mischa Schmidt, Shahd Safarani, Julia Gastinger, Tobias Jacobs,, Sebastien Nicolas, Anett Sch\"ulke

arXiv: 1904.06960 · 2019-04-16

## TL;DR

This paper empirically compares Differential Evolution and SMAC for hyperparameter tuning across various datasets, finding Differential Evolution generally outperforms SMAC except under tight computational constraints.

## Contribution

It provides a comprehensive empirical evaluation showing Differential Evolution's superior performance over SMAC in hyperparameter tuning for classification tasks.

## Key findings

- Differential Evolution outperforms SMAC on most datasets.
- Differential Evolution achieves 19% better results on small datasets.
- Overall, Differential Evolution scores 15% more wins than SMAC.

## Abstract

Automated hyperparameter tuning aspires to facilitate the application of machine learning for non-experts. In the literature, different optimization approaches are applied for that purpose. This paper investigates the performance of Differential Evolution for tuning hyperparameters of supervised learning algorithms for classification tasks. This empirical study involves a range of different machine learning algorithms and datasets with various characteristics to compare the performance of Differential Evolution with Sequential Model-based Algorithm Configuration (SMAC), a reference Bayesian Optimization approach. The results indicate that Differential Evolution outperforms SMAC for most datasets when tuning a given machine learning algorithm - particularly when breaking ties in a first-to-report fashion. Only for the tightest of computational budgets SMAC performs better. On small datasets, Differential Evolution outperforms SMAC by 19% (37% after tie-breaking). In a second experiment across a range of representative datasets taken from the literature, Differential Evolution scores 15% (23% after tie-breaking) more wins than SMAC.

## Full text

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

## Figures

10 figures with captions in the complete paper: https://tomesphere.com/paper/1904.06960/full.md

## References

16 references — full list in the complete paper: https://tomesphere.com/paper/1904.06960/full.md

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