搜索资源列表
tabu9
- tabu search, for optimization use
TSM
- This program gives solution to the Travelling Salesman problem (TSP). I use genetic algorithm, tabu search, exhaustive search. It all combine in a windows application.
Tabusearch
- This function implements the tabu search algorithm for solving some problem
tabu_matlab
- 采用禁忌搜索算法和模拟退火法来求解旅行商问题,PDF文件,说明很详细-Using tabu search algorithm and simulated annealing method to solve the traveling salesman problem, PDF document describing in great detail
TSP
- 提出一种改进的禁忌搜索算法来求解背包问题。该算法基于禁忌搜索技术,并采用I&D策略,同时设计了两种针对局 部最优解的变异算子。改进后的算法能有效地弥补标准禁忌算法对初始解依赖的缺陷,同时也避免了搜索停滞的现象。通过对具 体实例和随机问题的测试,表明改进后的禁忌搜索算法有更好的性能。 关-An improved tabu search algorithm to solve knapsack problem. The algorithm is based on tabu
Tabu-search-TSP
- tabu search algorithm for travelling sales man (TSP) problem, c++ code
ptabu-matlabcr
- matlab编写的禁忌搜索算法,解决了了TSP问题,对初学入门者有重要的参考价值 -Matlab prepared by the tabu search algorithm to solve TSP problems have important reference value for beginners beginners
Ttabu-search-h
- 利用禁忌搜索算法解决50个城市的tsp问题,简单易易懂,适合初学入门者 ,经测试可直接使用。 -Tabu search algorithm to solve the problem of 50 cities in the tsp, simple and easy to understand, suitable for beginners beginners, has been tested and can be used directly.
Ttabuh
- 这是一个用C++编写的TSP问题的源源码,使用Tabu Search算法。 -This is written a C++, the TSP source code, using the Tabu Search algorithm.
tabu_search
- 用禁忌搜索算法求tsp问题,采用matlab编程来求得,完整的算法程序-The tsp problem by tabu search algorithm, using matlab programming to obtain the complete algorithm
gatsp
- 用遗传算法求tsp问题,采用matlab编程来求得,完整的算法程序-The tsp problem by tabu search algorithm, using matlab programming to obtain the complete algorithm
TabuSearch
- C#\学习\人工智能\禁忌搜索\禁忌搜索解 TSP问题\Console代码-C# \ learning \ artificial intelligence \ tabu search \ taboos, search for TSP \ Console code
solve-the-TSP
- E:\学习\人工智能\禁忌搜索 +opt解决TSP问题\禁忌搜索+opt解决TSP问题 含测试数据-E: \ learning \ Artificial Intelligence \ tabu search \ taboo search to+opt for to solve the TSP \ taboo search to+opt for to solve the TSP
Shortest-tabu-algorithm-problem
- 禁忌算法求解TSP问题,寻优最短路程,优化算法-Shortest tabu algorithm to solve TSP problem, optimization, optimization algorithm is proposed
Tabu-search-TSP
- tabu search algorithm for travelling sales man (TSP) problem, c++ code
Tabu-search-TSP
- tabu search algorithm for travelling sales man (TSP) problem, c++ code
Tabu-search-method-tsp
- 禁忌搜索法求解tsp问题的MATLAB程序-Tabu search method for solving problems MATLAB program tsp
TSP
- 此代码运用禁忌搜索算法解决旅行商问题(TSP)-This code use tabu search algorithm to solve traveling salesman problem (TSP)
ts_tsp
- 简单介绍禁忌搜索算法的过程,并求解TSP,来加深对其的理解。(Briefly introduce the process of tabu search algorithm, and solve TSP, to deepen its understanding.)
禁忌搜索解决TSP加注释
- matlab程序编写 应用禁忌搜索解决TSP(商旅)问题(Using Tabu Search to Solve TSP (Business Travel) Problem in Matlab Programming)