sovling TSP(Travelling Salesman Problem) with GAs
资源简介:sovling TSP(Travelling Salesman Problem) with GAs
上传时间: 2014-01-10
上传用户:youmo81
资源简介:这是一个用遗传算法来求解旅行商问题(TSP问题:Travelling Salesman Problem)的源代码,学习遗传算法,演化计算的很值得一看!
上传时间: 2016-02-05
上传用户:hj_18
资源简介:TSP问题(Travelling Salesman Problem)是数学领域中著名问题之一,旅行商的VC算法实现
上传时间: 2014-08-02
上传用户:hjshhyy
资源简介:旅行商问题(Travelling Salesman Problem, 简记TSP,亦称货郎担问题):设有n个城市和距离矩阵D=[dij],其中dij表示城市i到城市j的距离,i,j=1,2 … n,则问题是要找出遍访每个城市恰好一次的一条回路并使其路径长度为最短。
上传时间: 2017-09-14
上传用户:彭玖华
资源简介:用于求解TSP(Traveling salesman problem,旅行商问题)问题,基本执行见run.bat, 其它详见其中的readme.txt。(实例为TSPLIB格式,见myprojects目录,包括eil51, d198, lin318等小型问题,以及1000到3000城市之间的例子,基本能得到最优解)
上传时间: 2015-10-16
上传用户:myworkpost
资源简介:TSP( Traveling Salesman Problem) is a typical NP complete problem ,genetic algorithm is the perfect method for solving NP complete problem.
上传时间: 2016-06-26
上传用户:sevenbestfei
资源简介:旅行者问题(travelling salesman problem)算法
上传时间: 2014-09-01
上传用户:cjf0304
资源简介:The source code of Travelling Salesman Problem. Implement in Visual C++.
上传时间: 2016-08-13
上传用户:zq70996813
资源简介:Solve the traveling salesman problem with a genetic algorithm.
上传时间: 2013-12-19
上传用户:qunquan
资源简介: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 ...
上传时间: 2016-02-06
上传用户:rocwangdp