搜索资源列表
tsp
- 75个城市坐标的优化问题-75 cities coordinates the optimization problem
TspSA
- 模拟退火优化旅行商问题,付城市坐标!vC++代码!
ASAforTSP
- c语言实现,蚁群算法求解tsp问题,城市坐标单独文件输入
tsp
- ga算法解tsp问题.动态TSP就是城市坐标在随着时间变化,我们的目标则要在最短的时间窗内寻找出最优的城市遍历路径,这是个双最优问题. 这是我对动态TSP算法的理解,使用改进的反序-杂交算法
GA-TSP
- 用遗传算法求解TSP问题。。。matlab编写,并附带有城市坐标用于检验。
AC-TSP
- 用蚁群算法求解tsp问题。。。matlab编写。附有城市坐标用于检验。
simulated_annealing-TSP
- 用神经网络算法求解tsp问题。。。matlab编写。附有城市坐标用于检验。
particle_swarm_optimization1
- 用局部最优探索算法求解tsp问题。。。matlab编写。附有城市坐标用于检验。
hopfield_neuro_network
- 用网格优化算法求解tsp问题。。。matlab编写。附有城市坐标用于检验。
soa_tsp
- 由 Visual C++ 编译过,可以求解任何个数城市的tsp问题,只要输入城市坐标即可。
TSP-matlab
- matlab TSP 遗传算法 可自行改变城市坐标
城市的信息带头结点的单链表
- 将若干城市的信息,存入一个带头结点的单链表。结点中的城市信息包括:城市名,城市的位置坐标。要求能够利用城市名和位置坐标进行有关查找、插入、删除、更新等操作。-Several cities in the information into a single linked list node to take the lead. Nodes in the city information including: city name, the city' s location coordinates. Re
Ant_TSP.rar
- 实现蚁群算法,实现蚁群算法的MATLAB程序。只要输入城市坐标就行,The realization of ant colony algorithm, ant colony algorithm to achieve the MATLAB program. Just enter the city coordinates on the line
ant2
- 蚁群算法求解tsp问题,可以自行定义城市坐标,可以实现多维坐标-ant tsp
TSP
- MATLAB TSP问题解决.可自行输入城市坐标. -MATLAB TSP problem. Are free to enter the city coordinates.
TSP(matlab)
- matlab蚁群算法,要使用城市坐标的版本-ant colony algorithm matlab, it is necessary to coordinate the use of the version of the City
city_position
- 将若干城市的信息输入一个带头结点的单链表,结点中的城市信息包括城市名称,城市的位置坐标,要求:(1)给定一个城市名,返回位置坐标;(2)给定一个位置坐标p和一个距离d,返回所有与p得距离小于等于d的城市。-Enter the number of towns and cities take the lead in a single linked list nodes, nodes in the city information including city name, city location
GeoTrans
- //基本蚁群算法程序 //程序在vc++6.0下面同过,对原来的做了一点修改 eil51.tsp是一个调用文件,相当于各个城市的坐标值,所以你可以试着自己做个类似的数据,城市坐标x,y。-//Basic ant colony algorithm program// program in vc++6.0 with the following over, the original point made was a call to file amended eil51.tsp, equi
antcolony
- 利用蚁群算法解决旅行商问题,可以自主写入城市坐标,返回最佳路径和平均路径。-with the help of ant colony algorithm to solve the TSP problem. And the best route and the average length of routes will be returned.
SATsp_VC
- 本程序已知50个城市坐标,可计算经过50个城市一次的最短路径,为经典的TSP问题,非常实用-This procedure is known coordinates of 50 cities, 50 cities through a calculated shortest path for the classic TSP, very useful