搜索资源列表
Tsp
- 使用蚁群算法解决旅行商问题,mfc应用程序,城市数目及坐标在eil51.tsp里-use ant algorithm to solve the traveling salesman problem, and mfc applications, The number of cities and coordinates the eil51.tsp Lane
TSP_ACO
- 用蚁群算法求解TSP(旅行商)问题,按照TSP.m中要求的格式输入程序参数即可运行!
TSP
- 使用蚁群算法编写的C++环境下的旅行商(TSP)经典问题的解决方法-Ant colony algorithm using C++ environment, prepared under the traveling salesman (TSP) classical solution to the problem
tsEvolve
- 采用蚁群算法解决旅行商问题,IDL语言编写,动态现实中间过程。-Using ant colony algorithm to solve traveling salesman problem, IDL language, dynamic realities of the middle of the process.
as_tsp
- 蚁群算法 关于城市旅行商问题 ,有兴趣的可以参考下,也课参与交流-Ant colony algorithm on the city traveling salesman problem, interested can refer to, it is also involved in the exchange of lessons
aa
- C#写的蚁群算法,实现了五个城市的旅行商问题,简单易懂-ant colony algorithm
AntClusteri
- 蚁群算法求解聚类问题,主要是用于TSp旅行商等问题的求解。-ASO
ant_colony_optimization
- 实现了一种高效的蚁群算法,它在旅行商问题中进行了测试-an effective and efficient aco
ACATSP
- 经典的用于求解TSP(旅行商问题)的自适应蚁群算法-Classic self-adaptive ACO algorithm for TSP
aco-FashionXuBlog
- 蚁群算法解决旅行商问题的C++源码,开发环境VS。-ACO for TSP problem
tsp-ant
- 利用蚁群算法求解旅行商问题,包括了完整的代码,可运行编译,好资源!-Ant colony algorithm for traveling salesman problem, including the complete code, run the compiler, good resources!
ACO
- 用改进的蚁群算法来解决旅行商问题,以寻求最优解!-Improved ant colony algorithm used to solve the traveling salesman problem, to find the optimal solution!
tsp_pso
- 蚁群算法解决tsp问题的研究,基本蚁群实现旅行商问题-Ant algorithms for the traveling salesman problem
ACO
- 这是一个蚁群算法旅行商问题实例,中间添加了一些改进,希望对大家有所帮助-This is an ant colony algorithm for traveling salesman problem instances, in the middle added some improvements, we want to help
Ant-Colony-Algorithm
- 数学建模 蚁群算法 旅行商问题 信息素 最佳路线-Ant Colony Algorithm for Traveling Salesman Problem
Ant_TSP
- 基于蚁群算法的旅行商问题,matlab源代码,带功能说明(Ant colony algorithm for traveling salesman problem matlab source code)
基于蚁群算法解决旅行商问题
- 主要讲解了如何用蚁群算法来解决 旅行商问题(Mainly explains how to use ant colony algorithm to solve travel salesman problem)
ACATSP
- 旅行商问题(Traveling Saleman Problem,TSP)是车辆路径调度问题(VRP)的特例,由于数学家已证明TSP问题是NP难题,因此,VRP也属于NP难题。旅行商问题(TSP)又译为旅行推销员问题、货郎担问题,简称为TSP问题,是最基本的路线问题,该问题是在寻求单一旅行者由起点出发,通过所有给定的需求点之后,最后再回到原点的最小路径成本(Traveling salesman Problem ('ll Saleman Problem, TSP) is a special case
ACO
- 利用蚁群算法优化,解决组合优化问题,如旅行商问题,得到最优路径(use the optimization of ant colony algorithm to get d the optimal path.)
蚁群算法的优化计算——旅行商问题(TSP)优化
- 蚁群算法的优化计算——旅行商问题(TSP)优化(Optimization calculation of ant colony algorithm)