搜索资源列表
pso_NEW_1
- 运用多目标蚁群算法求解旅行商问题,很好的一个程序。-The use of multi-objective Ant Colony Algorithm for Solving Traveling Salesman Problem, a good one.
ant_colony_algorithm_TSP
- 在大学生或者研究生数学建模竞赛中旅行商优化问题是一个很重要而又难解决的问题,本人自编程蚁群算法智能程序很好的解决此问题。-University students or graduate students in the Mathematical Contest in Modeling in the traveling salesman optimization problem is a very important and difficult to resolve the problem, I s
ACATSP
- 蚁群算法解决旅行商问题,matlab源码-Ant colony algorithm to solve traveling salesman problem, matlab source
TSPE
- 一种基于蚁群算法的旅行商问题的源代码-TSP BASED ON ANT COLONY ALGORITHM
optimTipsWebinar
- 基于蚁群算法求解对称非对称旅行商问题 -Solving Symmetrical and DisSymmetrical TSP base on Ant Colony Algorithm
ACO-PSO
- 蚁群算法(ACO)和粒子群算法(PSO)的混合算法解决旅行商问题(TSP)的matlab代码-Ant colony optimization (ACO) and particle swarm optimization (PSO) of the hybrid algorithm to solve traveling salesman problem (TSP) in matlab code
antcolony
- 利用蚁群算法解决旅行商问题,可以自主写入城市坐标,返回最佳路径和平均路径。-with the help of ant colony algorithm to solve the TSP problem. And the best route and the average length of routes will be returned.
ACO_TSP
- 利用蚁群算法求解旅行商问题,求解100个城市的最短路程(Using Ant Colony Optimization to solve TSP problem)
Matlab多旅行商实验
- 用matlab程序求解多旅行商问题,使用蚁群算法(Solving multi traveling salesman problem)
蚁群算法TSP问题
- 典型的matlab求运行商问题,可以看到进化曲线和线路计算过程。(The typical matlab asks the operator problem, and you can see the evolution curve and the line calculation process.)
ant colony algorithms
- 关于旅行商问题的蚁群算法实现,matlab源代码(Solving the TSP question with ant colony algorithms.)
蚁群算法
- 求解单旅行商问题的智能算法,蚁群算法。 输入城市间赋权向量(城市间路程),即可输出经过所有城市且总路程最短的最小哈密顿环。(telligent algorithm for solving single traveling salesman problem, ant colony algorithm. By inputting the weight vector between cities (the distance between cities), the minimum Hamilton
ant_TSP
- 蚁群算法的旅行商问题,一个比较好的例子理解蚁群算法(Ant colony algorithm for traveling salesman problem, a better example to understand ant colony algorithm)
蚁群算法(路径规划程序)
- 蚁群算法是一种群智能算法,也是启发式算法。基本原理来源于自然界蚂蚁觅食的最短路径原理。蚁群算法根据模拟蚂蚁寻找食物的最短路径行为来设计的仿生算法,因此一般而言,蚁群算法用来解决最短路径问题,并真的在旅行商问题(TSP,一个寻找最短路径的问题)上取得了比较好的成效。目前,也已渐渐应用到其他领域中去,在图着色问题、车辆调度问题、集成电路设计、通讯网络、数据聚类分析等方面都有所应用。(Ant colony algorithm is a population intelligent algorithm,
TSP
- MATLAB蚁群算法解决TSP旅行商问题(Ant colony algorithm for solving TSP traveling salesman problem)
TSP_aco
- 利用蚁群算法解决10、30、75城市的旅行商问题(Solve the traveling salesman problem)
蚁群算法的优化计算——旅行商问题(TSP)优化
- 路径优化 蚁群算法 tsp问题 优化设计(Path optimization TSP problem of path optimization ant colony algorithm)
acs
- MATLAB建立蚁群算法,优化最短路程求解旅行商问题(Ant colony algorithm ,to solve traveling salesman problem)
22蚁群算法的优化计算——旅行商问题(TSP)优化
- 这是完整的基于MATLAB的遗传算法的程序,是关于旅行商问题的求解(This is a complete procedure of genetic algorithm based on MATLAB, which is about solving traveling salesman problem.)
ACOTSPtw
- 使用蚁群算法解决带时间窗的旅行商问题,注释详细(Ant colony algorithm is used to solve traveling salesman problem with time windows. Detailed annotations are given.)