搜索资源列表
AN EXPERIMENTAL TABU SEARCH CODE FOR THE N-QUEENS PROBLEM
- AN EXPERIMENTAL TABU SEARCH CODE FOR THE N-QUEENS PROBLEM
miniEasyLocalpp-0.2
- 一个tabu search算法框架-a tabu search algorithm fr a mework
OpenTS_10-exp9
- 一个java的tabu search算法框架-one of tabu search algorithm fr a mework
znyh
- 〈智能优化算法与应用〉介绍各种优化算法:模拟褪火法、遗传算法、禁忌搜索法、神经网络法、混合优化策略等内容。-"intelligent optimization algorithms and application" on the various optimization algorithms : simulated fire faded, genetic algorithm, Tabu search method,
145678944318479416
- 用群智能改进禁忌搜索算法在多用户检测中的应用,希望有人能用得到-Swarm- Tabu Search Algorithm in multi-user detection of hope that someone can be used to be
GATSJH
- 遗传算法和禁忌搜索相结合的方法,并有应用例子-Genetic Algorithm and Tabu Search combination of methods, and application examples
search
- tabu search code you can see it freely -tabu search code you can see it freely
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
- introduction to tabu search
tabu
- 这是一个用C++编写的TSP问题的源码,使用Tabu Search算法。-This is a TSP problem source code written in C++, using the Tabu Search algorithm.
tabu
- 禁忌搜索法对初始解、邻域个数及禁忌列表的大小等参数有比较严格的要求, 这些参数直接影响着算法的优化能力。文章提出了一种改进的禁忌搜索法, 它用有效空间来压缩搜索范围, 这样可以提高搜索效率和全局搜索能力。用短期和长期禁忌列表存储器来保证算法能搜索到全和分局空间的每一点, 并且不重复搜索。经过验算析, 证明它是一种较好的全局启发式搜索法.-Tabu search method, the initial solution, neighbor
tabu
- 禁忌搜索(Tabu search)是局部邻域搜索算法的推广,Fred Glover在1986年提出这个概念,进而形成一套完整算法。 -Tabu search (Tabu search) is a local neighborhood search algorithm for the promotion, Fred Glover in 1986, proposed this idea, thus forming a complete
tabu-matlabcode-tsp
- 禁忌搜索解决TSP的Matlab程序.一个很简单的禁忌搜索程序,效果一般,以后还要努力改善。-Tabu search to solve TSP, Matlab program. A very simple tabu search procedure, the effect in general, we still have to improve.
tabu-search
- Tabu search implementation in matlab
ACO-P-Tabu
- This refers to ACO which is a meta heuristics and use this in Tabu search algorithm.
Tabu-search-for-VRP
- 利用C++编程语言,用禁忌搜索解车辆路径问题-Tabu search for VRP
tabu-search
- 禁忌搜索程序,此程序使用用实现禁忌搜索的基本能力,有良好的搜索能力-tabu search procedures, this program uses tabu search using to achieve the basic ability, with good search capabilities
Tabu-search-TSP
- tabu search algorithm for travelling sales man (TSP) problem, c++ code
tabu-search-matlab
- TSP for VRP solution w/ capacity constraint using Tabu Search Algorithm
Tabu Search TSP
- matlab code for tsp using tabu search