CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - GA TSP

搜索资源列表

  1. 遗传算法GA解决TSP问题

    0下载:
  2. 基本遗传算法GA解决TSP问题 完美运行
  3. 所属分类:其它

    • 发布日期:2011-06-13
    • 文件大小:3011
    • 提供者:wsluoqi37
  1. BCB_TSP-GA

    0下载:
  2. 使用BCB進行TSP-GA測試 使用BCB進行TSP-GA測試-BCB carried out using TSP-GA tests carried out using the BCB test TSP-GA
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:148952
    • 提供者:徐誠鴻
  1. TSP

    1下载:
  2. 基于遗传算法的TSP的MATLAB源代码-THE SOLVE OF THE TSP BY GA
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:7371
    • 提供者:liujingai
  1. GA

    0下载:
  2. 利用模拟退火发求解TSP问题。 Location.dat存储了每个城市的坐标-Simulating Anealing Method for TSP
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1755
    • 提供者:陈强
  1. GA_TSP

    0下载:
  2. 用遗传算法实现TSP,文中有详细说明,注释,是以是个城市为例的-GA——TSp
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3686
    • 提供者:yangjingyu
  1. tsp-GA-UI

    0下载:
  2. 带有图形界面的TSP的求解教学程序,实现所用的代码采用了遗传算法。-With a graphical interface for solving TSP, the teaching process, the code used to achieve the adoption of a genetic algorithm.
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-29
    • 文件大小:419091
    • 提供者:xnhcx
  1. tsp_genetic

    1下载:
  2. Another TSP GA for Maltab
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:2903
    • 提供者:aven
  1. GAtsp

    0下载:
  2. GA(遗传算法)求解tsp(旅行商问题),并附上实验报告-GA tsp
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:586399
    • 提供者:龚汉杰
  1. TSP

    0下载:
  2. GA TSP (implementation of tsp by genetic algorithm)
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:9294
    • 提供者:am
  1. gaGui

    0下载:
  2. 遗传算法GA 遗传算法: 旅行商问题(traveling saleman problem,简称tsp): 已知n个城市之间的相互距离,现有一个推销员必须遍访这n个城市,并且每个城市只能访问一次,最后又必须返回出发城市。如何安排他对这些城市的访问次序,可使其旅行路线的总长度最短-GA GA GA: TSP (traveling saleman problem, short tsp): n known distance between cities, a salesman of ex
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:3995
    • 提供者:王晨
  1. GA-for-TSP

    0下载:
  2. Genetic Algorithm For Travelling sales man (TSP) problem c++ source code file-Genetic Algorithm For Travelling sales man (TSP) problem c++ source code file
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:1690
    • 提供者:esse
  1. GGA_TSPe

    0下载:
  2. 遗传算法解决TSP问题,C++,VVS2005,注释详尽-GA, TSP -Genetic algorithm to solve TSP, C++, VVS2005 comment in detail-GA, TSP
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1593099
    • 提供者:zhengguoo
  1. GA-TSP

    0下载:
  2. 计算智能中的人工神经网络程序,可运行,已经测试过了-Computational Intelligence in artificial neural network program can be run, has been tested
  3. 所属分类:Driver Develop

    • 发布日期:2017-11-17
    • 文件大小:1807
    • 提供者:苏小希
  1. GA_tsp

    0下载:
  2. 本程序为使用基本GA求解tsp问题 种群数:60 最大世代数:5000 交叉率: 0.80 变异率: 0.15 -GA tsp
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-02
    • 文件大小:4970
    • 提供者:xuqing
  1. ga-tsp

    0下载:
  2. ga遗传算法解决tsp问题的一个简单实例, 学习使用-ga for tsp
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2065
    • 提供者:wang
  1. GA-TSP

    0下载:
  2. TSP问题的遗传算法(GA)C++编程设计,需要自行编写输入数据文档即可-TSP Genetic Algorithem C++
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1828
    • 提供者:Jeremy
  1. GA-TSP

    0下载:
  2. 利用遗传算法求解30个城市的旅行商(tsp)问题,C++程序-Genetic Algorithm for TSP (tsp) problem C++ program
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:2072
    • 提供者:yd
  1. ga-tsp

    0下载:
  2. 用遗传算法解决TSP问题,和AFORGE.d-genetic algorithm to solve TSP with C#
  3. 所属分类:CSharp

    • 发布日期:2017-04-11
    • 文件大小:1406
    • 提供者:灵石路8号
  1. ga+TSP

    1下载:
  2. 由遗传算法开发的整数规划,车辆调度问题(Integer programming developed by genetic algorithm and vehicle scheduling problem)
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:6144
    • 提供者:huang_sir
  1. GA-tsp

    0下载:
  2. 使用遗传算法解决了旅行商问题,采用C++做实现(The traveling salesman problem is solved by genetic algorithm, and implemented by C++.)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:2048
    • 提供者:derek__z
« 12 3 »
搜珍网 www.dssz.com