搜索资源列表
TS-tsp.rar
- 使用禁忌搜索算法求解tsp(旅行商问题)的JAVA源程序,The use of tabu search algorithm for solving tsp (Traveling Salesman Problem) the JAVA source code
tabu.zip
- 这是一个用C++编写的tsp问题的源码,使用tabu Search算法。,This is a tsp problem source code written in C++, using the tabu Search algorithm.
666tabu
- 禁忌搜索的matlab程序,包括求解tsp问题,介绍和ppt-Matlab tabu search procedures, including the tsp problem solving, presentation and ppt
02666199TS-tsp
- 禁忌搜索算法,解决三十个城市间的旅行商问题,求最短距离-tabu search algorithm to solve thirty cities between the traveling salesman problem, the shortest distance
tabu-search-for-tsp
- 利用禁忌搜索算法解决50个城市的tsp问题,简单易懂,适合初学者-The use of tabu search algorithm to solve 50 problems tsp city, easy-to-read, suitable for beginners
tabu-search-matlab
- tsp for VRP solution w/ capacity constraint using tabu Search Algorithm
SimpleOpenTSTutorial
- tabuSearch的一个小程序。用禁忌搜索解决tsp问题,程序中使用对路径长度禁忌的方法。-tabuSearch a small program. Using tabu search to solve tsp problems, procedures used on the path length taboo method.
tabu-matlabcode-tsp
- tabu禁忌求tsp 禁忌搜索是对局部领域搜索的一种扩展,是一种全局逐步寻优算法。搜索过程可以接受劣解,有较强的爬山能力。-solve tsp problem
tabu-matlabcode-tsp
- matlab编写的禁忌搜索算法,解决了tsp问题,对初学者有重要的参考价值-tb algorithm for tsp problem
vrpsd.aco.be.3
- vrpsd -tabu搜索求解-vrpsd tabusearch
tabu_search-Solve-the-tsp-problem
- 基于禁忌搜索算法的50个城市tsp问题的求解,可推广至类似NP-hard问题。-tabu search algorithm based on the 50 cities tsp problem solving can be extended to a similar NP-hard problem.
TopicsinLocalSearch
- tabu search for solving tsp
sA-TS-for-tsp
- 模拟退火算法及禁忌搜索算法解tsp的比较,文章及matalb源码-Simulated annealing algorithm and tabu search algorithm for solving tsp comparison, articles and matalb source
tabu
- 禁忌搜索法对初始解、邻域个数及禁忌列表的大小等参数有比较严格的要求, 这些参数直接影响着算法的优化能力。文章提出了一种改进的禁忌搜索法, 它用有效空间来压缩搜索范围, 这样可以提高搜索效率和全局搜索能力。用短期和长期禁忌列表存储器来保证算法能搜索到全和分局空间的每一点, 并且不重复搜索。经过验算析, 证明它是一种较好的全局启发式搜索法.-tabu search method, the initial solution, neighborhood and tabu list size of the
tsp
- 禁忌算法解决tsp问题,程序简单效率高,欢迎来完善-tabu algorithm to solve tsp problem, the program simple and efficient, welcome to improve
tabu
- tabu search algorithm for tsp
tabu Search
- 通过禁忌搜索算法求解tsp问题最优解问题(The tabu search algorithm is used to solve the optimal solution of the tsp problem)
tabu Search tsp
- matlab code for tsp using tabu search
蚁群算法的tsp优化
- 基于基础蚁群算法的tsp寻优,包括信息素更新方法,禁忌表使用更新(tsp optimization based on basic ant colony algorithm, including pheromone updating method, tabu table updating)