CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - ga tsp

搜索资源列表

  1. Ga-Binary

    0下载:
  2. TSP with Genetic algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-11-26
    • 文件大小:25991
    • 提供者:mehrdad
  1. TSPO-with-GA-3

    0下载:
  2. solve tsp by ga .because the tsp is one of the important model-solve tsp by ga .because the tsp is one of the important model
  3. 所属分类:Algorithm

    • 发布日期:2017-11-11
    • 文件大小:2967
    • 提供者:ali
  1. GA-TSP

    0下载:
  2. 遗传算法求解货郎担问题 虽然有些简单 但是绝对适合初学者学习-Genetic algorithm to solve the traveling salesman problem is simple but absolutely suitable for beginners to learn
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-29
    • 文件大小:131675
    • 提供者:羊笑笑
  1. GA

    0下载:
  2. 用matlab实现的基于遗传算法的旅行商问题即TSP问题-The traveling salesman problem based on genetic algorithm matlab realize that the TSP problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-13
    • 文件大小:1283
    • 提供者:陈晓
  1. TSP-GA.zip

    0下载:
  2. 旅行商问题(TSP)是一个经典的优化组合问题,本个案列采用遗传算法来求解TSP问题,进行了选择、交叉、变异算子的设计,并通过MATLAB对算法进行了实现,附有详细的说明和代码。,The traveling salesman problem (TSP) is a classic combination optimization problem, in this case the column using a genetic algorithm to solve TSP problem select
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-06
    • 文件大小:887887
    • 提供者:ZHENG
  1. TSP-GA

    0下载:
  2. 一个基于遗传算法的TSP程序,里面包含两个交叉函数,程序已运行,效果好-A TSP program based on Genetic Algorithm, include two intercross function (intercross.m and IX.m), the result is good and steady
  3. 所属分类:Special Effects

    • 发布日期:2017-11-16
    • 文件大小:2804
    • 提供者:陈鐾
  1. tsp

    0下载:
  2. solution for tsp with GA in matlab
  3. 所属分类:matlab

    • 发布日期:2017-11-30
    • 文件大小:102617
    • 提供者:sara
  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-for-course-tsp

    0下载:
  2. 用matlab编写的用遗传算法求解TSP问题的源代码,程序简单,效率高,可靠性好-Prepared using matlab genetic algorithm for TSP source code, the program is simple, high efficiency, good reliability
  3. 所属分类:Other systems

    • 发布日期:2017-11-15
    • 文件大小:4432
    • 提供者:晓天
  1. GA-for-course

    0下载:
  2. 基于遗传算法的TSP问题的matlab解决方案-TSP problem based on genetic algorithm in matlab solutions
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:175108
    • 提供者:安娜
  1. TSP(GA)

    0下载:
  2. 用遗传算法求解旅行商问题--游历中国各省会城市最短路-ga china province Tsp
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-03
    • 文件大小:1208482
    • 提供者:laiweibing
  1. GA

    0下载:
  2. 在matlab环境下使用GA遗传算法计算TSP旅行商问题-GA genetic algorithm TSP problem
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:4097
    • 提供者:成成
  1. ga

    0下载:
  2. solution tsp with ga
  3. 所属分类:File Operate

    • 发布日期:2017-04-11
    • 文件大小:1107
    • 提供者:javad
  1. GA

    2下载:
  2. 程序1:遗传算法和非线性规划函数的优化; 程序2:基于遗传算法的BP神经网络优化; 程序3:基于遗传算法的TSP算法; 程序4:基于遗传算法的LQR控制器优化设计 程序5:基于遗传算法的函数优化-Program 1: genetic algorithms and nonlinear programming function optimization Program 2: Based on the genetic algorithm BP neural network optim
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:5357
    • 提供者:王晓卫
  1. TSP

    0下载:
  2. 用遗传算法求解旅行商问题,GA ,GA2 为运行文件(GA2 是选择操作改进后的计算) 本算法为中初始值在运行前指定-Traveling salesman problem using genetic algorithm, GA, GA2 (GA2 selecting computing operations improved) The algorithm for the initial value before running the specified file to run
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-24
    • 文件大小:433156
    • 提供者:sunjing
  1. TSP

    0下载:
  2. 用遗传算法求解旅行商问题,GA ,GA2 为运行文件(GA2 是选择操作改进后的计算) 本算法为中初始值在运行前指定-Traveling salesman problem using genetic algorithm, GA, GA2 (GA2 selecting computing operations improved) The algorithm for the initial value before running the specified file to run
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-03
    • 文件大小:648504
    • 提供者:ingming
  1. GA(pao-)

    0下载:
  2. 遗传算法的matlab源代码-吐血推荐,遗传算法求解TSP问题-Genetic Algorithms
  3. 所属分类:matlab

    • 发布日期:2017-04-24
    • 文件大小:55498
    • 提供者:looj
  1. GA-TSp

    0下载:
  2. 遗传算法求解34个城市之间的最优路径。可以运行-Genetic algorithm for optimal path 34 between the cities. Can run.
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:8673
    • 提供者:叶枫
  1. GA

    0下载:
  2. 遗传算法求解TSP问题,包括源代码和测试数据。-Genetic algorithm for TSP, including source code and test data.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:2811
    • 提供者:小麦
« 1 2 3 4 5 6 7 89 10 11 12 13 14 15 »
搜珍网 www.dssz.com