搜索资源列表
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
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
geneticTSP
- TSP问题(又名:旅行商问题,货郎担问题)遗传算法通用matlab程序-TSP problem (also known as: traveling salesman problem, traveling salesman problem) Common genetic algorithm matlab program
SOM-TSPcomplete[Matlab]
- TSP旅行商问题,本程序用matlab实现,应用som算法解决旅行商问题-SP traveling salesman problem, the program using matlab application som algorithm to solve the traveling salesman problem
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
main(TSP)
- 这是解决旅行商问题的matlab代码,我已经运行过,没问题。-This is the matlab code for solving traveling salesman problem, I ve been running, no problem.
GAsolveTSP
- 遗传算法,使用遗传算法解决旅行商问题,MATLAB程序,完整-Genetic algorithm (ga), the use of genetic algorithm to solve traveling salesman problem, the MATLAB program, complete
chapter22
- 用MATLAB语言编程蚁群算法求解旅行商问题-Ant colony algorithm for traveling salesman problem
tsp
- 使用模拟退火算法实现著名的旅行商问题,该压缩包中有完整的matlab源码和实验的截图。-Simulated annealing algorithm famous traveling salesman problem, the complete package includes shots of matlab source and the compression experiments.
Genetic-Algorithm-Path-master
- 使用遗传算法解决旅行商问题的matlab程序-Genetic algorithm to solve the traveling salesman problem matlab program
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)
智能优化算法及其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)