搜索资源列表
sa_tsp
- 旅行商(TSP)问题一直以来都是一个NP难问题,旅行商问题(TSP问题)就是一销售商从n个城市中的某一城市出发,不重复地走完其余n-1个城市并回到原出发点,在所有可能的路径中求出路径长度最短的一条。本次软件设计是利用模拟退火算法解决TSP问题,通过该软件设计,对模拟退火算法和旅行商问题有个初步的认识。-Traveling Salesman (TSP) problem has always been a NP hard problem, traveling salesman problem (TS
ACO-TSP
- 利用蚁群算法解决旅行商问题,其中运用智能蚂蚁算法-Using Ant Colony Optimization Algorithm to solve Traveling Salesman Problem
TSP
- TSP旅行商 的程序,有兴趣的可以下载看-TSP TSP procedures are interested in can be downloaded to see
Multi-travelingsalesmanproblem
- 多旅行商问题是单旅行商问题的扩展, 具有更广泛的实际意义。在研究M TSP 解的特点的基础上, 提 出了最小化总行程和均分多个旅行商访问点数、最小化总行程及均分访问路程的两个多目标的M TSP 问题, 并分别给出了相应的数学模型、求解算法和应用实例, 实例表明模型的正确性。-Multi-traveling salesman problem traveling salesman problem is a single expansion, with a wider range of pra
TSP
- 此程序是用于tsp问题,也就是单旅行商问题,内容全面,讲解清晰-This procedure is used for tsp problem, traveling salesman problem is a single, comprehensive, on a clear
antcolonyalgorithm
- 用matlab解释蚁群算法,基于旅行商的问题的介绍-Ant colony algorithm using matlab to explain, based on descr iption of the traveling salesman problem
saolei
- 本来想用matlab编写全自动扫雷程序用来作弊,可是后来发现扫雷问题是NP完全问题(正如:旅行商NP难问题一样不能被解决),便放弃了。于是编写了类似扫雷游戏(没有经过大量测试,可能有bug,作弊:在命令窗口输入minefield 其中,值为1的地方为雷区)。-Originally wanted to use matlab write fully automatic demining program used to cheat, but later discovered that mine cle
search
- 本来想用matlab编写全自动扫雷程序用来作弊,可是后来发现扫雷问题是NP完全问题(正如:旅行商NP难问题一样不能被解决),便放弃了。于是编写了类似扫雷游戏(没有经过大量测试,可能有bug,作弊:在命令窗口输入minefield 其中,值为1的地方为雷区)。-Originally wanted to use matlab write fully automatic demining program used to cheat, but later discovered that mine cle
SOM-TSPcomplete[Matlab]
- TSP旅行商问题,本程序用matlab实现,应用som算法解决旅行商问题-SP traveling salesman problem, the program using matlab application som algorithm to solve the traveling salesman problem
lizhuqiang
- 利用matlab实现遗传算法的旅行商优化问题-matlab TSP
TSP
- matlab版本 图论中的旅行商问题TSP算法 一般C版本的比较多,这里提供matlab版本的,更简单方便使用 -Matlab code of TSP algorithm in graph theory
matlab
- 旅行商问题的经典代码,但是没有时间和容量的约束,是matlab代码-Classic traveling salesman problem code, but do not have time and capacity constraints, is matlab code
fish--matlab
- 一个程序关于鱼群算法用来解决TSP问题,也就是旅行商问题-fish and MATLABs
tsp_NSGA
- 解决多目标的旅行商问题,可得出非劣解和前沿图(To solve the multi-objective traveling salesman problem, we can obtain the non inferiority solution and the frontier graph)
TSP_Ant
- 通过蚁群算法,建立数学模型,从而解决旅行商问题(Through the ant colony algorithm, a mathematical model is established to solve the traveling salesman problem)
遗传算法求解TSP问题
- matlab求解TSP的源代码,可以求解旅行商问题(Matlab source code for solving TSP)
5种多旅行商问题(MTSP)的遗传算法
- 基于遗传算法的多旅行商问题,其中有5种情况,均有代码(Multiple travel quotient problem based on genetic algorithm)
蚁群算法实例
- 旅行商TSP问题蚁群算法在matlab平台的实现(TSP problem Ant Colony Algorithm)
智能优化算法及其matlab实例code
- 遗传算法 粒子群 蚁群等7种算法,可解决求极值问题以及旅行商问题(Genetic algorithm, particle swarm optimization and ant colony algorithm can solve extreme value problem and traveling salesman problem. 7 algorithms are used to solve extreme value problem and traveling salesman probl
ACO_TSP(1)
- 旅行商问题中求最短路径,代码实现以及结果可视化 matlab实现(The traveling salesman problem is to find the shortest path by matlab)