搜索资源列表
tsguide
- 这是一个用C语言写的禁忌搜索算法的解释,解决了了一个n后问题,这是一个典型的介绍性的算法代码。 很不错
禁忌搜索算法的源代码
- 禁忌搜索C语言代码。
tsguide
- 这是一个用C语言写的禁忌搜索算法的解释,解决了了一个n后问题,这是一个典型的介绍性的算法代码。 很不错-err
MATLAB-
- 用于车辆路径的优化的禁忌搜索程序代码,能够解决多车辆的动态调度问题-it is for SDVRP
TabuSearch
- C#\学习\人工智能\禁忌搜索\禁忌搜索解 TSP问题\Console代码-C# \ learning \ artificial intelligence \ tabu search \ taboos, search for TSP \ Console code
tuba
- 本文件包含了禁忌搜索算法的C++程序代码。-This file contains the the tabu search the algorithm C++ code.
tabusearch-TSP
- 这是Matlab禁忌搜索算法的代码,用于解决TSP问题-Tabu search algorithm to solve TSP problem
search
- 禁忌搜索算法 实现tsp 程序代码有注释 易懂-tabu search
TS_TSP
- 运用禁忌搜索算法解决旅行商问题TSP的程序代码,简单实用-yunyon gjin jisou suosaulv xign shang
TSP
- 禁忌搜索算法解决TSP问题,matlab代码-Tabu search algorithm to solve TSP problem
TSP
- 此代码运用禁忌搜索算法解决旅行商问题(TSP)-This code use tabu search algorithm to solve traveling salesman problem (TSP)
Graph-Coloring(HGA)
- 基于遗传算法和禁忌搜索的启发式算法,提供C++代码,能够高效地解决图着色问题。-The code based on the combination of Genetic Algorithm and Tabu Search can be used to solve the Graph Coloring problem efficiently
Tabuwindow
- 用mfc做的禁忌搜索算法解决tsp问题的界面的代码-Using mfc taboo search algorithm to solve the tsp problem of the interface code
TS
- 禁忌搜索算法源代码,对局部邻域搜索的一种扩展,搜索过程中采用禁忌准则,即不考虑处于禁忌状态的解,标记对应已搜索的局部最优解的一些对象,在进一步迭代搜索中尽量避开这些对象,避免迂回搜索,从而保证对不同的有效搜索途径的检索,是一种局部极小突跳的全局逐步寻优算法。(Tabu search algorithm source code, an extension of the local neighborhood search criteria,
禁忌搜索
- matlab实现的利用禁忌搜索解决tsp问题,代码可以运行(Matlab implements the use of tabu search to solve the TSP problem, the code can run)