搜索资源列表
aco.rar
- 专门用于求解TSP问题的matlab编制的蚁群算法,此程序的优化效率和鲁棒性都非常好,Ant Colony Algorithm for Traveling Salesman Problem,very efficient and robust
Genetic_and_Ant_Algorithms_src
- ACO for TSP, working we-ACO for TSP, working well
aco
- 蚁群算法实现tsp问题的解,适合初学者使用-Ant colony optimization tsp solution of the problem, for beginners
1
- 基于ACO的TSP问题求解Problem solving based on ACO for TSP-Problem solving based on ACO for TSP
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
ACO
- 基于蚁群算法的机器人的路径规划问题蚁群算法,一种与传统的数学规划原理截然不同的,模拟自然生态系统以求解复杂优化问题(如NPC(NP Complete)类问题,典型的有TSP(Traveling Saleman Problem)问题)的仿生优化算法,因其较强分布式计算机制、鲁棒性、易于与其他方法相结合等优点,使得蚁群算法具有较广泛应用领域,为那些最优化技术难以解决的组合优化问题提供了一类新的切实可行的解决方案。从最初的一维的静态优化问题扩展到多维的动态组合优化问题,包括车辆路径规划,工程设计,电力
ant
- matlab蚁群算法求解TSP问题,可直接运行,人工智能作业。-matlab, ACO for TSP.
tsp_brute
- ACO for tsp. this file will be helpful in executing the code in Matlab in order to find TSP answer using ACO
Aco-tsp
- Code for TSP on standard benchmark st70.
ACO-to-solve-TSP-problem
- 算法使用蚁群算法求解TSP问题,使得最终所需时间短,效率高。-Algorithm using ant colony algorithm for TSP problem, so that the final time is short, high efficiency.
ACO-for-TSP
- aco ant system matlab aco tsp
ACO
- matlab code Ant colony optimization for solve Travelling salesman problem