Is Selection All You Need in Differential Evolution?
Tomofumi Kitamura, Alex Fukunaga

TL;DR
This paper introduces Unbounded Differential Evolution (UDE), a novel approach that retains all candidates without discarding any, simplifying the algorithm and potentially enhancing search capabilities in black-box optimization.
Contribution
The paper proposes UDE, a new DE framework that eliminates population replacement and archive management, focusing solely on selection for improved simplicity and effectiveness.
Findings
UDE removes the need for population replacement and archive management.
UDE simplifies DE while maintaining or improving performance.
Experimental results show UDE's competitive or superior optimization capabilities.
Abstract
Differential Evolution (DE) is a widely used evolutionary algorithm for black-box optimization problems. However, in modern DE implementations, a major challenge lies in the limited population diversity caused by the fixed population size enforced by the generational replacement. Population size is a critical control parameter that significantly affects DE performance. Larger populations inherently contain a more diverse set of individuals, thereby facilitating broader exploration of the search space. Conversely, when the maximum evaluation budgets is constrained, smaller populations focusing on a limited number of promising candidates may be more suitable. Many state-of-the-art DE variants incorporate an archive mechanism, in which a subset of discarded individuals is preserved in an archive during generation replacement and reused in mutation operations. However, maintaining what is…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsEvolutionary Game Theory and Cooperation
MethodsSparse Evolutionary Training
