释义 |
- 禁忌搜索:一种用于解决组合优化问题的元启发式算法,通过在搜索过程中使用禁忌表来避免陷入局部最优解。
1 ?禁忌搜索 禁忌搜索(Tabu Search)是一种智能启发式的全局性邻域搜索算法,它通过局部邻域搜索机制和相应的禁忌准则来避免迂回搜索,并通过特赦准则来释放一些被禁忌... 2 ?禁忌搜索算法 禁忌搜索算法(Tabu Search,TS)是一种亚启发式搜索算法。TS通过引入一个灵活的存储结构和相应的禁忌准则来避免迂回搜索,并通过藐视准则... 3 ?搜寻法 在求解过程中,本研究以 总延迟时间 ( total tardiness )最小化为目标,并以禁忌搜寻法(tabu search)作为最佳化过程的演算法。
- 1
The model was resolved with heuristic algorithm based on Tabu search technique. - 2
The algorithm has not only the implicit parallelism, global convergence of POA and the intelligence of tabu search, but also the fast convergence of MSCOA. 该方法具有逐次优化算法的隐性并行性和收敛性,禁忌搜索的智能性和变尺度混沌优化方法的快速性。 - 3
Search techniques such as Genetic Algorithms, Simulated Annealing, Tabu Search and Random Walk Algorithms have been used extensively for global optimization. 搜索技术,诸如遗传算法,模拟退火算法,禁忌搜索和随机移动算法,已经广泛应用于全局优化。
|