多种群遗传算法的函数优化算法我要分享

Function optimization algorithm of multi population genetic algorithm

多车辆 vrp多车辆-matlab 路径优化 车辆路径

关注次数: 271

下载次数: 4

文件大小: 5KB

代码分类: 智能算法

开发平台: matlab

下载需要积分: 1积分

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

代码描述

中文说明:

车辆路径问题VRP的matlab编程,里面包含距离矩阵和适应度函数和交叉,多种群遗传算法的程序。


English Description:

VRP matlab programming, which contains the distance matrix and fitness function and cross, multi population genetic algorithm program


代码预览

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

chapter7 多种群遗传算法的函数优化算法\danyuan.m

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

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

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

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

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