用于自然数编码遗传算法的工具包indexGA我要分享

Indexga: a toolkit for natural number coding genetic algorithm

VRP-ON-MATLAB 遗传算法-matlab vrp matlab-vrp 编码-遗传

关注次数: 285

下载次数: 0

文件大小: 9K

代码分类: 智能算法

开发平台: matlab

下载需要积分: 1积分

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

代码描述

中文说明:一个用于自然数编码遗传算法的工具包indexGA,以及用这个工具包实现的车辆路径优化问题的算法例程


English Description:

A tool package indexga for natural number coding genetic algorithm and the algorithm routine of vehicle routing optimization problem implemented by this toolkit


代码预览

GACode

......\IndexGA

......\.......\indexGA.m

......\.......\indexMutate.m

......\.......\indexTribalGA.m

......\.......\initialIndexPop.m

......\.......\noneXover.m

......\.......\pmxIndexXover.m

......\.......\randArray.m

......\.......\testPmxIndexXover.m

......\routProblem

......\...........\isFeasible.m

......\...........\printPop.m

......\...........\routFitness.m

......\...........\routSolbyIndexGA.m

......\...........\routSolbyTribalGA.m

......\...........\solToRouts.m

......\...........\thedist.txt

......\...........\totalDistanceInRouts.m