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

搜索资源列表

  1. backpack-ga-algorithm

    0下载:
  2. 背包问题或0-1背包问题遗传算法程序,里面用的实数编码方式值得借鉴。-0-1 knapsack problem or knapsack problem genetic algorithm procedure, which uses real coding can be learned.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1999
    • 提供者:olivejy
  1. shishubianmaGA

    1下载:
  2. 利用遗传算法求Rosenbrock函数的极大值,采用实数编码。-Rosenbrock GA
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:9925
    • 提供者:sanlizi
  1. shishuGA

    0下载:
  2. 实数编码的遗传算法 相对于二进制编码实数编码尤其特有的优势利 本程序以用遗传算法求Rosenbrock函数的极大值-Genetic Algorithm Code in real number
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:9841
    • 提供者:听水
  1. MyGaMpiII_1.0

    0下载:
  2. 这是一个基于实数编码的Fortran语言的遗传算法,并用MPI并行实现,里面提供了丰富的选择算子,交叉算子,变异算子可供选择,如选择算子有基于赌盘选择算子,无回放余数随机选择算子,变异算子有高斯变异,自适应变异等,此外还实行了一种策略可以有效地降低早熟的概率,本人还有一份非MPI版本的遗传算法,需要者可以联系。-This is a real-coded in Fortran language of genetic algorithms, and use MPI parallel implemen
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:11201
    • 提供者:彭鑫
  1. job-shop-GA

    0下载:
  2. 利用实数编码,实现车间调度的遗传算法代码-Job-shop GA
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-08-21
    • 文件大小:2048
    • 提供者:wch
  1. GA

    0下载:
  2. 遗传算法的实现, matlab编写的 遗传算法程序,实数编码,-Genetic algorithm implementation, matlab genetic algorithm written procedures, real-coded,
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-03-30
    • 文件大小:37280
    • 提供者:zhangbin
  1. gaPID

    0下载:
  2. 采用遗传算法优化传统PID控制,选取了合适的优化函数,采用实数编码-Genetic algorithm to optimize the traditional PID control, select the appropriate optimization function using real-coded
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:1947
    • 提供者:xiaobo
  1. QGA

    1下载:
  2. 自己编的实数编码量子进化算法,配对交叉 交叉是指把两个父代个体的部分结构加以替换重组而生成新个体的操作。遗传算法中起核心作用的就是交叉算子-Their own series of real-coded quantum evolutionary algorithm, the matching of crossing is part of the structure of the two parent individuals to replace the reorganization generat
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-08-12
    • 文件大小:4096
    • 提供者:陈建成
  1. Matlab_BP

    0下载:
  2. 于BP网络的权值优化是一个无约束优化问题,而且权值要采用实数编码,所以直接利用Matlab遗传算法工具箱。以下贴出的代码是为一个19输入变量,1个输出变量情况下的非线性回归而设计的,如果要应用于其它情况,只需改动编解码函数即可。-BP network weights optimization is a constrained optimization problem, and the right value to real-coded, so the direct use of the Matl
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:4310
    • 提供者:fuhai
  1. ga_pid

    0下载:
  2. 遗传算法优化PID控制,分别采用实数编码和二进制编码-Genetic algorithm to optimize PID control, real-coded and binary coded
  3. 所属分类:matlab

    • 发布日期:2017-11-27
    • 文件大小:3085
    • 提供者:lxl
  1. GA-MATLAB

    0下载:
  2. 遗传搜索算法,实数编码的源程序。适合各种版本的 matlab-Genetic search algorithm matlab
  3. 所属分类:Other systems

    • 发布日期:2017-11-13
    • 文件大小:1996
    • 提供者:汤雄
  1. chafensuanfa

    0下载:
  2. 差分进化算法(DE)是一种用于优化问题的启发式算法。本质上说,它是一种基于实数编码的具有保优思想的贪婪遗传算法[1] 。同遗传算法一样,差分进化算法包含变异和交叉操作,但同时相较于遗传算法的选择操作,差分进化算法采用一对一的淘汰机制来更新种群。由于差分进化算法在连续域优化问题的优势已获得广泛应用,并引发进化算法研究领域的热潮。 差分进化算法由Storn 以及Price [2]提出,算法的原理采用对个体进行方向扰动,以达到对个体的函数值进行下降的目的,同其他进化算法一样,差分进化算法不利用函数的梯
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:7323
    • 提供者:王柯
  1. eee

    0下载:
  2. 遗传算法优化bp神经网络,采用的是实数编码方式。-Genetic algorithm optimization bp neural network, using real number encoding.
  3. 所属分类:matlab

    • 发布日期:2017-04-26
    • 文件大小:52266
    • 提供者:李秋
  1. real-code

    1下载:
  2. 实数编码实现遗传算法,变量为多维,目标函数为一维,适合初学者-Real-coded genetic algorithms, multi-dimensional variables, the objective function is one-dimensional, suitable for beginners
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:2656
    • 提供者:宋林
  1. Realcoded

    0下载:
  2. 二进制编码和实数编码的遗传算法,代码非常详尽,略有难度。-Binary coding and real-coded genetic algorithm, very detailed.
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:17444
    • 提供者:hou
  1. ssga

    0下载:
  2. 实现实数编码的基本遗传算法,并对必要步骤进行注释-Achieve real-coded genetic algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-03
    • 文件大小:857382
    • 提供者:wangtao
  1. PID_GA_simple

    0下载:
  2. 利用遗传算法(实数编码)实现一阶滞后模型的PID参数寻优自整定,可以在工程中使用-Using genetic algorithms (real coding) to achieve the first-order lag model of PID parameter optimization auto-tuning can be used in the project!
  3. 所属分类:matlab

    • 发布日期:2017-04-26
    • 文件大小:160951
    • 提供者:
  1. ga_r

    0下载:
  2. 基于实数编码利用遗传算法实现函数的极值优化-Extreme value optimization based on genetic algorithm of real number encoding
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:1167
    • 提供者:xiexiaoqing
  1. Genetic-Algorithm2

    0下载:
  2. 实数编码和二进制编码的遗传算法程序,程序结构清晰,易懂,是学习遗传算法很好的例子。-Real number coding and binary coded genetic algorithm program, the program structure is clear, and easy to understand, is to study the genetic algorithm is a good example.
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:18348
    • 提供者:姜浩楠
  1. SGA

    1下载:
  2. 自编的基于实数编码的遗传算法源程序(fortran) ,用于搜索最小值-Self-based real-coded genetic algorithm source code (fortran), used to search for the minimum
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-14
    • 文件大小:2797
    • 提供者:hhggg832lina
« 1 2 3 4 56 »
搜珍网 www.dssz.com