paper-with-me

홈 › Papers

Introducing Competitive Mechanism to Differential Evolution for Numerical Optimization

2024-06-08 · Rui Zhong, Yang Cao, Enzhi Zhang, Masaharu Munetomo

This paper introduces a novel competitive mechanism into differential evolution (DE), presenting an effective DE variant named competitive DE (CDE). CDE features a simple yet efficient mutation strategy: DE/winner-to-best/1. Essentially, the proposed DE/winner-to-best/1 strategy can be recognized as an intelligent integration of the existing mutation strategies of DE/rand-to-best/1 and DE/cur-to-best/1. The incorporation of DE/winner-to-best/1 and the competitive mechanism provide new avenues for advancing DE techniques. Moreover, in CDE, the scaling factor $F$ and mutation rate $Cr$ are determined by a random number generator following a normal distribution, as suggested by previous research. To investigate the performance of the proposed CDE, comprehensive numerical experiments are conducted on CEC2017 and engineering simulation optimization tasks, with CMA-ES, JADE, and other state-of-the-art optimizers and DE variants employed as competitor algorithms. The experimental results and statistical analyses highlight the promising potential of CDE as an alternative optimizer for addressing diverse optimization challenges.

📄 PDF Abstract BibTeX arXiv:2406.05436

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A binary differential evolution algorithm learning from explored solutions

2014-01-06 · Yu Chen, Weicheng Xie, Xiufen Zou

Although real-coded differential evolution (DE) algorithms can perform well on continuous optimization problems (CoOPs), it is still a challenging task to design an efficient binary-coded DE algorithm. Inspired by the le…

Evolutionary Algorithms

RDEx-CSOP: Feasibility-Aware Reconstructed Differential Evolution with Adaptive epsilon-Constraint Ranking

2026-03-28 · Sichen Tao, Yifei Yang, Ruihan Zhao, Kaiyu Wang 외 arxiv

Constrained single-objective numerical optimisation requires both feasibility maintenance and strong objective-value convergence under limited evaluation budgets. This report documents RDEx-CSOP, a constrained differenti…

QUASAR: An Evolutionary Algorithm to Accelerate High-Dimensional Numerical Optimization

2025-11-17 · Julian G. Soltes arxiv

High-dimensional numerical optimization presents a persistent challenge in computational science. This paper introduces Quasi-Adaptive Search with Asymptotic Reinitialization (QUASAR), an evolutionary algorithm to accele…

RDEx-SOP: Exploitation-Biased Reconstructed Differential Evolution for Fixed-Budget Bound-Constrained Single-Objective Optimization

2026-03-28 · Sichen Tao, Yifei Yang, Ruihan Zhao, Kaiyu Wang 외 arxiv

Bound-constrained single-objective numerical optimisation remains a key benchmark for assessing the robustness and efficiency of evolutionary algorithms. This report documents RDEx-SOP, an exploitation-biased success-his…

Using Neural Networks and Diversifying Differential Evolution for Dynamic Optimisation

2020-08-10 · Maryam Hasani Shoreh, Renato Hermoza Aragonés, Frank Neumann

Dynamic optimisation occurs in a variety of real-world problems. To tackle these problems, evolutionary algorithms have been extensively used due to their effectiveness and minimum design effort. However, for dynamic pro…

DiversityEvolutionary Algorithms