基本信息
源码名称:改进的差分进化算法
源码大小:0.09M
文件格式:.rar
开发语言:MATLAB
更新时间:2021-04-05
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍

HOW TO INTEGRATE DE-EIG INTO YOUR DE VARIANTS:

Simply call xover.m to complete the crossover. Please note that the 
input parameter CR must be a NPx1 vector which contains the crossover 
rate for each pair of target vector and donor vector.

TO THINK ABOUT THE BIG PICTURE OF DE-EIG:

Please run this program by run.m.

LIST OF FUNCTIONS:

Entry point of the program:     run.m
Test function:                  ellipsoidalrot.m
DE/rand/1/bin:                  derand1bin.m
DE/rand/1/eig:                  derand1eig.m
Binomial crossover:             bincrossover.m
EIG crossover:                  eigcrossover.m
Mixed bin and EIG crossover:    mixcrossover.m
Overall crossover:              xover.m

DEVELOPMENT ENVIRONMENT:

MATLAB(R)
R2012b (8.0.0.783)
64-bit (win64)