Location:
Search - GATSP
Search list
Description: 这是从其他网站下载的C#程序,用以求解旅行商的问题,采用算法为遗传算法-This is downloaded from other websites C# procedure for solving the traveling salesman problem, the algorithm used for the genetic algorithm
Platform: |
Size: 3457 |
Author: 刘艳 |
Hits:
Description: tsp遗传算法源代码,nit fEA_TSP
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ExtCtrls, StdCtrls, Spin, ComCtrls, uIEA, uITSP, uUtilsEA, uDisplayTSP
type
TFormGA = class(TForm)
PanelFit: TPanel
Panel2: TPanel
Panel3: TPanel
PanelDisp: TPanel
Panel5: TPanel
Panel6: TPanel
Label2: TLabel
EditNoCities: TSpinEdit
EditPopulationSize: TSpinEdit
EditKill: TSpinEdit
EditInversion: TSpinEdit
EditTransposition: TSpinEdit
EditGens: TSpinEdit
ButtonRun: TButton
ButtonStep: TButton
ButtonCreateCities: TButton
ButtonCreatePop: TButton
Platform: |
Size: 8813 |
Author: wwf |
Hits:
Description: 模拟遗传算法解决TSP问题,模拟生物进化中的遗传方式。
Platform: |
Size: 631917 |
Author: mercury |
Hits:
Description: 用遗传算法求解旅行商问题的matlab程序
(详细说明见文本)
Platform: |
Size: 3472 |
Author: 清水 |
Hits:
Description: 遗传算法在TSP中的应用的原代码, 具体的代码见内。-Genetic algorithm source code applies in TSP with detailed code
Platform: |
Size: 3820 |
Author: 舒服 |
Hits:
Description: 遗传算法在TSP中的应用的原代码, 具体的代码见内。-Genetic algorithm source code applies in TSP with detailed code
Platform: |
Size: 3072 |
Author: 舒服 |
Hits:
Description: 这是从其他网站下载的C#程序,用以求解旅行商的问题,采用算法为遗传算法-This is downloaded from other websites C# procedure for solving the traveling salesman problem, the algorithm used for the genetic algorithm
Platform: |
Size: 3072 |
Author: 刘艳 |
Hits:
Description: tsp遗传算法源代码,nit fEA_TSP
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ExtCtrls, StdCtrls, Spin, ComCtrls, uIEA, uITSP, uUtilsEA, uDisplayTSP
type
TFormGA = class(TForm)
PanelFit: TPanel
Panel2: TPanel
Panel3: TPanel
PanelDisp: TPanel
Panel5: TPanel
Panel6: TPanel
Label2: TLabel
EditNoCities: TSpinEdit
EditPopulationSize: TSpinEdit
EditKill: TSpinEdit
EditInversion: TSpinEdit
EditTransposition: TSpinEdit
EditGens: TSpinEdit
ButtonRun: TButton
ButtonStep: TButton
ButtonCreateCities: TButton
ButtonCreatePop: TButton -tsp genetic algorithm source code, nit fEA_TSP interfaceuses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, ExtCtrls, StdCtrls, Spin, ComCtrls, uIEA, uITSP, uUtilsEA, uDisplayTSP type TFormGA = class (TForm) PanelFit: TPanel Panel2: TPanel Panel3: TPanel PanelDisp: TPanel Panel5: TPanel Panel6: TPanel Label2: TLabel EditNoCities: TSpinEdit EditPopulationSize: TSpinEdit EditKill: TSpinEdit EditInversion: TSpinEdit EditTransposition: TSpinEdit EditGens: TSpinEdit ButtonRun: TButton ButtonStep: TButton ButtonCreateCities: TButton ButtonCreatePop: TButton
Platform: |
Size: 8192 |
Author: wwf |
Hits:
Description: 模拟遗传算法解决TSP问题,模拟生物进化中的遗传方式。-Simulation of genetic algorithm to solve TSP problems, simulation of biological evolution of the genetic approach.
Platform: |
Size: 631808 |
Author: mercury |
Hits:
Description: 用遗传算法求解旅行商问题的matlab程序
(详细说明见文本)-Using Genetic Algorithm for Traveling Salesman Problem matlab program (a detailed explanation see the text)
Platform: |
Size: 3072 |
Author: 清水 |
Hits:
Description: 该算法经运行,无任何问题,可用于解决遗传算法求解旅行商问题-The algorithm by running without any problems, can be used to solve the traveling salesman problem genetic algorithm
Platform: |
Size: 5120 |
Author: 赵赵 |
Hits:
Description: 在Visual C++ 编译环境下,遗传算法的程序,并利用它们求解了48个城市的TSP问题-In the Visual C++ Compiler environment, the genetic algorithm procedure, and use them to solve a 48 cities TSP problem
Platform: |
Size: 727040 |
Author: liuwei |
Hits:
Description: 运用优化遗传算法解决100个城市的TSP问题,即要选定一条从驻地出发,经过每个城市一遍,最后回到驻地的路线,使总的路程最小。-Optimize the use of genetic algorithms to solve 100 cities TSP problem, which was to select a departure from the resident, after each city once again, and finally returned to the resident s line, bringing the total minimum distance.
Platform: |
Size: 1235968 |
Author: 李佳鹤 |
Hits:
Description: 这是用c编写的旅行商问题的算法,比较简单,很好理解(使用遗传算法)-GA TSP
Platform: |
Size: 2048 |
Author: linda |
Hits:
Description:
Platform: |
Size: 2048 |
Author: 林剑祥 |
Hits:
Description:
Platform: |
Size: 86016 |
Author: binbin |
Hits:
Description: 通过此程序能够利用遗传算法解决TSP问题,即图论中从某一点出发经过所有点一次的最短路径求解问题-Through this program can take advantage of genetic algorithm to solve the TSP problem, namely, graph theory starting from a point in time through all the points for solving the shortest path problem
Platform: |
Size: 4096 |
Author: luoyong |
Hits:
Description: 遗传算法计算最短路径,从A城市出发到Z城市,一共76个城市参与计算-Genetic algorithm to calculate the shortest path from A to Z City departure city, a total of 76 cities involved in the calculation
Platform: |
Size: 3072 |
Author: liu |
Hits:
Description: GA(遗传算法)求解tsp(旅行商问题),并附上实验报告-GA tsp
Platform: |
Size: 586752 |
Author: 龚汉杰 |
Hits:
Description: 遗传算法求解tsp问题,采用遗传算法,比其他的算法更容易解决tsp- GA to solve the tsp problem
Platform: |
Size: 274432 |
Author: dasd |
Hits: