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

搜索资源列表

  1. GA

    0下载:
  2. 实数遗传算法源码 Delphi实现,用户可以参考并改进
  3. 所属分类:并行运算

    • 发布日期:2014-01-16
    • 文件大小:197947
    • 提供者:何大头
  1. GA-BP-neural

    0下载:
  2. 由于BP网络的权值优化是一个无约束优化问题,而且权值要采用实数编码,所以直接利用Matlab遗传算法工具箱。以下贴出的代码是为一个19输入变量,1个输出变量情况下的非线性回归而设计的,如果要应用于其它情况,只需改动编解码函数即可。程序需要调用gaot工具箱.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:4399
    • 提供者:孙洁娣
  1. GeneticAlgorithmxujinpeng

    2下载:
  2. 这个算法采用遗传算法(实数编码),可以找到带有约束和无约束函数的最大值 。遗传算法的表现也通过后代的数量绘制出来。-This function can find the maximum of constrained and unconstrained problems with using of genetic algorithm (real coding). Also the performance of GA is plotted vs. the number of generations
  3. 所属分类:Windows Develop

    • 发布日期:2015-01-12
    • 文件大小:5938
    • 提供者:竹子的信仰
  1. GA

    0下载:
  2. 标准遗传算法求解实数方程,MATLAB编写,有较详细说明!-Standard genetic algorithm to solve real equations, MATLAB prepared to explain in greater detail there is!
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:1092
    • 提供者:万琴
  1. Matlab-GA

    0下载:
  2. 对于单种群进化,多方式进化是提高全局搜索能力和收敛速度的一种有效策略 该程序采用: 编码:二进制编码、实数编码(默认) 选择:非线性排名选择(主要表现在前期),锦标赛选择(主要表现在后期,含精英保留),由于单纯的转轮盘选择存在诸多弊端,这里没有采用 交叉:二进制编码采用多点交叉和均匀交叉,并逐步增大均匀交叉概率 实数编码采用离散交叉(前期)、算术交叉(中期)、AEA重组(后期) 变异:二进制编码采用随机变异 实数编码采用两种自适应变异和两种随机变异,且尽量采用前者
  3. 所属分类:matlab

    • 发布日期:2017-03-05
    • 文件大小:13929
    • 提供者:lin
  1. PID-GAs

    1下载:
  2. 遗传算法的PID调节 题目:已知 ,利用GA 寻优PID参数,其中K=1,T=2, ,二进制/实数编码,位数不限,M,Pc,Pm自选,性能指标 ,Q=100为仿真计算步长。-PID regulation of genetic algorithms Title: known, the use of PID parameters of GA optimization, in which K = 1, T = 2,, binary/real-coded, not limited to the me
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:1846
    • 提供者:qiqi
  1. ga

    0下载:
  2. 这是一个用matlab编写的基于实数遗传算法程序,汉语注释详细,绝对原创。运行结果正确。-This is a prepared using matlab genetic algorithm based on real process, detailed notes in Chinese, is absolutely original. The correct results.
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:2006
    • 提供者:高天天
  1. ga

    2下载:
  2. matlab实现的GA算法程序,实数编码-GA algorithm matlab implementation process, real-coded
  3. 所属分类:AI-NN-PR

    • 发布日期:2014-08-30
    • 文件大小:1263
    • 提供者:小杨
  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. SGA

    0下载:
  2. 实数编码的遗传算法程序,FORTRAN编写-real code ga
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:1951
    • 提供者:刘银芳
  1. RAGA

    0下载:
  2. 实数编码遗传算法,采用自适应性变异,有范例,效果良好。-GA base on float,which use the auto-fitness mutation.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2015-04-19
    • 文件大小:2048
    • 提供者:雷宏昌
  1. SimpleGA

    0下载:
  2. 简单的进化算法(SGA),C语言实现。提供实数编码和二进制编码两种编码方式-Simple GA ,C descr iption
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:14271
    • 提供者:cxx
  1. GA

    0下载:
  2. 基于二进制和实数编码的遗传算法,很好用,肯定能调通-Based on binary and real coded genetic algorithm, is useful, certainly transfer through
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:13257
    • 提供者:桃子
  1. shishubianmaGA

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

    • 发布日期:2017-04-06
    • 文件大小:9925
    • 提供者:sanlizi
  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. GA

    0下载:
  2. 遗传算法的matlab程序,有详细的子函数,自适应求解多维矩阵参数,浮点型实数求解,程序明了易懂!-Genetic algorithm matlab program, detailed subfunctions adaptive solving multidimensional matrix parameters, floating point real numbers to solve the program is clear and easy to understand!
  3. 所属分类:MPI

    • 发布日期:2017-11-28
    • 文件大小:7168
    • 提供者:andy
  1. GA-MATLAB

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

    • 发布日期:2017-11-13
    • 文件大小:1996
    • 提供者:汤雄
  1. GA实数编码遗传算法程序

    0下载:
  2. 实数编码遗传算法程序,可用于模型参数辨识,也有其它的用途
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2014-02-25
    • 文件大小:197282
    • 提供者:testsb
  1. GA-for-jizhi

    0下载:
  2. 这是基于实数编码遗传算法的极值优化程序,很有利于对遗传算法的理解-This is a global optimization procedure based on real-coded genetic algorithm, is very beneficial to the understanding of the genetic algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1412
    • 提供者:鲁宁
« 12 »
搜珍网 www.dssz.com