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

搜索资源列表

  1. 利用遗传算法求某函数的最大值.zip

    1下载:
  2. 利用遗传算法求某函数的最大值matlab
  3. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:2.99kb
    • 提供者:
  1. 用遗传算法求解二维函数的最大值

    1下载:
  2. 用遗传算法求解二维函数的最大值问题,用matlab实现,但是不采用matlab遗传算法工具箱
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2012-11-14
    • 文件大小:3.56kb
    • 提供者:ttl
  1. 利用遗传算法求解区间[0, 31]上的二次函数 y=x2的最大值

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

    • 发布日期:2009-04-17
    • 文件大小:422.99kb
    • 提供者: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
    • 文件大小:2.99kb
    • 提供者:宋雨
  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
    • 文件大小:6.16kb
    • 提供者: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
    • 文件大小:98.75kb
    • 提供者:龚正娟
  1. MyGA

    0下载:
  2. 一个简单的改进的遗传算法,用来求五维函数最大值,算法简单,对初学者有很好的帮助-Improvement of a simple genetic algorithm to seek the maximum five-dimensional function, the algorithm is simple, for beginners there is a very good help
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:25.75kb
    • 提供者:刘冰
  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
    • 文件大小:7.13kb
    • 提供者:nini
  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
    • 文件大小:240.3kb
    • 提供者:zsy
  1. ga

    1下载:
  2. 遗传算法解决函数最大值问题,很实用,没事可以研习一下-Maximization of genetic algorithm to solve the function is very useful, nothing can be studies about
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2.21kb
    • 提供者:赵青
  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
    • 文件大小:2kb
    • 提供者:千千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
    • 文件大小:560kb
    • 提供者:逆晓风
  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
    • 文件大小:15kb
    • 提供者:泡泡球
  1. 4.遗传算法求解最优解最大值项目

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

    • 发布日期:2017-12-24
    • 文件大小:4kb
    • 提供者: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
    • 文件大小:2kb
    • 提供者:三百碗饭
  1. ga遗传算法解最优解

    0下载:
  2. 这篇matlab程序是无需工具箱解决无约束目标函数最大值的程序(This matlab program is a program that does not need a toolbox to solve the maximum of an unconstrained objective function)
  3. 所属分类:网络编程

    • 发布日期:2017-12-10
    • 文件大小:9.36kb
    • 提供者:nicaic
  1. 遗传算法

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

    • 发布日期:2017-12-31
    • 文件大小:2kb
    • 提供者:hx824
  1. 遗传算法

    0下载:
  2. 含有约束方程的三个变量求最大值所用的罚函数+遗传算法(Maximum value of genetic algorithm)
  3. 所属分类:matlab例程

  1. 遗传算法和粒子群算法求解非线性函数最大值问题

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

    • 发布日期:2018-01-07
    • 文件大小:72kb
    • 提供者:林枫林云
  1. example1

    0下载:
  2. 运用遗传算法求解函数,进化算法寻找最优值(Using genetic algorithm to solve function)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-04
    • 文件大小:1kb
    • 提供者:lucheng12
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com