搜索资源列表
METSlib
- METSlib提供基本的启发式算法框架,包括局部搜索及其变体,模拟退火和禁忌搜索等。 -METSlib implements the basics of some metaheuristics algorithm: * Random Restart Local Search * Variable Neighborhood Search * Iterated Local Search * Simulated Annealing (with line
GATSPackingWindow
- 基于遗传和禁忌搜索的二维装箱算法研究,c#实现-Dimensional Packing genetic and tabu search algorithm, c# implementation
tuba
- 本文件包含了禁忌搜索算法的C++程序代码。-This file contains the the tabu search the algorithm C++ code.
ShiftingPlan
- 禁忌搜索算法案例,用禁忌搜索算法得出变电站的轮休计划-Tabu Search Cases, tabu search algorithm derived substation holiday plans
tabu
- 通过禁忌算法求解最优解的问题,可以计算最小值。-Through the tabu algorithm to solve the optimal solution of the problem, the minimum value can be calculated.
tabu
- tabu算法能较好的实现禁忌搜索算法,测试能够使用-The tabu algorithms can realise the function
禁忌算法 C++
- 禁忌搜索算法是一种全局性邻域搜索算法,模拟人类具有记忆功能的寻优特征。它通过局部邻域搜索机制和相应的禁忌准则来避免迂回搜索,并通过破禁水平来释放一些被禁忌的优良状态,进而保证多样化的有效探索,以最终实现全局优化(Tabu search algorithm)