matlab实现jDE(2006)算法编程

一、摘要

Abstract—We describe an efficient technique for adapting control parameter settings associated with differential evolution (DE).The DE algorithm has been used in many practical cases and has demonstrated good convergence properties. It has only a few control parameters, which are kept fixed throughout the entire evolutionary process. However, it is not an easy task to properly set control parameters in DE. We present an algorithm—a new version of the DE algorithm—for obtaining self-adaptive control parameter settings that show good performance on numerical benchmark problems. The results show that our algorithm with self-adaptive control parameter settings is better than, or at least comparable to, the standard DE algorithm and evolutionary algorithms from literature when considering the quality of the solutions obtained.

二、编程实现

%c

你可能感兴趣的:(演化(智能)算法基础及优化应用,matlab,算法,开发语言,python,编程语言)