a program about Traveling Salesman Problem (TSP) Genetic Algorithm
資源簡介:a program about Traveling Salesman Problem (TSP) Genetic Algorithm
上傳時間: 2013-12-04
上傳用戶:xinzhch
資源簡介:Traveling Salesman Problem Java Genetic Algorithm Solution, Hope all enjoy it.
上傳時間: 2013-12-20
上傳用戶:sz_hjbf
資源簡介: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
上傳用戶:從此走出陰霾
資源簡介: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
資源簡介: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
資源簡介: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
資源簡介:A Genetic Algorithms and the Traveling Salesman Problem
上傳時間: 2015-11-27
上傳用戶:cccole0605
資源簡介:遺傳算法和“貨郎擔” 問題: "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
資源簡介:Solve the Traveling Salesman problem with a genetic Algorithm.
上傳時間: 2013-12-19
上傳用戶:qunquan
資源簡介:this is a program about TSP
上傳時間: 2014-08-06
上傳用戶:LouieWu
資源簡介:用于求解TSP(Traveling Salesman problem,旅行商問題)問題,基本執行見run.bat, 其它詳見其中的readme.txt。(實例為TSPLIB格式,見myprojects目錄,包括eil51, d198, lin318等小型問題,以及1000到3000城市之間的例子,基本能得到最優解)
上傳時間: 2015-10-16
上傳用戶:myworkpost
資源簡介:Genetic Algorithm (GA) based solver for the Traveling Salesman Problem
上傳時間: 2014-01-27
上傳用戶:siguazgb
資源簡介:this a program about AD/DA CHANG
上傳時間: 2014-01-26
上傳用戶:evil
資源簡介:this a program about talent web database used asp and VB.
上傳時間: 2013-12-25
上傳用戶:ommshaggar
資源簡介:Using Ant Colony Optimization Algorithm to solve Traveling Salesman Problem.對此方面的研究很有幫助
上傳時間: 2014-01-12
上傳用戶:集美慧
資源簡介:a program about traffic light demo.
上傳時間: 2014-01-05
上傳用戶:66666
資源簡介:it is a program about ofdm,and it is programed on dsk6455
上傳時間: 2013-12-16
上傳用戶:moshushi0009
資源簡介:This is a java implementation for solving NQueen problem using genetic Algorithm.Enjoy it!
上傳時間: 2017-06-18
上傳用戶:許小華
資源簡介:A program to demonstrate the optimization process of ant colony optimization for the Traveling saleman problem (TSP). The cities are shown as red circles, the pheromone on the connections between them (fully connected graph) by gray lines. ...
上傳時間: 2015-07-12
上傳用戶:偷心的海盜
資源簡介:物流分析工具包。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
資源簡介: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
資源簡介:have recently become very interested in the area of genetic Algorithms and Ant Colony Optimization techniques. I was determined to write a complete program demonstrating these two techniques. In particular I wanted to compare the efficiency...
上傳時間: 2013-12-21
上傳用戶:牛布牛
資源簡介:項目描述: Env_audit is a program that ferrets out everything it can about the environment. It looks for process IDs, UID, GID, signal masks, umask, priority, file descriptors, and environmental variables. It comes with test configurations f...
上傳時間: 2013-12-02
上傳用戶:qweqweqwe
資源簡介:This is a program that I did several days ago.It is about Airport Ticket Sale System.You can use it as an example.
上傳時間: 2015-06-14
上傳用戶:skhlm
資源簡介:This a parallel genetic Algorithm for a biinfomatics problem CSP
上傳時間: 2015-08-26
上傳用戶:x4587
資源簡介:主要解決旅行商問題(Traveling saleman problem,簡稱tsp,即已知n個城市之間的相互距離,現有一個推銷員必須遍訪這n個城市,并且每個城市只能訪問一次,最后又必須返回出發城市,求解最短距離的遺傳算法。
上傳時間: 2015-10-09
上傳用戶:cylnpy
資源簡介:this a paper about GIS implicated in VRP problem
上傳時間: 2013-12-25
上傳用戶:chenbhdt
資源簡介:這是一個用遺傳算法來求解旅行商問題(TSP問題:Travelling Salesman Problem)的源代碼,學習遺傳算法,演化計算的很值得一看!
上傳時間: 2016-02-05
上傳用戶:hj_18
資源簡介:this is a book about of java.It will step to step tell you how to study java program.
上傳時間: 2014-01-19
上傳用戶:ruixue198909
資源簡介:it use the genetic Algorithm to deal with the TSP problem
上傳時間: 2016-10-14
上傳用戶:zhangliming420