# Advanced Cauchy Mutation for Differential Evolution in Numerical   Optimization

**Authors:** Tae Jong Choi, Julian Togelius, Yun-Gyung Cheong

arXiv: 1907.01095 · 2020-05-27

## TL;DR

This paper introduces a sigmoid-based parameter control for Cauchy mutation in differential evolution, improving the balance between exploration and exploitation, leading to enhanced performance on complex optimization problems.

## Contribution

It proposes a novel time-varying parameter control method for Cauchy mutation in DE, improving convergence and performance on multimodal functions.

## Key findings

- Enhanced DE variants outperform conventional methods on benchmark problems.
- The proposed method achieves higher success rates on multimodal functions.
- Experimental results demonstrate improved convergence speed and solution quality.

## Abstract

Among many evolutionary algorithms, differential evolution (DE) has received much attention over the last two decades. DE is a simple yet powerful evolutionary algorithm that has been used successfully to optimize various real-world problems. Since it was introduced, many researchers have developed new methods for DE, and one of them makes use of a mutation based on the Cauchy distribution to increase the convergence speed of DE. The method monitors the results of each individual in the selection operator and performs the Cauchy mutation on consecutively failed individuals, which generates mutant vectors by perturbing the best individual with the Cauchy distribution. Therefore, the method can locate the consecutively failed individuals to new positions close to the best individual. Although this approach is interesting, it fails to take into account establishing a balance between exploration and exploitation. In this paper, we propose a sigmoid based parameter control that alters the failure threshold for performing the Cauchy mutation in a time-varying schedule, which can establish a good ratio between exploration and exploitation. Experiments and comparisons have been done with six conventional and six advanced DE variants on a set of 30 benchmark problems, which indicate that the DE variants assisted by the proposed algorithm are highly competitive, especially for multimodal functions.

## Full text

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

## Figures

42 figures with captions in the complete paper: https://tomesphere.com/paper/1907.01095/full.md

## References

45 references — full list in the complete paper: https://tomesphere.com/paper/1907.01095/full.md

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