搜索资源列表
sA-TS-for-TSP
- 模拟退火算法及禁忌搜索算法解tsp的比较,文章及matalb源码-Simulated annealing algorithm and tabu search algorithm for solving tsp comparison, articles and matalb source
Basu-2008-10-02
- Implementing Tabu Search to Exploit Sparsity in ATSP Instances
The_Intelligent_Optimization_Methods
- 有关智能优化方法(模拟退火,遗传算法,禁忌搜索,等等)-The intelligent optimization methods (simulated annealing,genetic algorithm,tabu search,etc)
TS_TSP
- 禁忌搜索法对初始解、邻域个数及禁忌列表的大小等参数有比较严格的要求, 这些参数直接影响着算法的优化能 力。文章提出了一种改进的禁忌搜索法, 它用有效空间来压缩搜索范围, 这样可以提高搜索效率和全局搜索能力。用短期 和长期禁忌列表存储器来保证算法能搜索到全局空间的每一点, 并且不重复搜索。经过验算和分析, 证明它是一种较好的 全局启发式搜索法-Tabu search method, the initial solution, neighborhood and tabu list siz
tspmatlab
- 提出一种改进的禁忌搜索算法来求解背包问题。该算法基于禁忌搜索技术,并采用I&D策略,同时设计了两种针对局 部最优解的变异算子。改进后的算法能有效地弥补标准禁忌算法对初始解依赖的缺陷,同时也避免了搜索停滞的现象。通过对具 体实例和随机问题的测试,表明改进后的禁忌搜索算法有更好的性能。 关-An improved tabu search algorithm to solve knapsack problem. The algorithm is based on tabu
an_intellegent_audio_water_marking_based_on_dwt-s
- All three, Discrete Wavelet Transform (DWT) - Singular Value Decomposition (SVD) and Adaptive Tabu Search (ATS) have been used as mathematical tools for embedding data into an audio signal. In this paper, we present a new robust audio waterma
method1
- 讲述现代优化算法中的禁忌搜索算法,及其应用,时运筹与优化课程的提高。-About the modern optimization algorithms in the tabu search algorithm, its application, when the improvement of logistics and optimization programs.
TSP
- 禁忌算法解决TSP问题,程序简单效率高,欢迎来完善-Tabu algorithm to solve TSP problem, the program simple and efficient, welcome to improve
METSlib
- METSlib提供基本的启发式算法框架,包括局部搜索及其变体,模拟退火和禁忌搜索等。 -METSlib implements the basics of some metaheuristics algorithm: * Random Restart Local Search * Variable Neighborhood Search * Iterated Local Search * Simulated Annealing (with line
ipyg-5
- ileri Düzeyde Programlama Bilgileri Hill Climbing Tabu Search
981399TurboSimu
- 禁忌搜索的相关资料,对于启发式搜索很有帮助。大家可以-Tabu search-related information useful for heuristic search. We can see
jinjisousuobeibao
- 禁忌搜索求解01背包问题,VC++6.0编译通过,有运行结果显示-01 Tabu Search for solving knapsack problems, VC++6.0 to compile, run the results are
ktree-1
- Min k tree in tabu search
Tsp
- TS算法求解TSP问题,里面包含样本数据,算法收敛较好,优化结果比较理想!-tabu search for TSP
TS-TSP1
- TS-TSP1,用禁忌搜索求解旅行商问题的的一个初级程序-Tabu search
tabu_search_sorce
- 禁忌搜索源代码,求解新得到的可行解的目标函数值,并与先前的进行比较,取较好的解记为最优解 -Tabu search source code, get a feasible solution to solve the new objective function value, compared with the previous, take good note for the optimal solution
TSP_TS
- 本程序为C++编写的TSP经典问题的模拟退火算法-C++ code for TST in Tabu search
TabuSearch
- This code is a solution for TSP problem with tabu search.
TR704
- this is a tabu search ebook
main
- 禁忌搜索算法解决0/1整数规划NP难问题-Tabu Search Algorithm for 0/1 integer programming problem NP hard