搜索资源列表
包括蚁群,模拟退火,遗传,神经网络,禁忌搜索等智能优化算法对TSP问题的解决
- 包括蚁群,模拟退火,遗传,神经网络,禁忌搜索等智能优化算法对TSP问题的解决,matlab程序。
TSPTEST
- 用禁忌搜索算法求解旅行商问题(TSP),程序是可以运行的,刚调试过了-Tabu search algorithm for solving TSP with the problem
TSP
- 禁忌算法解决TSP问题,程序简单效率高,欢迎来完善-Tabu algorithm to solve TSP problem, the program simple and efficient, welcome to improve
main
- 禁忌搜索算法解决0/1整数规划NP难问题-Tabu Search Algorithm for 0/1 integer programming problem NP hard
jinji
- 禁忌算法解决任务分配问题 机器完成任务的问题-jinji suanfa jiejue renwu fenpei wenti
SA-VRP(TS-VRP)
- 采用模拟退火算法或禁忌算法求解车辆路径问题-Using simulated annealing algorithm or tabu search algorithm to solve the vehicle routing problem
TS_TSP
- matlab程序编写 利用禁忌算法实现选择性拆卸序列规划-matlab code disassembly sequence planning based on tabu algorism
test1_take_some_nodes
- 采用禁忌搜索算法,实现对多个点的TSP路径优化(Achieve the TSP path optimization for multiple points)
TS_TSP
- 基于matlab禁忌算法,包含一个小例子,有助于理解禁忌算法(Tabu search algorithm based on MATLAB)
Tabu Search
- 通过禁忌搜索算法求解TSP问题最优解问题(The tabu search algorithm is used to solve the optimal solution of the TSP problem)
mathematical modeling
- 文件包含了多种现代优化算法,如神经网络,模拟退火,禁忌搜索等智能算法。同时还有一些数学建模的相关的matlab实现。(The document contains a variety of modern optimization algorithms, such as neural networks, simulated annealing, tabu search and other intelligent algorithms. At the same time, there are some
TspTS
- 采用禁忌搜索算法求解旅行商问题,欢迎下载(Traveling salesman problem is solved by Tabu Search Algorithm)
Untitled3
- 通过禁忌搜索算法求解(旅行商)TSP问题,输出最小路径(Through the taboo search algorithm to solve (traveler) TSP problem, the output of the smallest path)
97288380tabu-search-matlab
- 路径规划问题的禁忌算法matlab程序。(Tabu search algorithm matlab program for path planning problems)
应用禁忌搜索算法解决0-1背包问题
- 利用禁忌搜索算法求解0-1背包问题。禁忌搜索算法相比其他搜索算法更优,设置藐视规则来避免陷入局部最优解。(Solve 0-1 Knapsack Problem based on Tabu search. The tabu search algorithm is superior to other search algorithms and sets contempt rules to avoid falling into local optimal solutions.)
禁忌搜索算法
- matlab禁忌搜索算法的源程序,内含 TS_TSP.m TS_TSP TSP_DATA.m(Matlab tabu search algorithm source program)
vrp求解
- matlab运用禁忌算法求解运输可拆分需求车辆不定的最佳路径,最佳车数(Matlab to find the best transportation path)
蚁群算法的TSP优化
- 基于基础蚁群算法的TSP寻优,包括信息素更新方法,禁忌表使用更新(TSP optimization based on basic ant colony algorithm, including pheromone updating method, tabu table updating)
tabu_search
- 运用禁忌算法求解tsp问题,源代码中有详细的中文注释,可供相关学者提供参考(Tabu algorithm is used to solve TSP problem. Detailed Chinese annotations are included in the source code, which can provide reference for relevant scholars.)
禁忌算法解决旅行商问题
- 禁忌算法求解解决旅行商问题,内附Matlab代码