Hybrid Differential Evolution Algorithm With Adaptive Crossover Mechanism

An EA based on DE with adaptive crossover rate, population refresh and local search.
ダウンロード: 2.2K
更新 2013/4/19

ライセンスの表示

This Toolset comprises of the following files:

1) DE_TCR.m
Runs the optimization algorithm. This code implements a version of
the DE_TCR algorithm described in:

G. Reynoso; J. Sanchis; X. Blasco; Juan M. Herrero. Hybrid DE Algorithm
With Adaptive Crossover Operator For Solving Real-World Numerical
Optimization Problems. In IEEE Congress on Evolutionary Computation.
CEC 2011. (ISBN 978-1-4244-7833-0). New Orleans (USA). June 2011.

2) RunTutorial.m
Runs and publish in html format the Tutorial.m file.

3) Tutorial.m
A quick reference tutorial for the DE_TCR algorithm.

4) DE_TCRparam.m
Generates the required parameters to run the DE_TCR algorithm.

5) LocalSearch.m
Runs the Local search routine.

6) CostFuntion.m
The cost function to optimize.

引用

Gilberto Reynoso-Meza (2025). Hybrid Differential Evolution Algorithm With Adaptive Crossover Mechanism (https://www.mathworks.com/matlabcentral/fileexchange/39217-hybrid-differential-evolution-algorithm-with-adaptive-crossover-mechanism), MATLAB Central File Exchange. に取得済み.

MATLAB リリースの互換性
作成: R2009b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersDirect Search についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
バージョン 公開済み リリース ノート
1.1.0.0

%% Release and bug report:
November 2012: Initial release
19th. April 2013: Bug in Re-Initialization ranges was fixed in file DE_TCR.m

1.0.0.0