搜索资源列表
使用禁忌搜索法约求解瑟夫环改进算法
- 使用禁忌搜索法约求解瑟夫环改进算法,程序简单易懂。-use tabu search about solving Cerf Central improved algorithm, procedures simple and understandable.
禁忌搜索解决vrp问题
- 利用禁忌搜索算法解决vrp问题的matlab源程序
禁忌搜索VC程序
禁忌搜索是对人类思维过程本身的一种模拟,它通过对一些局部最优解的禁忌(也可以说是记忆)达到接纳一部分较差解,从而跳出局部搜索的目的.
包括蚁群,模拟退火,遗传,神经网络,禁忌搜索等智能优化算法对TSP问题的解决
- 包括蚁群,模拟退火,遗传,神经网络,禁忌搜索等智能优化算法对TSP问题的解决,matlab程序。
禁忌搜索算法的源代码
- 禁忌搜索C语言代码。
禁忌搜索解决TSP的Matlab程序
- 禁忌搜索程序
tuba
- 禁忌搜索算法的例子程序求解Tsp问题- The taboo search algorithm example procedure solves the Tsp question
TurboSimu
- 禁忌搜索算法的源代码-taboo search algorithm source code
使用禁忌搜索法约求解瑟夫环改进算法
- 使用禁忌搜索法约求解瑟夫环改进算法,程序简单易懂。-use tabu search about solving Cerf Central improved algorithm, procedures simple and understandable.
禁忌搜索算法实现蚁群繁殖问题算法
- 采用禁忌算法实现的蚁群繁殖算法,该问题可以很好地解决蚁群问题中优化问题-taboo algorithm using the Ant Algorithm breeding, the problem can be successfully resolved ant colony optimization problems
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
禁忌搜索算法
- 用于初学者学习tsp问题及其掌握禁忌搜索算法的应用(For beginners to learn TSP problems and master limited searching algorithm applications)
改进的禁忌搜索算法
- 改进的禁忌搜索算法,求解路径寻优问题,相对传统的遗传算法,能够更精确求得全局最优解(Compared with the traditional genetic algorithm, the improved tabu search algorithm can solve the problem of path optimization, and can obtain the global optimal solution more ac
禁忌算法求解tsp
- 利用禁忌搜索算法求解经典TSP问题。假设有一个旅行商人要拜访n个城市,他必须选择所要走的路径,路径的限制是每个城市只能拜访一次,而且最后要回到原来出发的城市。路径的选择目标是要求得的路径路程为所有路径之中的最小值。(Tabu search algorithm for solving classical TSP problems)
禁忌搜索matlab算法
- 禁忌搜索算法建议编程,车辆路径问题,以最短距离为目标(The tabu search algorithm recommends programming, vehicle routing problem, with the shortest distance as the target)
禁忌搜索
- matlab实现的利用禁忌搜索解决tsp问题,代码可以运行(Matlab implements the use of tabu search to solve the TSP problem, the code can run)
应用禁忌搜索算法解决0-1背包问题
- 利用禁忌搜索算法求解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 o
禁忌搜索算法
- matlab禁忌搜索算法的源程序,内含 TS_TSP.m TS_TSP TSP_DATA.m(Matlab tabu search algorithm source program)
禁忌搜索解决TSP加注释
- matlab程序编写 应用禁忌搜索解决TSP(商旅)问题(Using Tabu Search to Solve TSP (Business Travel) Problem in Matlab Programming)