An Efficient Reconstructed Differential Evolution Variant by Some of the Current State-of-the-art Strategies for Solving Single Objective Bound Constrained Problems

Read original: arXiv:2404.16280 - Published 4/26/2024 by Sichen Tao, Ruihan Zhao, Kaiyu Wang, Shangce Gao
Total Score

0

🔄

Sign in to get full access

or

If you already have an account, we'll log you in

Overview

  • Complex single-objective bounded problems are often difficult to solve
  • Differential evolution algorithms have been widely studied and developed since 1997 due to their simplicity and efficiency
  • Recent research has focused on improving differential evolution algorithms, but adding too many new strategies may not always lead to the strongest performance
  • This paper proposes a reconstructed differential evolution (RDE) algorithm that combines effective advances from recent differential evolution variants to further improve performance

Plain English Explanation

Solving complex optimization problems with a single objective and specific constraints can be very challenging. Differential evolution algorithms, which were first proposed in 1997, have become popular because they are relatively simple to use and can be effective at finding solutions.

Over the years, researchers have developed many variations and improvements to differential evolution algorithms, including adaptive strategies, better search operators, and the incorporation of other search methods. More recently, the LSHADE algorithm has also gained attention.

While these newer algorithms have shown improvements over previous versions, simply adding all the latest strategies doesn't necessarily lead to the best overall performance. Instead, the authors of this paper have carefully selected and combined some of the most effective advances from recent differential evolution variants to create a new algorithm called "reconstructed differential evolution" (RDE).

The researchers tested RDE and several other advanced differential evolution algorithms using a standard benchmark suite. The results indicate that RDE outperforms the other algorithms at solving complex optimization problems.

Technical Explanation

The paper proposes a new algorithm called reconstructed differential evolution (RDE) that combines effective strategies from recent differential evolution variants to further improve performance on single-objective bounded optimization problems.

The authors first review the history of differential evolution algorithms, noting their widespread study and development since the original algorithm was proposed in 1997. They highlight the various adaptations and improvements that have been made, including the introduction of the LSHADE algorithm in recent years.

To develop RDE, the researchers carefully selected and integrated several effective strategies from advanced differential evolution algorithms published in the last few years. This includes techniques related to adaptive parameter control, local search enhancement, and improved mutation operators.

The performance of RDE was then evaluated using the benchmark suite for the 2024 IEEE Congress on Evolutionary Computation (CEC2024). Experiments showed that RDE outperformed several other state-of-the-art differential evolution variants on these complex optimization problems.

Critical Analysis

The paper provides a thorough investigation into improving differential evolution algorithms for single-objective bounded optimization problems. By carefully selecting and combining effective strategies from recent research, the authors were able to develop an algorithm (RDE) that demonstrates superior performance compared to other advanced variants.

However, the paper does not delve deeply into the limitations or potential issues with RDE. For example, it would be helpful to understand how the algorithm performs on a wider range of problem types, or how its computational complexity compares to other methods. Additionally, the paper does not discuss potential avenues for further improving RDE or extending the research to other domains.

While the experimental results are promising, readers should still think critically about the broader applicability and generalizability of the RDE algorithm. Maintaining a skeptical yet open-minded approach to this research can help drive further advancements in the field of evolutionary computation.

Conclusion

This paper presents a new reconstructed differential evolution (RDE) algorithm that combines effective strategies from recent advances in differential evolution research. By carefully selecting and integrating these techniques, the authors were able to develop an algorithm that outperforms other state-of-the-art differential evolution variants on a standard benchmark suite of complex single-objective optimization problems.

The success of RDE highlights the value of thoughtfully combining effective components from multiple algorithms, rather than simply adding all the latest innovations. This research contributes to the ongoing efforts to improve the performance and robustness of evolutionary computation methods for solving challenging optimization problems.



This summary was produced with help from an AI and may contain inaccuracies - check out the links to read the original source documents!

Follow @aimodelsfyi on 𝕏 →

Related Papers

🔄

Total Score

0

An Efficient Reconstructed Differential Evolution Variant by Some of the Current State-of-the-art Strategies for Solving Single Objective Bound Constrained Problems

Sichen Tao, Ruihan Zhao, Kaiyu Wang, Shangce Gao

Complex single-objective bounded problems are often difficult to solve. In evolutionary computation methods, since the proposal of differential evolution algorithm in 1997, it has been widely studied and developed due to its simplicity and efficiency. These developments include various adaptive strategies, operator improvements, and the introduction of other search methods. After 2014, research based on LSHADE has also been widely studied by researchers. However, although recently proposed improvement strategies have shown superiority over their previous generation's first performance, adding all new strategies may not necessarily bring the strongest performance. Therefore, we recombine some effective advances based on advanced differential evolution variants in recent years and finally determine an effective combination scheme to further promote the performance of differential evolution. In this paper, we propose a strategy recombination and reconstruction differential evolution algorithm called reconstructed differential evolution (RDE) to solve single-objective bounded optimization problems. Based on the benchmark suite of the 2024 IEEE Congress on Evolutionary Computation (CEC2024), we tested RDE and several other advanced differential evolution variants. The experimental results show that RDE has superior performance in solving complex optimization problems.

Read more

4/26/2024

🛠️

Total Score

0

A Multi-operator Ensemble LSHADE with Restart and Local Search Mechanisms for Single-objective Optimization

Dikshit Chauhan, Anupam Trivedi, Shivani

In recent years, multi-operator and multi-method algorithms have succeeded, encouraging their combination within single frameworks. Despite promising results, there remains room for improvement as only some evolutionary algorithms (EAs) consistently excel across all optimization problems. This paper proposes mLSHADE-RL, an enhanced version of LSHADE-cnEpSin, which is one of the winners of the CEC 2017 competition in real-parameter single-objective optimization. mLSHADE-RL integrates multiple EAs and search operators to improve performance further. Three mutation strategies such as DE/current-to-pbest-weight/1 with archive, DE/current-to-pbest/1 without archive, and DE/current-to-ordpbest-weight/1 are integrated in the original LSHADE-cnEpSin. A restart mechanism is also proposed to overcome the local optima tendency. Additionally, a local search method is applied in the later phase of the evolutionary procedure to enhance the exploitation capability of mLSHADE-RL. mLSHADE-RL is tested on 30 dimensions in the CEC 2024 competition on single objective bound constrained optimization, demonstrating superior performance over other state-of-the-art algorithms in producing high-quality solutions across various optimization scenarios.

Read more

9/25/2024

Analyzing and Overcoming Local Optima in Complex Multi-Objective Optimization by Decomposition-Based Evolutionary Algorithms
Total Score

0

Analyzing and Overcoming Local Optima in Complex Multi-Objective Optimization by Decomposition-Based Evolutionary Algorithms

Ting Dong, Haoxin Wang, Hengxi Zhang, Wenbo Ding

When addressing the challenge of complex multi-objective optimization problems, particularly those with non-convex and non-uniform Pareto fronts, Decomposition-based Multi-Objective Evolutionary Algorithms (MOEADs) often converge to local optima, thereby limiting solution diversity. Despite its significance, this issue has received limited theoretical exploration. Through a comprehensive geometric analysis, we identify that the traditional method of Reference Point (RP) selection fundamentally contributes to this challenge. In response, we introduce an innovative RP selection strategy, the Weight Vector-Guided and Gaussian-Hybrid method, designed to overcome the local optima issue. This approach employs a novel RP type that aligns with weight vector directions and integrates a Gaussian distribution to combine three distinct RP categories. Our research comprises two main experimental components: an ablation study involving 14 algorithms within the MOEADs framework, spanning from 2014 to 2022, to validate our theoretical framework, and a series of empirical tests to evaluate the effectiveness of our proposed method against both traditional and cutting-edge alternatives. Results demonstrate that our method achieves remarkable improvements in both population diversity and convergence.

Read more

4/15/2024

GPU Based Differential Evolution: New Insights and Comparative Study
Total Score

0

GPU Based Differential Evolution: New Insights and Comparative Study

Dylan Janssen, Wayne Pullan, Alan Wee-Chung Liew

Differential Evolution (DE) is a highly successful population based global optimisation algorithm, commonly used for solving numerical optimisation problems. However, as the complexity of the objective function increases, the wall-clock run-time of the algorithm suffers as many fitness function evaluations must take place to effectively explore the search space. Due to the inherently parallel nature of the DE algorithm, graphics processing units (GPU) have been used to effectively accelerate both the fitness evaluation and DE algorithm. This work reviews the main architectural choices made in the literature for GPU based DE algorithms and introduces a new GPU based numerical optimisation benchmark to evaluate and compare GPU based DE algorithms.

Read more

5/28/2024