搜索资源列表
ACA
- 绝对可运行的蚁群算法主程序,包含主程序及禁忌表(the main program of Ant colony algorithm absolutely can run)
蚁群算法
- 蚁群算法解决VRP问题的MATLAB代码(Ant Metaheuristic for VRP)
aco代码
- 包含Ant类和ACO类及GA类的基本算法(Contains the basic algorithms for the Ant class and the ACO and GA classes)
yiqunsuanfa
- 利用蚁群算法实现优化旅行商问题,一定可以运行(The use of ant colony algorithm to optimize the traveling salesman problem, will be able to run)
ELITIST
- 带精英策略的蚂蚁算法,针对TSP问题做了研究(Ant Colony Algorithm for Traveling Salesman Problem)
ant
- 此程序是用元胞自动机来仿真模拟蚂蚁游戏。初始时,蚂蚁位于一张空白画布的某个方格里。如果当前蚂蚁在白色方格上,则对当前方格反色,左转?90?度,前进一格;如果当前蚂蚁在黑色方格上,则对当前方格反色,右转?90?度,前进一格。如此反复。(This program is using cellular automata to simulate the ant game. At the beginning, the ant is in a grid of a blank canvas. If the cu
TSP
- 利用蚁群算法、遗传算法还有改进的蚁群算法来解决TSP问题,根据需要可以选择TSP的规模,分别有31个城市的和48个城市的。(Using ants colony algorithm, genetic algorithm and improved ant colony algorithm to solve the TSP problem, we can choose the scale of TSP according to the needs, there are 31 cities and 48
蚁群算法uav解最优路径
- 这是基于蚁群算法的无人机uav巡检实例程序,平台为matlab。(This is an example program of UAV path planning based on ant colony algorithm, which contains all the source code and the platform is matlab)