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

搜索资源列表

  1. IAGA(revised)

    0下载:
  2. 一种改进的自适应遗传算法,进化初期变异率较低,后期变异率较高以跳出局部最优。-An improved adaptive genetic algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-26
    • 文件大小:120329
    • 提供者:刘涛平
  1. Adaptive-genetic-algorithm

    0下载:
  2. 基于MATLAB的自适应遗传算法的代码实现-Adaptive genetic algorithm based on MATLAB
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:39088
    • 提供者:louqing
  1. GA

    0下载:
  2. 各种遗传算法程序 1>myGA(基本遗传算法解决一维约束规划问题) 2>SBOGA(顺序选择遗传算法求解一维无约束优化问题) 3>NormFitGA(动态线性标定适应值的遗传算法求解一维无约束优化问题) 4>GMGA(大变异遗传算法求解一维无约束优化问题) 5>AdapGA(自适应遗传算法求解一维无约束优化问题) 6>DblGEGA(双切点遗传算法求解一维无约束优化问题) 7>MMAdapGA(多变异位自适应遗传算法求解一维无
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:8429
    • 提供者:wyf
  1. yichuansuanfa

    0下载:
  2. 利用遗传算法实现智能组卷实例,自适应遗传算法,仿造生物学的遗传规律来实现算法。-To achieve intelligent examples by using genetic algorithm, adaptive genetic algorithm, genetic algorithm to achieve the imitation of biological law.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-28
    • 文件大小:346416
    • 提供者:fanzhenyong
  1. zhinengzhujuansuanfa

    0下载:
  2. 用自适应遗传算法实现的智能组卷算法,根据试题ID随机抽取试题实现组卷。-Intelligent algorithm with adaptive genetic algorithm, according to the ID test random test implementation test.
  3. 所属分类:Java Develop

    • 发布日期:2017-06-19
    • 文件大小:29769965
    • 提供者:fanzhenyong
  1. adapt_GA

    0下载:
  2. 自适应遗传算法的matlab程序,很好用-adapt GA
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:702
    • 提供者:钟百万
  1. GA

    0下载:
  2. myGA:用基本遗传算法求解一维无约束优化问题 AdapGA:用自适应遗传算法求解一维无约束优化问题-MyGA: Basic genetic algorithm to solve one dimensional unconstrained optimization problem AdapGA: Adaptive genetic algorithm for solving one dimensional unconstrained optimization problem
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2060
    • 提供者:王平
  1. AdapGA

    0下载:
  2. 用自适应遗传算法来求解一维无约束优化的问题-Adaptive genetic algorithm for solving one dimensional unconstrained optimization problem
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1215
    • 提供者:张小米
  1. AdaptGA

    0下载:
  2. 一个自己编译的自适应遗传算法,比较好用,多多交流学习-An adaptive genetic algorithm to compile and relatively easy to use
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:36874
    • 提供者:Gordon
  1. AdapGA

    0下载:
  2. matlab文件 自适应遗传算法 在MATLAB中实现自适应算法的函数是:AdapGA 功能:用自适应算法解决一维的无约束化问题。 调用格式:[xv,fv]=AdapGA(fitness,a,b,NP,NG,Pc1,Pc2,Pm1,Pm2,eps) 其中fitness是带优化的目标函数。 -matlab file
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:831
    • 提供者:helen
  1. AdpGA_matlab

    0下载:
  2. 附件为一封自适应遗传算法的matlab源代码-Attached is an adaptive genetic algorithm matlab source code
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:703
    • 提供者:Alwyn Kong
  1. design

    0下载:
  2. 该算法是将sigmoid函数的变形函数应用到自适应遗传算法中,并将作业车间调度问题中的完工时间大小作为算法的评价指标,实现了交叉率和变异率随着完工时间的非线性自适应调整,较好地克服了标准遗传算法在解决作业车间调度问题时的“早熟”和稳定性差的缺点,以及传统的线性自适应遗传算法收敛速度慢的缺点。-The algorithm is the deformation function sigmoid function is applied to the adaptive genetic algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1609
    • 提供者:裴剑辉
  1. AdapGA

    0下载:
  2. 自适应遗传算法,MATLAB程序,自己添加fitness的目标函数,即可自己调试-Adaptive genetic algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1529
    • 提供者:袁康
  1. MMAdapGA

    0下载:
  2. 多变异位自适应遗传算法,多个变异位解决个体多样性小的问题-Changeable ectopic genetic algorithm, several variants to solve the problem of small individual diversity
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1391
    • 提供者:周立栋
  1. AdapGA

    0下载:
  2. 自适应遗传算法,遗传算法的改进,其中有详细的注释,根据需要改初始条件-Adaptive genetic algorithm Improved genetic algorithm, which has detailed notes, according to the need to change the initial conditions
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:825
    • 提供者:万阳阳
  1. 7057483zsyycsf

    0下载:
  2. 自适应遗传算法,对交叉算子和变异算子进行自适应运算-Adaptive genetic algorithm, crossover and mutation operator performs adaptive operation
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:38728
    • 提供者:廖长兵
  1. aga

    0下载:
  2. 简单的自适应遗传算法,非常适合初学者,一起学习。-Simple adaptive genetic algorithm, very suitable for beginners to learn together.
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:691
    • 提供者:杨晓东
  1. Adpga_optim

    0下载:
  2. 自适应遗传算法,有详细的编码,选择,交叉,变异等遗传操作的程序及说明。简单易懂-Adaptive genetic algorithm, a detailed coding, selection, crossover and mutation genetic manipulation procedures and instructions. easy to understand
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2955
    • 提供者:tx
  1. aga2

    0下载:
  2. 自适应遗传算法用MATLAB编写的码源,很难找,非常值得借鉴,珍惜。- Adaptive Genetic Algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:1130
    • 提供者:sooyio
  1. GA_tuihuo1

    2下载:
  2. 模拟退火优化遗传算法,改进了遗传操作,自适应参数(improved simulated annealing and optimized genetic algorithm)
  3. 所属分类:其他

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