搜索资源列表
-
0下载:
使用禁忌搜索算法求解TSP(旅行商问题)的JAVA源程序,The use of tabu search algorithm for solving TSP (Traveling Salesman Problem) the JAVA source code
-
-
0下载:
这是一个用C++编写的TSP问题的源码,使用Tabu Search算法。,This is a TSP problem source code written in C++, using the Tabu Search algorithm.
-
-
0下载:
禁忌搜索(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 set of algorithms.
-
-
0下载:
禁忌搜索算法求解车辆路径问题 很好的程序-Tabu search algorithm for vehicle routing problem with a very good program
-
-
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下载:
求解梯级水库群优化调度,采用禁忌搜索算法,考虑水库数为2个。-Solving steps-reservoir optimal scheduling using tabu search algorithm, considering the number of reservoir 2.
-
-
0下载:
tabu禁忌求TSP
禁忌搜索是对局部领域搜索的一种扩展,是一种全局逐步寻优算法。搜索过程可以接受劣解,有较强的爬山能力。-solve TSP problem
-
-
0下载:
matlab编写的禁忌搜索算法,解决了TSP问题,对初学者有重要的参考价值-tb algorithm for tsp problem
-
-
0下载:
基于禁忌搜索算法的50个城市TSP问题的求解,可推广至类似NP-hard问题。-Tabu search algorithm based on the 50 cities TSP problem solving can be extended to a similar NP-hard problem.
-
-
0下载:
This gives source code of traveling salesman problem. The algorithm used is tabu search.
-
-
0下载:
禁忌搜索算法C/C++源代码,比较经典的算法。初学者可以看看
-Tabu search algorithm C/C++ source code, compare the classic algorithms. Beginners can look at the
-
-
0下载:
禁忌搜索法对初始解、邻域个数及禁忌列表的大小等参数有比较严格的要求, 这些参数直接影响着算法的优化能力。文章提出了一种改进的禁忌搜索法, 它用有效空间来压缩搜索范围, 这样可以提高搜索效率和全局搜索能力。用短期和长期禁忌列表存储器来保证算法能搜索到全和分局空间的每一点, 并且不重复搜索。经过验算析, 证明它是一种较好的全局启发式搜索法.-Tabu search method, the initial solution, neighborhood and tabu list size of the
-
-
0下载:
现代最优化算法(有170多页的PPT,2010年的)
分为三个部分
Part 1 概论
Part 2 模拟退火算法
Part 3 遗传算法
现在常用的优化算法
禁忌搜索算法
模拟退火算法
遗传算法
人工神经网络
蚁群算法
粒子群算法
混合算法-Modern optimization algorithm is divided into three parts Part 1 Part 2 Introduction Part 3 simul
-
-
0下载:
tabu search algorithm for TSP
-
-
0下载:
This refers to ACO which is a meta heuristics and use this in Tabu search algorithm.
-
-
0下载:
提出一种基于改进粒子群动态搜索算法的网络重构方法,算法把初始粒子群按照适应度的大小分为两个互不交叉,且具有不同分工的子群,并进行动态搜索。通过引入了交叉和禁忌思想,减少了解陷入局部最优的可能性.与遗传、禁忌搜索算法重构的结果进行比较,表明本文算法具有更高的搜索效率,更容易找到全局最优解.-:An improved method based on improved particle swarm optimization dynamic search algodthm networkrcconfig
-
-
0下载:
通过禁忌搜索算法求解TSP问题最优解问题(The tabu search algorithm is used to solve the optimal solution of the TSP problem)
-
-
0下载:
路径规划问题的禁忌算法matlab程序。(Tabu search algorithm matlab program for path planning problems)
-
-
6下载:
利用禁忌搜索算法求解0-1背包问题。禁忌搜索算法相比其他搜索算法更优,设置藐视规则来避免陷入局部最优解。(Solve 0-1 Knapsack Problem based on Tabu search. The tabu search algorithm is superior to other search algorithms and sets contempt rules to avoid falling into local optimal solutions.)
-