文件名称:TSP(TravelingSalesmanProblem)
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
Traveling Salesman Problem (TSP) has been an interesting problem for a long
time in classical optimization techniques which are based on linear and nonlinear
programming. TSP can be described as follows: Given a number of cities to visit
and their distances from all other cities know, an optimal travel route has to be
found so that each city is visited one and only once with the least possible distance
traveled. This is a simple problem with handful of cities but becomes complicated
as the number increases.
time in classical optimization techniques which are based on linear and nonlinear
programming. TSP can be described as follows: Given a number of cities to visit
and their distances from all other cities know, an optimal travel route has to be
found so that each city is visited one and only once with the least possible distance
traveled. This is a simple problem with handful of cities but becomes complicated
as the number increases.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
新建文件夹
..........\distance.m
..........\plotcities.m
..........\simulatedannealing.m
..........\Simulated_Annealing_Support_Document.pdf
..........\swapcities.m
..........\distance.m
..........\plotcities.m
..........\simulatedannealing.m
..........\Simulated_Annealing_Support_Document.pdf
..........\swapcities.m