搜索资源列表
sa_tsp
- 旅行商(TSP)问题一直以来都是一个NP难问题,旅行商问题(TSP问题)就是一销售商从n个城市中的某一城市出发,不重复地走完其余n-1个城市并回到原出发点,在所有可能的路径中求出路径长度最短的一条。本次软件设计是利用模拟退火算法解决TSP问题,通过该软件设计,对模拟退火算法和旅行商问题有个初步的认识。-Traveling Salesman (TSP) problem has always been a NP hard problem, traveling salesman problem (TS
aiwa
- 求解tsp问题的MATLAB程序,模拟退火算法源程序-MATLAB problem solving procedures tsp
tsp1
- 关于TSP模拟退火&遗传算法&相应的MATLAB算法程序- tsp Genetic algorithm and simulated annealing and corresponding MATLAB algorithm procedures
simulated_annealing
- 用模拟退火算法求tsp问题,采用matlab编程来求得,完整的算法程序-Seeking tsp simulated annealing algorithm matlab programming obtained complete algorithm
monituihuoTSP
- matlab编制模拟退火算法实例,用于解决经典TSP问题。-Examples of the preparation of simulated annealing algorithm matlab for solving the classic TSP.
matlab1
- 用模拟退火算法计算tsp问题,MATLAB编程-Calculation tsp problem, MATLAB programming with simulated annealing algorithm
SA
- 自己编写的用模拟退火算法求解TSP问题的matlab程序-I have written with simulated annealing algorithm matlab program for TSP
tsp
- 使用模拟退火算法实现著名的旅行商问题,该压缩包中有完整的matlab源码和实验的截图。-Simulated annealing algorithm famous traveling salesman problem, the complete package includes shots of matlab source and the compression experiments.
simulated-annealing-algorithm-TSP
- 用模拟退火算法求解TSP问题,matlab程序,包含了程序所实现的论文 - TSP is studied by simulated annealing algorithm and an approximate algorithm which method for solving TSP is better than others ,and using Matlab,we complete the program for solving TSP. The simulation of alg
mgasa
- 本资源是Mgasa算法解决TSP问题的Matlab代码,资源中包括mgasa_main(Mgasa算法解决TSP问题代码),mgasa_fitness(适应度求取函数代码),mgasa_annealing(Mgasa算法中模拟退火代码),mgasa_select(遗传算法中选择函数代码),mgasa_crossover(遗传算法中染色体交叉互换函数代码),mgasa_mutation(遗传算法中基因突变函数代码),mgasa_change(Mgasa算法中选择过程代码)。同时代码中有Locati
SA_TSP
- 用模拟退火算法求解TSP问题,matlab源码,绝对可运行。-Solving traveling salesman problem with simulated annealing algorithm,matlab code.
模拟退火
- 利用模拟退火算法 计算城市最短距离 无闭合回路tsp商旅问题求解(monituihou jiejeuchengshi zuiduanlujingwenti)
tsp_use_simulated_annealing
- 模拟退火TSPMatlab实现,Matlab代码(tsp_use_simulated_annealing)