​一种改进型遗传算法(GA)我要分享

An improved genetic algorithm (GA)

协同遗传算法 遗传 遗传鲁棒 anywheretzn

关注次数: 235

下载次数: 1

文件大小: 2KB

代码分类: 智能算法

开发平台: matlab

下载需要积分: 1积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:

一种改进型遗传算法。主要利用多种群协同竞争的方法,来提升算法的精度和鲁棒性,避免算法不成熟而导致提前收敛。


English Description:

An improved genetic algorithm. In order to improve the accuracy and robustness of the algorithm and avoid premature convergence caused by immature algorithm, the multi population cooperative competition method is mainly used.


代码预览

ga\ga_chrom_SF.m

ga\ga_fit.m

ga\ga_fitness.m

ga\main.m

ga