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

搜索资源列表

  1. 利用遗传算法求解区间[0, 31]上的二次函数 y=x2的最大值

    7下载:
  2. 利用遗传算法求解区间[0, 31]上的二次函数 y=x2的最大值
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2009-04-17
    • 文件大小:433139
    • 提供者:a_jmew@sohu.com
  1. 利用遗传算法求某函数的最大值

    3下载:
  2. 利用遗传算法求某函数的最大值matlab- Asks some function using the heredity algorithm maximum value matlab
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-08-13
    • 文件大小:3066
    • 提供者:宋雨
  1. yichuansuanfa

    0下载:
  2. 遗传算法求解函数y=x^2 在区间0-30的最大值-Genetic Algorithm for function y = x ^ 2 in the range of 0-30 maximum
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:6309
    • 提供者:shb
  1. SGA_v1.0

    0下载:
  2. 用开发语言vc++编程实现用遗传算法求解函数f=x*sin(10*x)+1.0的最大值。-With the development of language vc++ Programming using genetic algorithm function f = x* sin (10* x)+ 1.0 maximum.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:101119
    • 提供者:龚正娟
  1. GA

    1下载:
  2. 遗传算法,包含选择,交叉,变异等操作,可求出Y=sin(x)在0-2π的最大值和最小值-Genetic algorithm, including selection, crossover and mutation operation, etc., can be obtained Y = sin (x) at the 0-2π Maximum and minimum
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-02
    • 文件大小:539404
    • 提供者:frank
  1. yichuan

    0下载:
  2. 一个简单的遗传算法,求一个函数在某个区间的最大值,作为学习一窜算法的初学者使用-A simple genetic algorithm, for a function at a certain interval of the maximum, as a learning algorithm for a beginner to use channeling
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:7304
    • 提供者:nini
  1. GA

    0下载:
  2. 一个遗传算法求解函数的最大值的程序,挺好用的-A genetic algorithm procedure for maximum function, very good use
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:3719
    • 提供者:赵本
  1. yi_chuan_suanfa

    0下载:
  2. 一个遗传算法算Y=X*X在1到31范围的最大值-A genetic algorithm calculation Y = X* X in the 1-31 range of the maximum
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:2438
    • 提供者:张小伟
  1. ga_work1

    0下载:
  2. 利用改进的遗传算法求取函数的最大值,进行优化设计,在MATLAB下可以运行使用。-Using improved genetic algorithm to strike a function of the maximum optimized design, the use of MATLAB can be run under.
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:1543
    • 提供者:shu
  1. GA

    0下载:
  2. 用遗传算法求解函数的最大值,适用于初学遗传算法的人-basic GA
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:2107
    • 提供者:wuliang
  1. GA

    0下载:
  2. 遗传算法求解函数最大值 设计的种群规模,采用的选择算子,交叉概率,变异概率,进化代数和最优解-Design of population size, using the selection operator, crossover probability, mutation probability, evolutionary algebra and the optimal solution
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:246063
    • 提供者:zsy
  1. 改进遗传算法求最大值程序

    0下载:
  2. matlab的改进遗传算法求最大值程序,main函数是主函数,其他3个是子函数。具体内容见代码注释(Matlab improved genetic algorithm for maximum value procedures, main function is the primary function, and the other 3 are sub functions. See the code for details)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-17
    • 文件大小:2048
    • 提供者:千千Sama
  1. 遗传算法源代码

    0下载:
  2. 用遗传算法求函数最大值问题,vc++实现,简单明了(Using the genetic algorithm to solve the problem of maximum function, the vc + + implementation is simple and straightforward)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-23
    • 文件大小:573440
    • 提供者:逆晓风
  1. 遗传算法程序

    0下载:
  2. 遗传算法程序,% 下面举例说明遗传算法 % % 求下列函数的最大值 % % f(x)=10*sin(5x)+7*cos(4x) x∈[0,10] % % 将 x 的值用一个10位的二值形式表示为二值问题,一个10位的二值数提供的分辨率是每为 (10-0)/(2^10-1)≈0.01 。 % % 将变量域 [0,10] 离散化为二值域 [0,1023], x=0+10*b/1023, 其中 b 是 [0,1023] 中的一个二值数。 %(Inheritance Algorithm)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-18
    • 文件大小:15360
    • 提供者:泡泡球
  1. 4.遗传算法求解最优解最大值项目

    1下载:
  2. genmain05为运行程序,其余为功能函数,应该将这些文件都放在目录中, 才能正确执行genmain05。本程序可以实现遗传变异求函数最优解,最大值或最小值(Genetic algorithm for maximum value)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-24
    • 文件大小:4096
    • 提供者:AllenHong
  1. 基本遗传算法

    0下载:
  2. 基本遗传算法应用实例。用基本遗传算法求下面函数的最大值。F=x^3-60*x^2+900*x+100,0<=X<=30.个体数目去50,最大进化代数取100,离散精度去0.01,杂交概率取0.9.(Application examples of basic genetic algorithm. Apply the basic genetic algorithm to the maximum of the following functions. F=x^3-60*x^2+900*x+
  3. 所属分类:matlab例程

    • 发布日期:2017-12-27
    • 文件大小:2048
    • 提供者:三百碗饭
  1. 1--遗传算法代码-最小值

    1下载:
  2. 用来计算最大值或最小值的matlab代码,非常有用哦(This code is used to calculate the maximum and minimum, more useful, hope to adopt)
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:54272
    • 提供者:萌八岁
  1. 遗传算法

    0下载:
  2. 求解复杂一元函数的最大值,使用简单遗传算法,即SGA(Solving the maximum of complex unary function)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-31
    • 文件大小:2048
    • 提供者:hx824
  1. 遗传算法和粒子群算法求解非线性函数最大值问题

    3下载:
  2. 遗传算法和粒子群算法求解非线性函数最大值问题(Solving the maximum value problem of nonlinear function by genetic algorithm and particle swarm optimization)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-07
    • 文件大小:73728
    • 提供者:林枫林云
  1. 用遗传算法求解f(x)=10*sin(5x)+7*cos(4x),x∈[0,10]上的最大值

    0下载:
  2. 用遗传算法求解f(x)=10*sin(5x)+7*cos(4x),x∈[0,10]上的最大值
  3. 所属分类:matlab例程

« 12 3 4 5 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com