搜索资源列表
TSP
- 包括蚁群,模拟退火,遗传,神经网络,禁忌搜索等智能优化算法对TSP问题的解决。
包括蚁群,模拟退火,遗传,神经网络,禁忌搜索等智能优化算法对TSP问题的解决
- 包括蚁群,模拟退火,遗传,神经网络,禁忌搜索等智能优化算法对TSP问题的解决,matlab程序。
02666199TS-TSP
- 禁忌搜索算法,解决三十个城市间的旅行商问题,求最短距离-Tabu search algorithm to solve thirty cities between the traveling salesman problem, the shortest distance
tabu-search-for-tsp
- 利用禁忌搜索算法解决50个城市的tsp问题,简单易懂,适合初学者-The use of tabu search algorithm to solve 50 problems tsp city, easy-to-read, suitable for beginners
tabu-matlabcode-tsp
- matlab编写的禁忌搜索算法,解决了TSP问题,对初学者有重要的参考价值-tb algorithm for tsp problem
jinjisousuosuanfa
- 禁忌搜索算法解决TSP问题-Tabu search algorithm to solve TSP problems
TS-SA
- 禁忌搜索和模拟退火相结合的算法,解决TSP问题。注:31城市。-Tabu search and simulated annealing to a combination of algorithms to solve TSP. Note: The 31 cities.
TS_TSP
- 禁忌搜索算法matlab解决旅行商问题程序源代码,含数据结果!-Tabu Search solve tsp problem
tabusearch-TSP
- 这是Matlab禁忌搜索算法的代码,用于解决TSP问题-Tabu search algorithm to solve TSP problem
TabuSearch
- 使用禁忌搜索算法解决tsp问题 简单易懂 能实现迭代的图像化显示-Tabu search algorithm to solve the problem tsp straightforward to achieve iterative graphical display
TS_TSP
- 运用禁忌搜索算法解决旅行商问题TSP的程序代码,简单实用-yunyon gjin jisou suosaulv xign shang
TSP
- 禁忌搜索算法解决TSP问题,matlab代码-Tabu search algorithm to solve TSP problem
禁忌搜索
- 我的程序基于禁忌搜索算法解决城市分配问题即tsp问题
tabu_search
- 我们尝试用禁忌搜索(tabu search)算法来解决旅行商问题(TSP),程序可以选择随机生成点的位置坐标,也可以从圆上均匀取点(比较容易判断结果的好坏)。 我们采用下面的一些规则来运行程序: 特赦规则:如果新解被禁,但是目标函数值比当前最优解的目标函数值小于某个定值时,接受新解。 终止规则:1、如果在给定的迭代次数内,最优解的目标函数值保持不变终止2、迭代次数达到给定的最大值时终止。 候选解的产生:本实验中我采取的是随机产生候选解的方法 一些参数的选取: 在每一步的
Tabu
- matlab环境下利用禁忌搜索算法解决TSP问题-Tabu search algorithm for TSP
TSP_TS
- 采用禁忌搜索算法解决中国城市tsp问题,语言环境为matlab(Using tabu search algorithm to solve the problem of Chinese city tsp)
TS_tsp
- 利用matlab软件,应用禁忌搜索算法解决31个城市的TSP问题(Using Matlab Software, Applying Tabu Search Algorithm to Solve TSP Problems in 31 Cities)
jinji
- 禁忌搜索算法,主要为解决TSP问题,选取31个城市,目标是31个城市的路径最短化(Tabu search algorithm, mainly to solve the TSP problem, select 31 cities, the goal is the shortest path of 31 cities.)
禁忌搜索解决tsp问题
- 使用matlab应用禁忌搜索解决tsp问题,算法齐全,本人使用没有任何问题。
禁忌搜索算法
- 禁忌搜索算法解决tsp问题,matlab程序(tabu search algorithm to solve tsp problem, matlab program)