Genetic Algorithm (GA) based solver for the Traveling Salesman Problem
資源簡介:Genetic Algorithm (GA) based solver for the Traveling Salesman Problem
上傳時間: 2014-01-27
上傳用戶:siguazgb
資源簡介: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
資源簡介:Solve the Traveling Salesman problem with a Genetic Algorithm.
上傳時間: 2013-12-19
上傳用戶:qunquan
資源簡介: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
資源簡介: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
上傳用戶:偷心的海盜
資源簡介:This code proposes Genetic Algorithm (GA) to optimize the point-to-point trajectory planning for a 3-link robot arm. The objective function for the proposed GA is to minimizing Traveling time and space, while not exceeding a maximum pre...
上傳時間: 2013-12-21
上傳用戶:chenxichenyue
資源簡介: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
資源簡介:遺傳算法(Genetic Algorithm, GA)是近幾年發展起來的一種嶄新的全局優化算法,它借 用了生物遺傳學的觀點,通過自然選擇、遺傳、變異等作用機制,實現各個個體的適應性 的提高。
上傳時間: 2015-04-22
上傳用戶:dsgkjgkjg
資源簡介:遺傳算法(Genetic Algorithm, GA)是近幾年發展起來的一種嶄新的全局優化算法,它借 用了生物遺傳學的觀點,通過自然選擇、遺傳、變異等作用機制,實現各個個體的適應性 的提高。這一點體現了自然界中"物競天擇、適者生存"進化過程。1962年Holland教授首次 ...
上傳時間: 2015-06-08
上傳用戶:stampede
資源簡介: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
資源簡介:遺傳算法(Genetic Algorithm GA)源代碼
上傳時間: 2014-01-07
上傳用戶:784533221
資源簡介: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
資源簡介:Traveling Salesman Problem Java Genetic Algorithm Solution, Hope all enjoy it.
上傳時間: 2013-12-20
上傳用戶:sz_hjbf
資源簡介:遺傳算法(Genetic Algorithm,GA)是一種抽象于生物進化過程的基于自然選擇和生物遺傳機制的優化技術. 遺傳算法的基本原理 在遺傳算法的執行過程中,每一代有許多不同的種群個體(染色體 )同時存在。這些染色體中哪個保留(生存)、哪個淘汰(死亡),是根據 它...
上傳時間: 2016-07-05
上傳用戶:lizhizheng88
資源簡介:Generalization of a Simple Genetic Algorithm (GA)
上傳時間: 2017-05-02
上傳用戶:BOBOniu
資源簡介:The 2D CFD Program NaSt2D The program is a 2D solver for the incompressible, transient Navier-Stokes equations including the temperature equation and free boundary problems. It uses finite differences for discretization on a structured...
上傳時間: 2013-11-30
上傳用戶:xfbs821
資源簡介:a program about Traveling Salesman Problem (TSP) Genetic Algorithm
上傳時間: 2013-12-04
上傳用戶:xinzhch
資源簡介:Simulated Annealing SA Hill Climbing HC Local Beam Search LBS Genetic Algorithm GA
上傳時間: 2014-01-01
上傳用戶:wfeel
資源簡介:A modified version of Genetic Algorithm (GA) which can keep a trace of each generation.
上傳時間: 2013-12-21
上傳用戶:xyipie
資源簡介:Using Ant Colony Optimization Algorithm to solve Traveling Salesman Problem.對此方面的研究很有幫助
上傳時間: 2014-01-12
上傳用戶:集美慧
資源簡介:Floyd-wharshall algoritm for the shortest path problem. I wrote this in C. It s easy to compile and work in all *nix like systems.
上傳時間: 2017-04-12
上傳用戶:123456wh
資源簡介:Designing delivery districts for the vehicle routing problem with stochastic demands
上傳時間: 2013-12-13
上傳用戶:大三三
資源簡介:用于求解TSP(Traveling Salesman problem,旅行商問題)問題,基本執行見run.bat, 其它詳見其中的readme.txt。(實例為TSPLIB格式,見myprojects目錄,包括eil51, d198, lin318等小型問題,以及1000到3000城市之間的例子,基本能得到最優解)
上傳時間: 2015-10-16
上傳用戶:myworkpost
資源簡介: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
上傳用戶:牛布牛
資源簡介:基于SCILAB的The Genetic Algorithm Toolbox for SCILAB (GATS)工具箱,具有友好的界面。
上傳時間: 2015-05-29
上傳用戶:磊子226
資源簡介:This directory contains the Genetic Algorithm Optimization Toolbox for Matlab To use this, if you are local to NCSU and have AFS access to this directory, simply extend the matlab path using the following command. You can also place thi...
上傳時間: 2014-01-18
上傳用戶:songnanhua
資源簡介:a program for to maximise the fonction f(x,y)=x+y with Genetic Algorithm
上傳時間: 2017-07-07
上傳用戶:changeboy
資源簡介:A Markov Chain Monte Carlo version of the Genetic Algorithm Differential Evolution: easy Bayesian computing for real parameter spaces
上傳時間: 2014-01-20
上傳用戶:hphh