搜索资源列表
-
1下载:
蚁群算法的C++实现,VC6.0环境。基本蚁群算法+2OPT局部优化+Etlist精英解策略。-Ant colony algorithm C++ implementation, VC6.0 environment. The basic ant colony algorithm+2 OPT local optimization+ Etlist elite Solution Strategy.
-
-
0下载:
这个是c++实现的蚁群算法,在VC++6.0下实现-This is a c++ implementation of ant colony algorithm in VC++6.0 under implementation
-
-
0下载:
蚁群算法经典TSP模型,ANT-CYCLE算法的实现。
使用了C++的STL库。
原是我毕设的一部分 现在贡献出来 。
PS:网上能得到的基本上不能直接运行
而我这个复制到vc++6.0的控制台工程中即可
文件中的文件“oliver30Tsp.dat”
为实现蚁群算法的经典例子,网上还有很多类似的测试例子-ANT COLONY ALGORITHM.
TSP MODEL.
ANT CYCLE.
-
-
0下载:
//基本蚁群算法程序
//程序在vc++6.0下面同过,对原来的做了一点修改
eil51.tsp是一个调用文件,相当于各个城市的坐标值,所以你可以试着自己做个类似的数据,城市坐标x,y。-//Basic ant colony algorithm program// program in vc++6.0 with the following over, the original point made was a call to file amended eil51.tsp, equi
-
-
0下载:
蚁群优化算法用于计算TSP商旅问题,程序在vc++6.0下面通过,对原来的做了一点修改。-ant colony algorithm
-
-
1下载:
VC++源码,是一个功能强大的蚁群算法演示平台,能演示基本的蚁群算法以及改进后的蚁群算法在TSP等问题上进行问题求解的过程-翻译结果(中 > 英)复制结果
VC + + source code, is a strong function of the ant colony algorithm demo platform, can demonstrate the basic ant colony algorithm and the improved ant colony algorith
-
-
1下载:
蚁群优化算法,目前已通过vc++6.0测试,实验数据需自备-Ant colony optimization algorithm, has passed vc++6.0 test, the experimental data must bring their own
-