搜索资源列表
ANTS
- 利用蚁群算法解决TSP(旅行商)问题的程序-Ant colony algorithm to solve TSP (traveling salesman problem)
ACS_TSP
- ACS蚁群算法求解旅行商问题,使用蚁群对问题进行局部最优搜索,可以较快速的得到较好的结果-ACS ant colony algorithm for traveling salesman problem, ant colony locally optimal search problem, you can get better results more quickly
ACOTSP.V1.0
- 该程序利用C编程实现蚁群算法解决旅行商问题-ACO algorithm for TSP
cross
- 旅行商问题的蚁群算法程序,可以方便的计算旅行商问题,也可以作为蚁群算法的参考。-Traveling salesman problem of ant colony algorithm program, easy to calculate the traveling salesman problem, can also be used as a reference of ant colony algorithm.
蚁群算法
- 蚁群算法求解旅行商问题,一个经典程序,可以求出较优解(ant colony algorithm)