搜索资源列表
-
0下载:
这是一个用C++编写的TSP问题的源码,使用Tabu Search算法。,This is a TSP problem source code written in C++, using the Tabu Search algorithm.
-
-
0下载:
This gives source code of traveling salesman problem. The algorithm used is tabu search.
-
-
0下载:
METSlib提供基本的启发式算法框架,包括局部搜索及其变体,模拟退火和禁忌搜索等。
-METSlib implements the basics of some metaheuristics algorithm:
* Random Restart Local Search
* Variable Neighborhood Search
* Iterated Local Search
* Simulated Annealing (with line
-
-
0下载:
Tabu Search Algorithm
-
-
0下载:
tabu search algorithm for the permutation flow shop problem
-
-
2下载:
基于遗传和禁忌搜索的二维装箱算法研究,c#实现-Dimensional Packing genetic and tabu search algorithm, c# implementation
-
-
0下载:
本文件包含了禁忌搜索算法的C++程序代码。-This file contains the the tabu search the algorithm C++ code.
-
-
0下载:
禁忌搜索算法案例,用禁忌搜索算法得出变电站的轮休计划-Tabu Search Cases, tabu search algorithm derived substation holiday plans
-
-
0下载:
This project includes solving of TSP with Tabu Search Algorithm. It has been codded for final term project
-
-
1下载:
禁忌搜索算法是一种全局性邻域搜索算法,模拟人类具有记忆功能的寻优特征。它通过局部邻域搜索机制和相应的禁忌准则来避免迂回搜索,并通过破禁水平来释放一些被禁忌的优良状态,进而保证多样化的有效探索,以最终实现全局优化(Tabu search algorithm)
-