搜索资源列表
tsguide
- 这是一个用C语言写的禁忌搜索算法的解释,解决了了一个n后问题,这是一个典型的介绍性的算法代码。 很不错
禁忌搜索算法
- 禁忌搜索算法c++代码.txt
MATLAB-
- 用于车辆路径的优化的禁忌搜索程序代码,能够解决多车辆的动态调度问题-it is for SDVRP
tuba
- 本文件包含了禁忌搜索算法的C++程序代码。-This file contains the the tabu search the algorithm C++ code.
tabusearch-TSP
- 这是Matlab禁忌搜索算法的代码,用于解决TSP问题-Tabu search algorithm to solve TSP problem
TS_TSP
- 运用禁忌搜索算法解决旅行商问题TSP的程序代码,简单实用-yunyon gjin jisou suosaulv xign shang
TSP
- 禁忌搜索算法解决TSP问题,matlab代码-Tabu search algorithm to solve TSP problem
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
禁忌搜索
- matlab实现的利用禁忌搜索解决tsp问题,代码可以运行(Matlab implements the use of tabu search to solve the TSP problem, the code can run)
禁忌搜索法实现vrp,matlab
- 该算法主要是禁忌搜索法实现车辆路径优化,即计算vrp较好实现路径优化,matlab代码