TSP( Traveling salesman Problem) is a typical NP complete problem ,genetic algorithm is the perfect method for solving NP complete problem.
标签: Traveling algorithm salesman complete
上传时间: 2016-06-26
上传用户:sevenbestfei
旅行者问题(travelling salesman problem)算法
标签: travelling salesman problem 旅行
上传时间: 2014-09-01
上传用户:cjf0304
The source code of Travelling salesman Problem. Implement in Visual C++.
标签: Travelling Implement salesman Problem
上传时间: 2016-08-13
上传用户:zq70996813
sovling TSP(Travelling salesman Problem) with GAs
标签: Travelling salesman sovling Problem
上传时间: 2014-01-10
上传用户:youmo81
TSP问题(Travelling salesman Problem)是数学领域中著名问题之一,旅行商的VC算法实现
标签: Travelling salesman Problem TSP
上传时间: 2014-08-02
上传用户:hjshhyy
Genetic Algorithm (GA) based solver for the Traveling salesman Problem
标签: Algorithm Traveling salesman Genetic
上传时间: 2014-01-27
上传用户:siguazgb
a program about Traveling salesman Problem (TSP) Genetic Algorithm
标签: Traveling Algorithm salesman program
上传时间: 2013-12-04
上传用户:xinzhch
Solve the traveling salesman problem with a genetic algorithm.
标签: algorithm traveling salesman problem
上传时间: 2013-12-19
上传用户:qunquan
旅行商问题(Travelling salesman Problem, 简记TSP,亦称货郎担问题):设有n个城市和距离矩阵D=[dij],其中dij表示城市i到城市j的距离,i,j=1,2 … n,则问题是要找出遍访每个城市恰好一次的一条回路并使其路径长度为最短。
标签: Travelling salesman Problem TSP
上传时间: 2017-09-14
上传用户:彭玖华
物流分析工具包。Facility location: Continuous minisum facility location, alternate location-allocation (ALA) procedure, discrete uncapacitated facility location Vehicle routing: VRP, VRP with time windows, traveling salesman problem (TSP) Networks: Shortest path, min cost network flow, minimum spanning tree problems Geocoding: U.S. city or ZIP code to longitude and latitude, longitude and latitude to nearest city, Mercator projection plotting Layout: Steepest descent pairwise interchange (SDPI) heuristic for QAP Material handling: Equipment selection General purpose: Linear programming using the revised simplex method, mixed-integer linear programming (MILP) branch and bound procedure Data: U.S. cities with populations of at least 10,000, U.S. highway network (Oak Ridge National Highway Network), U.S. 3- and 5-digit ZIP codes
标签: location location-allocation Continuous alternate
上传时间: 2015-05-17
上传用户:kikye