CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 遗传算法 TSP

搜索资源列表

  1. TSP-(2)

    0下载:
  2. 模拟退火与遗传算法的程序,很好用的程序,好使-Simulated Annealing
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:354811
    • 提供者:wenxin
  1. ga-tsp

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

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

    0下载:
  2. 采用遗传算法解决多TSP旅行商问题的matlab工具箱,很有帮助-Using genetic algorithms to solve the traveling salesman problem TSP much matlab toolbox, helpful
  3. 所属分类:matlab

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

    0下载:
  2. 遗传算法解决经典的TSP问题,自己做的,测试不错,可以用-TSP genetic algorithm to solve the classic problem, do it yourself, test good, you can use
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:7374
    • 提供者:王辉
  1. TSP

    1下载:
  2. 使用谢菲尔德大学的工具箱遗传算法求解TSP问题-University of Sheffield toolbox using Genetic Algorithm for TSP
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:43467
    • 提供者:Li Ning
  1. TSP-general-GA.delphi

    0下载:
  2. 运用delphi7进行编程,能够解决TSP旅行商问题的基本遗传算法的实现,其中参数可自定义-Programming using delphi7, able to solve the TSP traveling salesman problem of the realization of the basic genetic algorithm, the parameter can be customized
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:40722
    • 提供者:liuxing
  1. adaptive-GA-TSP

    0下载:
  2. 运用matlab进行编程,能够解决TSP旅行商问题的基本遗传算法的实现,其中参数可自定义-Programming using matlab, able to solve the TSP traveling salesman problem of the realization of the basic genetic algorithm, the parameter can be customized
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:8953
    • 提供者:liuxing
  1. tsp

    2下载:
  2. 蚁群算法和遗传算法相融合,将遗传算法和蚁群算法相结合,在寻优过程中发挥各自的优势,克服各自的不足。-Ant colony algorithm and genetic algorithm integration, the genetic algorithm and ant colony algorithm combined to play their respective advantages in the optimization process, to overcome their defic
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:8880
    • 提供者:gujun
  1. TSP

    0下载:
  2. TSP问题遗传算法C语言代码,能有效解决旅行商问题。-Genetic Algorithm for TSP C language code, can effectively solve the traveling salesman problem.
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2554
    • 提供者:古洁
  1. genetic-algorithm-TSP

    0下载:
  2. 介绍求解TSP问题的遗传算法,附带源代码和城市节点数据。-Introduced genetic algorithm for solving TSP problem,including the supplementary data source code and city nodes.
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:5305
    • 提供者:张晓磊
  1. TSP-issues

    0下载:
  2. 利用遗传算法求解TSP问题,是遗传算法入门学习的好程序-Genetic Algorithm for TSP, is a good entry-learning program on Genetic Algorithms
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:12361
    • 提供者:李岩
  1. tsp

    0下载:
  2. 遗传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法 遗传算法的基本运算过程如下: a)初始化:设置进化代数计数器t=0,设置最大进化代数T,随机生成M个个体作为初始群体P(0)。 b)个体评价:计算群体P(t)中各个个体的适应度。 c)选择运算:将选择算子作用于群体。选择的目的是把优化的个体直接遗传到下一代或通过配对交叉产生新的个体再遗传到下一代。选择操作是建立在群体中个体
  3. 所属分类:DNA

    • 发布日期:2017-03-23
    • 文件大小:786322
    • 提供者:ahu_gj
  1. TSP.matlab

    0下载:
  2. 基于遗传算法解决TSP问题,matlab,可以实现-Based on the genetic algorithm to solve TSP problem
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:135967
    • 提供者:明月
  1. APSO-GA-ACO-TSP

    1下载:
  2. 综合粒子群和蚁群算法,再利用遗传算法中交叉编译算子;再引入模糊技术,形成模糊自适应粒子群和蚁群混合算法,求解TSP问题-Integrated particle swarm and ant colony algorithm, and then genetic algorithm is used to cross compile operator then introduced the fuzzy technology, forming a fuzzy adaptive particle swar
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-24
    • 文件大小:19904
    • 提供者:张海俊
  1. TSP

    0下载:
  2. 用遗传算法解决旅行商问题。使用Qt搭建界面框架。-solve Traveling Salesman Problem with genetic algorithm. Using Qt to create the interface.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-03
    • 文件大小:928592
    • 提供者:陆小诺
  1. ca-tsp

    0下载:
  2. 遗传算法求解TSP问题 遗传算法求解TSP问题 遗传算法求解TSP问题-GA TSP
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:5356
    • 提供者:charlie
  1. PSO-GA-TSP-PID

    1下载:
  2. 压缩包包括5个群智能算法的程序,即PSOGA-PID优化,PSO的多目标perota优化问题,基于TSP-PSO算法,遗传算法求解TSP问题,遗传算法求解TSP问题-Compression package includes five swarm intelligence algorithm procedures, namely PSOGA-PID optimization, PSO perota multi-objective optimization problem, TSP-PSO algo
  3. 所属分类:source in ebook

    • 发布日期:2017-04-26
    • 文件大小:173006
    • 提供者:wangjc
  1. TSP(GA)

    0下载:
  2. 遗传算法求tsp问题及其matlab代码实现 主程序中有一rand( seed ,n) n 为某一整数, 这是设置随机数发生器的种子,这样实际上规定了随机数发生的方式,因此后面的随机数其实都是定下来的,这样所有人就可以看到同一结果, 可注释掉此行,那么每次的结果就不一定再相同了. -Genetic algorithm to solve the TSP problem and the matlab code to achieve A Rand main program (
  3. 所属分类:matlab

    • 发布日期:2017-05-03
    • 文件大小:919588
    • 提供者:bigrao
  1. genetic-algorithm-TSP

    0下载:
  2. 遗传算法求解随机生成城市的最短路径问题即旅行商问题,同时生成路径图-a solution to TSP problem based on genetic algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:12242
    • 提供者:Di Lu
  1. TSP

    0下载:
  2. 用遗传算法去解决TSP问题。TSP问题也叫旅行商问题或货郎担问题,是数学领域中著名的问题之一。-Using genetic algorithm to solve TSP problem. The TSP problem also called traveling salesman problem and traveling salesman problem, is one of the prominent problems in mathematics.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3394
    • 提供者:wmz
« 1 2 ... 14 15 16 17 18 1920 21 22 23 24 ... 42 »
搜珍网 www.dssz.com