CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 基因遗传算法

搜索资源列表

  1. Genetic-algorithm

    0下载:
  2. 针对传统遗传算法的早熟收敛问题,在著名的“基因块”假设的基础上,提出了一种改进算法:利用设计的新算子对传统遗传算法演化过程中被淘汰的个体进行二次演化,使得可能包含在将来的演化中对结果的全局最优性产生重要影响的基因块得以保留,以此来避免遗传算法早熟收敛现象。实验结果证明了该改进算法可以有效地避免早熟收敛,提高了算法全局优化能力。-Premature convergence of traditional genetic algorithm, based on the assumptions of t
  3. 所属分类:Other systems

    • 发布日期:2017-11-07
    • 文件大小:205.27kb
    • 提供者:陈嘉鑫
  1. lncs1998a.ps

    0下载:
  2. 一套完整的很实用的C语言编写的基因遗传算法程序-Genetic Algorithms code
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-25
    • 文件大小:1.04mb
    • 提供者:清晨
  1. TSP_GA

    0下载:
  2. 遗传算法是一种智能优化算法,这个算法通过基因遗传的原理,来求解经典的旅行商问题。-Genetic algorithm is an intelligent optimization algorithms, this algorithm according to the principle of inheritance, the traveling salesman problem to solve the classical.
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:780kb
    • 提供者:罗波
  1. EvolutionRobot

    0下载:
  2. 机器人拾取物品基因算法,利用遗传算法使机器人不断的进化,再下一代中机器人会更加的智能-Robots pick up items genetic algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-05-03
    • 文件大小:732.52kb
    • 提供者:lyy
  1. genetic-algorithm

    0下载:
  2. 遗传算法从代表问题可能潜在的解集的一个种群开始的,而一个种群则由经过基因编码的一定数目的个体组成。本代码以旅行商问题为例,详细介绍遗传算法的使用方法。-A genetic algorithm the representation of the solution set of potentially the beginning, but after a certain number of the population the gene encoding the individual compo
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:2.85kb
    • 提供者:jesse
  1. QGA11

    0下载:
  2. 量子遗传算法(QGA-Quantum Genetic Algorithm)是量子计算与经典遗传算法(GA)相结合而产生的一个新的研究领域。算法利用了量子计算的量子并行、量子纠缠特性,采用了多状态基因量子比特编码方式和量子旋转门更新操作,引入动态和静态调整旋转角机制和量子变异,使得算法比经典遗传算法具有更强的并行处理能力、更快的收敛速度且比传统信号检测算法具有更高的效率。-Quantum Genetic Algorithm (QGA-Quantum Genetic Algorithm) is
  3. 所属分类:Other systems

    • 发布日期:2017-04-30
    • 文件大小:7.96kb
    • 提供者:赵建坡
  1. mgasa

    1下载:
  2. 本资源是Mgasa算法解决TSP问题的Matlab代码,资源中包括mgasa_main(Mgasa算法解决TSP问题代码),mgasa_fitness(适应度求取函数代码),mgasa_annealing(Mgasa算法中模拟退火代码),mgasa_select(遗传算法中选择函数代码),mgasa_crossover(遗传算法中染色体交叉互换函数代码),mgasa_mutation(遗传算法中基因突变函数代码),mgasa_change(Mgasa算法中选择过程代码)。同时代码中有Locati
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4.25kb
    • 提供者:lfr
  1. 遗传算法——旅行商问题mfc

    0下载:
  2. 旅行商问题:一个旅行者要去很多城市,每个城市只去一次,问:该怎么走路线最短? ? ?????? 这个问题可以转化为:随机给n个点,如何连线这n个点,使得连线最短? ? ?????? 这个问题是遗传算法的经典问题~哈哈~~我试着写了一个程序来解决。 ? ?????? 采用的策略是: 1.?????? 精英主义:每次有2个最优解直接进入下一代。 2.?????? 轮盘赌选择生育:每次对每一代的个体进行一次轮询,如果不适应度<某个随机数,那么选择这个个体进行生育。 3.?????? 单性繁殖:因
  3. 所属分类:其他

    • 发布日期:2017-12-22
    • 文件大小:88kb
    • 提供者:littlekai
  1. 基因遗传算法MATLAB代码 -

    0下载:
  2. 通过分析此MATLAB编程,使用者可以对基因遗传算法有个较深刻的认识,对基因遗传算法感兴趣的建议可以读一下。(Learning Genetic Algorithm with the help of MaATLAB)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:19kb
    • 提供者:JACK1116
  1. 基因算法代码

    0下载:
  2. 通过分析此matlab程序语言,使用者会对基因遗传算法有一个较深刻的认识,特别适合对基因遗传算法感兴趣的人群。(Learning the Genetic Algorithm with the help of MATLAB)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:24kb
    • 提供者:JACK1116
  1. MyAI

    0下载:
  2. 神经网络+遗传算法的框架,unity 2017.3.0,经过每一代基因的遗传,下一代小车走的路程更长,知道小车走出曲折的通道(The neural network + genetic algorithm framework, unity 2017.3.0, passes through each generation of genes, the next generation of cars walk longer, knowing that the car goes out of the to
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:1.68mb
    • 提供者:feng23
搜珍网 www.dssz.com