搜索资源列表
-
0下载:
使用禁忌搜索算法求解TSP(旅行商问题)的JAVA源程序,The use of tabu search algorithm for solving TSP (Traveling Salesman Problem) the JAVA source code
-
-
3下载:
利用禁忌搜索算法解决50个城市的tsp问题,简单易懂,适合初学者-The use of tabu search algorithm to solve 50 problems tsp city, easy-to-read, suitable for beginners
-
-
0下载:
TSP for VRP solution w/ capacity constraint using Tabu Search Algorithm
-
-
0下载:
TabuSearch的一个小程序。用禁忌搜索解决TSP问题,程序中使用对路径长度禁忌的方法。-TabuSearch a small program. Using tabu search to solve TSP problems, procedures used on the path length taboo method.
-
-
0下载:
matlab编写的禁忌搜索算法,解决了TSP问题,对初学者有重要的参考价值-tb algorithm for tsp problem
-
-
0下载:
vrpsd
-tabu搜索求解-vrpsd tabusearch
-
-
0下载:
tabu search for solving tsp
-
-
1下载:
模拟退火算法及禁忌搜索算法解tsp的比较,文章及matalb源码-Simulated annealing algorithm and tabu search algorithm for solving tsp comparison, articles and matalb source
-
-
0下载:
TSP can be defined as a problem where starting from a node it is required to visit every other node only once in a way that the total distance covered is minimized. Tabu Search is a heuristic that prevent the process from cycling in a small set of so
-
-
0下载:
禁忌搜索法对初始解、邻域个数及禁忌列表的大小等参数有比较严格的要求, 这些参数直接影响着算法的优化能力。文章提出了一种改进的禁忌搜索法, 它用有效空间来压缩搜索范围, 这样可以提高搜索效率和全局搜索能力。用短期和长期禁忌列表存储器来保证算法能搜索到全和分局空间的每一点, 并且不重复搜索。经过验算析, 证明它是一种较好的全局启发式搜索法.-Tabu search method, the initial solution, neighborhood and tabu list size of the
-
-
0下载:
this journal is created by Sachin Jayaswal Student ID: 20186226 Department of Management Sciences
University of Waterloo.
it s describe how performances of tabu search and simulated annealing solve the TSP. this journal includes tabu search and S
-
-
0下载:
TS算法求解TSP问题,里面包含样本数据,算法收敛较好,优化结果比较理想!-tabu search for TSP
-
-
0下载:
tabu search algorithm for TSP
-
-
0下载:
现代优化算法中的禁忌搜索算法,50城市TSP测试数据,经测试结果与最优解接近。-Tabu search algorithm, 50 cities TSP test data.
-
-
0下载:
基于禁忌搜索的求解TSP问题。问题为31个城市的寻优路径,采用GLover提出的简单禁忌搜索算法。设置禁忌表,避免陷入循环,实现全局的最优。-Based on Tabu Search for TSP. Route optimization problem in 31 cities, using a simple tabu search algorithm GLover proposed. Set tabu list, to avoid falling into circulation, to a
-
-
0下载:
matlab source for TSP asymmetric problem using tabu search
-
-
0下载:
matlab source for TSP symmetric problem using tabu search
-
-
0下载:
tabu search for tsp by matlab
-
-
0下载:
Tabu search algorithm for TSP
-
-
0下载:
matlab code for tsp using tabu search
-