搜索资源列表
ACA
- C++蚁群算法解决TSP问题,内有详细的说明。改进了信息素更新方式,使得olive30城市的TSP例子能达到416的最小值。-C++ ant colony algorithm to solve TSP problems, with detailed instructions. Improved pheromone update methods, making olive30 city TSP example to achieve the minimum 416.
AntCar
- 在linux下C写的蚁群算法,用于解决VRP、TSP问题,效果发很好。-AntCar is a program for solving the car sequencing problem.
hc-mmas-ubqp
- 在linux下C写的最大最小蚁群算法,用于解决VRP、TSP问题,效果发很好。-A MAX-MIN Ant System (MMAS) implemented in the Hyper-Cube Framework for the application to Unconstrained Binary Quadratic Programming (UBQP).
AntSolver
- 在linux下C写的蚁群算法,用于解决约束条件下的VRP、TSP问题,效果发很好。-AntSolver is a program for solving constraint satisfaction problems with ACO
AntSolver2.0
- 在linux下C写的蚁群算法,用于解决约束条件下的VRP、TSP问题,效果发很好。-AntSolver2.0 is a program for solving constraint satisfaction problems with ACO,more better than AntSolver
cSharp
- 蚁群算法解决TSP旅行商问题 C#( 蚁群算法解决TSP旅行商问题 C#( 蚁群算法解决TSP旅行商问题 C#( 蚁群算法解决TSP旅行商问题 C#(-ant colony algorithm C#ant colony algorithm C#ant colony algorithm C#ant colony algorithm C#ant colony algorithm C#ant colony algorithm C#ant colony algorithm C#ant colony al
TCP
- 蚁群算法是当前研究非常火热的一种智能算法,下面的蚁群算法程序专门用于求解TSP问题,我们经过仿真检验,发现此程序的优化效率和鲁棒性都非常好。 function [R_best,L_best,L_ave,Shortest_Route,Shortest_Length]=ACATSP(C,NC_max,m,Alpha,Beta,Rho,Q)-Ant colony algorithm is very hot current research an intelligent algorithm, the
ant_TSP
- 蚁群算法解决TSP问题,采用C++编写,简单易懂,-ANT algorithm
qirective-forGUI
- 蚁群算法经典TSP模型,ANT-CYCLE算法的实现, 使用了C++的STL库, 原是我毕设的一部分 现在贡献出来 , PS 网上()
61210324
- 用C实现蚁群算法求解TSP问题,结合基本蚁群算法和最大最小蚁群算法,()
main
- 基于C语言的蚁群算法求解tsp问题,使用邻接矩阵(Ant colony algorithm based on C language to solve TSP problem, using adjacency matrix)