搜索资源列表
SimulatedAnnealing(tsp)CSHARP
- 运用c#语言实现模拟退火算法,同时利用该算法解决旅行商(tsp)问题,获得遍历所有城市序号的最优路径。-use c # language simulated annealing, while using the algorithm to solve traveling salesman (tsp). access to the serial numbers of all the cities traverse the optimal path.
Satsp
- 利用模拟退火算法解决tsp问题.很经典的一个算法.使用中国144个城市测试,在很短的时间内找到的比较好的解.
SA_tsp_Rev1
- 用matlab实现的利用模拟退火算法(SA)解决旅行商问题(tsp).-Matlab achieved with the use of simulated annealing algorithm (SA) to solve traveling salesman problem (tsp).
sa-for-tsp
- 利用模拟退火算法解决50个城市的tsp问题,简单易懂,适合初学者-The use of simulated annealing algorithm to solve 50 problems tsp city, easy-to-read, suitable for beginners
sa_tsp
- 旅行商(tsp)问题一直以来都是一个NP难问题,旅行商问题(tsp问题)就是一销售商从n个城市中的某一城市出发,不重复地走完其余n-1个城市并回到原出发点,在所有可能的路径中求出路径长度最短的一条。本次软件设计是利用模拟退火算法解决tsp问题,通过该软件设计,对模拟退火算法和旅行商问题有个初步的认识。-Traveling Salesman (tsp) problem has always been a NP hard problem, traveling salesman problem (TS
tsp
- 利用模拟退火算法解决旅行商问题,共二十个城市,选择最优路径-The use of simulated annealing algorithm to solve traveling salesman problem
tsp
- 利用模拟退火算法解决旅行商问题,算法较高效.-The use of simulated annealing algorithm to solve the traveling salesman problem, the algorithm more efficient.
tsp
- 利用模拟退火算法解决tsp问题(C++实现)-tsp PROBLEM
SimulatedAnnealing123
- 程序是利用模拟退火算法解决tsp问题,很具有实用性-Program is the use of simulated annealing algorithm to solve the tsp problem
SA_tsp
- 利用模拟退火算法解决tsp问题,利用C++实现,注释较详细-Use SAP to solve tsp
模拟退火算法解决tsp问题
- 设计一个可以对tsp问题进行组合优化的连续型Hopfield神经网络模型,利用该魔心可以快速的找到最优的一条路线。(A continuous Hopfield neural network model for combinatorial optimization of tsp problems is designed, which can be used to find the optimal route quickly.)
模拟退火
- 使用模拟退火算法的特性解决tsp问题,另外可以利用此算法优化其他算法。(Use the simulated annealing algorithm to solve the tsp problem, and you can use this algorithm to optimize other algorithms.)
模拟退火
- 利用模拟退火算法进行仿真实验,解决tsp问题(Using simulated annealing algorithm to solve tsp)
SA_tsp
- 利用matlab软件,应用模拟退火算法解决31个城市的tsp问题(Using Matlab software to apply simulated annealing algorithm to solve tsp problems in 31 cities)