文件名称:heuristic-algorithm
- 所属分类:
- 人工智能/神经网络/遗传算法
- 资源属性:
- [Matlab] [源码]
- 上传时间:
- 2013-01-10
- 文件大小:
- 1.75mb
- 下载次数:
- 0次
- 提 供 者:
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
旅行商问题,使用模拟退火算法和遗传算法解决的代码。-The traveling salesman problem using the simulated annealing algorithm and genetic algorithm to solve the code.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
启发式算法\TSP(GA)\china.mat
..........\.......\crossover.m
..........\.......\distancematrix.m
..........\.......\fpdfprinter.m
..........\.......\license.txt
..........\.......\main.m
..........\.......\mutation.m
..........\.......\plotcities.m
..........\.......\plotroute.m
..........\.......\README.txt
..........\.......\select.m
..........\.......\totaldistance.m
..........\....SA)\china.mat
..........\.......\distancematrix.m
..........\.......\fpdfprinter.m
..........\.......\license.txt
..........\.......\main.m
..........\.......\perturb.m
..........\.......\plotcities.m
..........\.......\plotroute.m
..........\.......\README.txt
..........\.......\totaldistance.m
..........\TSP(GA)
..........\TSP(SA)
启发式算法