搜索资源列表
51个城市的tsp程序
- 这是一个用蚁群算法来解决51个城市的tsp问题,该源码是用C++编写的,是一个非常有用的源代码 const int iAntCount=34;//ant numbers 蚂蚁数量 const int iCityCount=51;//城市数量 const int iItCount=500;//循环次数 const double Q=100;//信息素总量
MO-NI-TUI-HUO-
- 很不错的一个模拟退火处理tsp问题的源代码。代码可以运行,可以修改,处理51城市的TSP代码-Very good in a simulated annealing to deal with the source code tsp. Code can run, you can modify to deal with the 51 cities TSP code
aco
- 蚁群算法是现代优化算法,这个是直接可以编译通过的蚁群算法求解51城市的TSP问题的MATLAB源代码 -Ant colony algorithm is a modern optimization algorithm, which is directly compiled by the ant colony algorithm to solve the 51 cities of the TSP problem MATLAB source code