Differential evolution with orthogonal array‐based initialization and a novel selection strategy
19
TL;DR: In this paper, a neighborhood search strategy is proposed to construct the initial population for the DE-based algorithms and a conservative selection scheme is also introduced to improve the performance of the algorithm.
read more
Abstract: Differential evolution (DE) has been a simple yet effective algorithm for global optimization problems. The performance of DE highly depends on its operators and parameter settings. In the last couple of decades, many advanced variants of DE have been proposed by modifying the operators and introducing new parameter tuning methods. However, the majority of the works on advanced DE have been concentrated upon the mutation and crossover operators. The initialization and selection operators are less explored in the literature. In this work, we implement the orthogonal array-based initialization of the population and propose a neighborhood search strategy to construct the initial population for the DE-based algorithms. We also introduce a conservative selection scheme to improve the performance of the algorithm. We analyze the influence of the proposed initialization and selection schemes on several variants of DE. Results suggest that the proposed methods highly improve the performance of DE algorithm and its variants. Furthermore, we introduce an ensemble strategy for parameter adaptation techniques in DE. Incorporating all the proposed initialization, selection, and parameter adaptation strategies, we develop a new variant of DE, named OLSHADE-CS. The performance of OLSHADE-CS is found to be highly competitive and significantly better in many cases when compared with the performance of the state-of-the-art algorithms on CEC benchmark problems.
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
Citations
An improved differential evolution by hybridizing with estimation-of-distribution algorithm
TL;DR: Li et al. as discussed by the authors proposed a cooperative evolutionary framework to hybridize LSHADE-RSP, a state-of-the-art DE variant incorporating DE-based effective improvement strategies, with EDA.
45
Efficient job scheduling paradigm based on hybrid sparrow search algorithm and differential evolution optimization for heterogeneous cloud computing platforms
TL;DR: In this article , a dual-phase metaheuristic algorithm called CSSA-DE is proposed to minimize energy consumption through efficient task placement that leads to load balance and minimizes resource leakage.
29
Two-level parameter cooperation-based population regeneration framework for differential evolution
TL;DR: In this paper , a two-level parameter cooperation-based population regeneration (TPPR) framework is proposed to enhance the performance of existing differential evolution (DE) algorithms, which can easily be integrated with various DE algorithms without increasing the time consumption.
28
Function value ranking aware differential evolution for global numerical optimization
TL;DR: In this paper , a simple yet effective mutation scheme named "DE/current-to-rwrand/1" is proposed to further promote the optimization ability of DE in solving complicated optimization problems.
27
Dual-Population Adaptive Differential Evolution Algorithm L-NTADE
TL;DR: In this article , a dual-population algorithm for differential evolution and specific mutation strategy is proposed, where the first population contains the newest individuals, and is continuously updated, whereas the other keeps the top individuals throughout the whole search process.
References
Differential Evolution – A Simple and Efficient Heuristic for Global Optimization over Continuous Spaces
Rainer Storn,Kenneth Price +1 more
TL;DR: In this article, a new heuristic approach for minimizing possibly nonlinear and non-differentiable continuous space functions is presented, which requires few control variables, is robust, easy to use, and lends itself very well to parallel computation.
The design and analysis of computer experiments
TL;DR: This paper presents a meta-modelling framework for estimating Output from Computer Experiments-Predicting Output from Training Data and Criteria Based Designs for computer Experiments.
•Book
Differential Evolution: A Practical Approach to Global Optimization
Kenneth Price,Rainer Storn,Jouni Lampinen +2 more
- 25 Nov 2014
TL;DR: The differential evolution (DE) algorithm is a practical approach to global numerical optimization which is easy to understand, simple to implement, reliable, and fast as discussed by the authors, which is a valuable resource for professionals needing a proven optimizer and for students wanting an evolutionary perspective on global numerical optimisation.
5.6K
Differential Evolution: A Survey of the State-of-the-Art
TL;DR: A detailed review of the basic concepts of DE and a survey of its major variants, its application to multiobjective, constrained, large scale, and uncertain optimization problems, and the theoretical studies conducted on DE so far are presented.
JADE: Adaptive Differential Evolution With Optional External Archive
Jingqiao Zhang,A.C. Sanderson +1 more
TL;DR: Simulation results show that JADE is better than, or at least comparable to, other classic or adaptive DE algorithms, the canonical particle swarm optimization, and other evolutionary algorithms from the literature in terms of convergence performance for a set of 20 benchmark problems.
3.4K