搜索资源列表
ant
- 蚁群算法仿真模拟程序,用c的图形界面,直观的展示了蚁群算法的仿生学过程。为读者了解改算法有直接的指导意义-ant colony algorithm simulation program, c graphical interface, and visual display of the ant colony algorithm Bionics process. For readers to understand the algorithm change is directly guiding si
Antcolonyalgorithm
- 分享一个比较实用的关于蚁群算法的c程序代码-Ant colony algorithm procedure
antcolonyalgorithm
- 蚁群算法的模拟实现 安装JDK,配置环境变量,导入项目,一般情况下直接保存、运行ant.UI即可启动程序。如果不能运行,将文件夹下的swt.jar加入构建路径,然后在运行中的JVM参数中加入-Djava.library.path="dll所在目录的绝对路径"即可。 也可以在命令行下直接运行该程序,假设文件夹放在D盘跟目录。则在cmd下切换到文件夹下,运行如下命令即可启动程序。-Simulation and Realization of ant colony algorithm
ACOTSP-1.02
- 该上传程序是一款用标准C写的解决TSP问题的蚁群算法。-The upload process is a written in standard C ant colony algorithm to solve TSP.
yiqunsuanfa
- 本程序编写的是蚁群算法,对算法中的每一步都有详细介绍,适合初学者学习,输入变量为N*2的坐标矩阵,迭代次数的设置为sqrt(N)~N/2为宜-Detail every step of the algorithm, suitable for beginners to learn the programming ant colony algorithm, the input variables of the coordinate matrix N* 2, the number of iteratio
Ant(TSP)
- 该程序是以蚁群系统为模型写的蚁群算法程序(强调:非蚂蚁周模型),以三个著名的TSP问题为测试对象。-The program is based on ant colony system for the ant colony algorithm model to write (stressed: non Zhou Moxing ant), with three well-known TSP problem as the test object.