文件名称:Ant-colony-algorithm
- 所属分类:
- 人工智能/神经网络/遗传算法
- 资源属性:
- [Matlab] [源码]
- 上传时间:
- 2016-03-26
- 文件大小:
- 2kb
- 下载次数:
- 0次
- 提 供 者:
- c**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
利用蚁群算法寻找以下10个城市的TSP最短路径。
10个城市的X、Y坐标分别为:(0.1,0.6)、(0.2,0.3)、(0.4,0.1)、(0.5,0.5)、(0.7,0.2)、(0.8,0.4)、(0.2,0.8)、(0.5,0.9)、(0.7,0.6)、(0.9,0.8)。
要求输出最短路径顺序及其长度,以及蚁群算法迭代过程中的最短路径长度进化曲线。
-Ant colony algorithm to find the following 10 cities TSP shortest path.
X, Y coordinates of the 10 cities were: (0.1,0.6), (0.2,0.3), (0.4,0.1), (0.5,0.5), (0.7,0.2), (0.8,0.4), (0.2, 0.8), (0.5, 0.9), (0.7,0.6), (0.9, 0.8).
The shortest path required output sequence and its length, and the ant colony algorithm iterations shortest path length evolution curve.
10个城市的X、Y坐标分别为:(0.1,0.6)、(0.2,0.3)、(0.4,0.1)、(0.5,0.5)、(0.7,0.2)、(0.8,0.4)、(0.2,0.8)、(0.5,0.9)、(0.7,0.6)、(0.9,0.8)。
要求输出最短路径顺序及其长度,以及蚁群算法迭代过程中的最短路径长度进化曲线。
-Ant colony algorithm to find the following 10 cities TSP shortest path.
X, Y coordinates of the 10 cities were: (0.1,0.6), (0.2,0.3), (0.4,0.1), (0.5,0.5), (0.7,0.2), (0.8,0.4), (0.2, 0.8), (0.5, 0.9), (0.7,0.6), (0.9, 0.8).
The shortest path required output sequence and its length, and the ant colony algorithm iterations shortest path length evolution curve.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Ant colony algorithm
....................\main2.m
....................\说明.txt