34遗传算法与禁忌搜索的集成 禁忌搜索(Tabu Search TS)是 一个著名的智能启发式搜索算法,具有 记忆功能。为了使GA的爬山能力得到提 高,我们将GA与TS进行混合,用TS 改进GA。
基于16个网页-相关网页
e 禁忌搜索算法(Tabu Search TS) 该算法属于一种高效的启发式搜索算法,TS 算法的特点在于采用禁忌表来记录到达过的局部最优点,避免在下一次搜索中继续搜索到这...
基于4个网页-相关网页
Tabu Search - TS 禁忌搜索法
The tabu search (TS) method is one of the modern optimization algorithms developed from local search. It is generally used in combinatorial optimization problem.
TS算法属于现代优化算法,是局部领域搜索法的推广,常用于求解组合优化问题。
TS is to start from certain initial state-initial solution, search its adjacent territory and delimit shift direction under the control of Tabu list until satisfactory solution is obtained.
其基本思想是从某一初始状态(初始解)出发,对其邻域进行搜索,在禁忌表的控制下,确定移动的方向,直至得到满意解为止。
Codebook design algorithms based on tabu search (TS) approach are presented for vector quantization (VQ).
本文提出了基于改进禁止搜索(TS)算法的矢量量化(VQ)码书设计方法。
应用推荐