搜索资源列表
antcolonyapplyinqos
- 资料中包含蚁群算法用于解决QOS组播的论文及优秀硕士论文。帮助大家学习蚁群算法。-Information contained in ant colony algorithm for the solution QOS Multicast excellent papers and master' s thesis. Ant colony algorithm to help you learn.
TSP
- TSP的蚁群实现,用蚁群算法来解决TSP问题-ant-based TSP
scheduling
- 用蚁群算法解决无等待流水线的调度问题,对生产调度建模及求解有帮助.-solving scheduling problem with ANT Algorithm
w
- 蚁群算法,从自然界中蚁群的的觅食行为中受启发, 于1991年,由意大利学者M.Dorigo在其博士论文中提出,并成功的解决了旅行商(TSP)问题 -Ant Colony Algorithm
CSharp-solve-TSP
- c#解决蚁群算法实例源代码,实现一定范围内最短路径的优化。-c# solve the ant colony algorithm source code examples, shortest path optimization within a certain range.
Matlab-program-of-ant-colony
- 这是一个用蚁群算法解决最短路径问题的通用matlab程序,供大家参考使用-This is an ant algorithm to solve the shortest path problem common matlab program, for reference use
-ant-colony-algorithm-
- 蚁群算法解决TSP问题的并行化研究与实现-Research and Implementation of parallel ant colony algorithm to solve TSP problem
ant-algorithms-of-vrp
- 采用蚁群算法能够解决31个城市的旅行商问题,相对于遗传算法,模拟退火算法和其他的算法,蚁群算法有其自身的优势-Ant colony algorithm to solve the traveling salesman problem 31 cities, with respect to genetic algorithms, simulated annealing algorithm and other algorithms, ant colony algorithm has its own ad
ant-vrp
- 基于蚁群算法写的关于旅行商问题的代码,功能可以解决基本的问题,希望能帮助大家!下载吧-Ant colony algorithm based on code written by the traveling salesman problem, the function can solve the basic problem, hoping to help you! Download it
robot
- 基于蚁群算法的机器人路径规划,用来解决机器人的路径规划-Based on ant colony algorithm for robot path planning, to solve the robot path planning
Ant-colony-algorithm
- 主要用蚁群算法用matlab实现,解决城市之间最短路径问题-Ant colony algorithm to achieve the TSP
yiqunlvxing
- 蚁群优化是一种元启发式的随机搜索技术,是目前解决组合优化问题最有效的工具之一.将信 息素更新和随机搜索机制的改进相结合,提出一种快速求解旅行商问题的蚁群算法-Ant colony optimization is a kind of meta heuristic random search technique, is one of the most effective tool to solve combinatorial optimization problem. The letter
标准蚁群算法
- 利用matlab编程,标准蚁群算法解决物流优化问题
gaijinyiqunsuanfa
- 使用蚁群算法matlab代码,并在其基础上进行改进,进而得以优化蚁群算法。解决全国所有城市的TSP问题-ACA TSP
ACO算法
- 蚁群优化算法,可用于解决一人旅行商等问题。(Ant colony optimization algorithm can be used for TSP and other issues)
matlab解决tsp
- matlab中解决tsp问题经典蚁群算法(Classical ant colony algorithm for solving TSP problem in MATLAB)
数学建模:matlab蚁群算法解决TSP问题.pdf
- MATLAB蚁群算法的实现,解决最短路程问题,报告内全部是实现,并且实现的代码。