GA遗传算法解决旅行商问题我要分享

GA genetic algorithm for solving traveling salesman problem

遗传 tsp 遗传算法 旅行商

关注次数: 324

下载次数: 1

文件大小: 3KB

代码分类: 智能算法

开发平台: matlab

下载需要积分: 1积分

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

代码描述

中文说明:

遗传算法解决旅行商问题 main.m为主程序,可修改参数。


English Description:

Genetic algorithm to solve the traveling salesman problem main. M as the main program, can modify the parameters.


代码预览

GA\chr_cross.m

GA\chr_mutate.m

GA\chr_select.m

GA\chr_value_best.m

GA\compdist.m

GA\Copy_of_main.m

GA\disturb.m

GA\main.m

GA\netplot.m

GA\pos2mat.m