标准遗传算法与多种群遗传算法我要分享

Standard genetic algorithm and multi population genetic algorithm

遗传 遗传算法 多种群遗传算法 matlab 交叉变异

关注次数: 429

下载次数: 9

文件大小: 8KB

代码分类: 智能算法

开发平台: matlab

下载需要积分: 1积分

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

代码描述

中文说明:

标准遗传算法与多种群遗传算法Matlab代码,求解函数最值,GA包含交叉变异。多种群遗传算法MPGA包含移民操作。


English Description:

Standard genetic algorithm and multi population genetic algorithm matlab code, to solve the function of the maximum, GA contains cross mutation. Multi population genetic algorithm (MPGA) includes migration operation.


代码预览

GA_Matlab

GA_Matlab\多目标 标准遗传算法

GA_Matlab\多目标 标准遗传算法\adapting.asv

GA_Matlab\多目标 标准遗传算法\adapting.m

GA_Matlab\多目标 标准遗传算法\crossover.m

GA_Matlab\多目标 标准遗传算法\initial.asv

GA_Matlab\多目标 标准遗传算法\initial.m

GA_Matlab\多目标 标准遗传算法\keepbest.m

GA_Matlab\多目标 标准遗传算法\main.m

GA_Matlab\多目标 标准遗传算法\mutation.m

GA_Matlab\多目标 标准遗传算法\result.m

GA_Matlab\多目标 标准遗传算法\selection.m

GA_Matlab\多种群遗传算法的函数优化算法

GA_Matlab\多种群遗传算法的函数优化算法\EliteInduvidual.m

GA_Matlab\多种群遗传算法的函数优化算法\immigrant.m

GA_Matlab\多种群遗传算法的函数优化算法\MPGA.m

GA_Matlab\多种群遗传算法的函数优化算法\ObjectFunction.m

GA_Matlab\多种群遗传算法的函数优化算法\SGA.m