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
資源簡介:遺傳算法和“貨郎擔” 問題: "The traveling Salesman Problem, or TSP for short, is this: given a finite number of cities along with the cost of travel between each pair of them, find the cheapest way of visiting all the cities and returning ...
上傳時間: 2013-12-24
上傳用戶:watch100
資源簡介:this m file can Find a (near) optimal solution to the Traveling Salesman Problem (TSP) by setting up a Genetic Algorithm (GA) to search for the shortest path (least distance needed to travel to each city exactly once) Notes: 1. Input erro...
上傳時間: 2013-12-22
上傳用戶:ruixue198909
資源簡介:Finds a (near) optimal solution to the Traveling Salesman Problem (TSP) by setting up a Genetic Algorithm (GA) to search for the shortest path (least distance needed to travel to each city exactly once)
上傳時間: 2013-12-04
上傳用戶:從此走出陰霾
資源簡介:a program about Traveling Salesman Problem (TSP) Genetic Algorithm
上傳時間: 2013-12-04
上傳用戶:xinzhch
資源簡介:TSP問題的動態規劃求解。問題描述:旅行商問題,即TSP問題(Travelling Salesman Problem)是數學領域中著名問題之一。假設有一個旅行商人要拜訪n個城市,他必須選擇所要走的路徑,路經的限制是每個城市只能拜訪一次,而且最后要回到原來出發的城市。路徑的選...
上傳時間: 2016-05-21
上傳用戶:sevenbestfei
資源簡介:This program is using Genetic Algorithm to solve the Travlling Salesman Problem. It gives the best path route within a specified time. usage: java Evolver <seconds> <city file> <config file> Author: Liu Yang
上傳時間: 2013-12-06
上傳用戶:nanfeicui
資源簡介:The Problem with the IID_s is solved ! File-Structure: ~~~~~~~~~~~~~~~ DirectDraw.pas = DDraw.h + DVP.h (+ MultiMon.h) Direct3D.pas = D3D.h + D3DTypes.h + D3DCaps.h + D3DVec.inl + DXFile.h Direct3DRM.pas = D3DRM.h + D3DRMDef.h + D3DR...
上傳時間: 2015-09-04
上傳用戶:kikye
資源簡介:A Genetic Algorithms and the Traveling Salesman Problem
上傳時間: 2015-11-27
上傳用戶:cccole0605
資源簡介:旅行商問題,即TSP問題(Travelling Salesman Problem)是數學領域中著名問題之一。假設有一個旅行商人要拜訪n個城市,他必須選擇所要走的路徑,路經的限制是每個城市只能拜訪一次,而且最后要回到原來出發的城市。路徑的選擇目標是要求得的路徑路程為所有路...
上傳時間: 2013-12-21
上傳用戶:1109003457
資源簡介:Using Ant Colony Optimization Algorithm to solve Traveling Salesman Problem.對此方面的研究很有幫助
上傳時間: 2014-01-12
上傳用戶:集美慧
資源簡介:solve readers-writers Problem with RMI
上傳時間: 2014-01-10
上傳用戶:遠遠ssad
資源簡介:Traveling Salesman Problem Java Genetic Algorithm Solution, Hope all enjoy it.
上傳時間: 2013-12-20
上傳用戶:sz_hjbf
資源簡介:sleeping barber Problem with sleeping time and arrivval time
上傳時間: 2014-08-11
上傳用戶:lizhizheng88
資源簡介:Designing delivery districts for the vehicle routing Problem with stochastic demands
上傳時間: 2013-12-13
上傳用戶:大三三
資源簡介:Genetic Algorithm (GA) based solver for the Traveling Salesman Problem
上傳時間: 2014-01-27
上傳用戶:siguazgb
資源簡介:Solving the Vehicle Routing Problem with Genetic Algorithms
上傳時間: 2017-07-08
上傳用戶:coeus
資源簡介:it is possible to help with this program. hope to solve your Problem with it
上傳時間: 2014-01-12
上傳用戶:515414293
資源簡介:solving Travelling sellsman Problem
上傳時間: 2017-09-25
上傳用戶:二驅蚊器
資源簡介:物流分析工具包。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)...
上傳時間: 2015-05-17
上傳用戶:kikye
資源簡介:蟻群算法( ant colony algorithm) 是由意大利學者 Dorigo 等人[1 ,2 ] 于20 世紀90 年代初期通過模擬自然界 中螞蟻集體尋徑的行為而提出的一種基于種群的啟發 式仿生進化系統。蟻群算法包含兩個基本階段:適應階 段和協作階段。在適應階段,各候選解根...
上傳時間: 2016-01-18
上傳用戶:xyipie