搜索资源列表
tabu.zip
- 这是一个用C++编写的TSP问题的源码,使用Tabu Search算法。,This is a TSP problem source code written in C++, using the Tabu Search algorithm.
vrpsd.aco.be.3
- vrpsd -tabu搜索求解-vrpsd tabusearch
TabuSearchforTSP
- This gives source code of traveling salesman problem. The algorithm used is tabu search.
METSlib
- METSlib提供基本的启发式算法框架,包括局部搜索及其变体,模拟退火和禁忌搜索等。 -METSlib implements the basics of some metaheuristics algorithm: * Random Restart Local Search * Variable Neighborhood Search * Iterated Local Search * Simulated Annealing (with line
Tabu_Best
- Tabu search is a meta-heuristic that guides a local search towards better solutions.
tabu
- This Tabu search, i use that in my dimplom.-This is Tabu search, i use that in my dimplom.
TabuSearch
- Tabu Search Algorithm
TSP_TS
- Solution for Travelling Salesman Problem by using Tabu Search heuristics. Archive contains sources and some data to test the appllication. As an input, we take the coordinates of cities (x,y) and then transform them into distances matrix. All co
ts2
- tabu search algorithm for the permutation flow shop problem
GATSPackingWindow
- 基于遗传和禁忌搜索的二维装箱算法研究,c#实现-Dimensional Packing genetic and tabu search algorithm, c# implementation
tuba
- 本文件包含了禁忌搜索算法的C++程序代码。-This file contains the the tabu search the algorithm C++ code.
GATS
- Reconstruction of hv_convex binary images form two projection by genetic and tabu algorithms
ShiftingPlan
- 禁忌搜索算法案例,用禁忌搜索算法得出变电站的轮休计划-Tabu Search Cases, tabu search algorithm derived substation holiday plans
TSP_tabu
- This project includes solving of TSP with Tabu Search Algorithm. It has been codded for final term project
tabu
- 通过禁忌算法求解最优解的问题,可以计算最小值。-Through the tabu algorithm to solve the optimal solution of the problem, the minimum value can be calculated.
TS
- tabu search for tsp by matlab
tabu
- tabu算法能较好的实现禁忌搜索算法,测试能够使用-The tabu algorithms can realise the function
TABUSEARCH
- pseudocode of tabu search
ypea116-tabu-search
- tabu search with all of the other functions
Tabu Search TSP
- matlab code for tsp using tabu search