CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 人工智能/神经网络/遗传算法 搜索资源 - 遗传算法求解函数最值

搜索资源列表

  1. AGA

    0下载:
  2. 自适应遗传算法 求解函数最小值,在MATLAB环境下
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:39365
    • 提供者:邵斓
  1. 用遗传算法求解二维函数的最大值

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

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

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

    • 发布日期:2009-04-16
    • 文件大小:433139
    • 提供者:a_jmew@sohu.com
  1. MATLAB

    0下载:
  2. 利用了遗传算法求解函数最大值的源程序代码-Use of genetic algorithm source code for the function maximum
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:12374
    • 提供者:邓延丽
  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-16
    • 文件大小: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-09
    • 文件大小:101119
    • 提供者:龚正娟
  1. Genetic_algorithm

    0下载:
  2. 遗传算法。此程序给出了遗传算法来求解函数最值的一个例子。-Genetic algorithm. This procedure give a genetic algorithm to solve the value function of an example.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:8663
    • 提供者:赵赵
  1. IA

    0下载:
  2. 用小生境遗传算法实现求解rosenbrock函数的最优值-The program is aim to finding the rosenborck function extremity solution by using the niche GA algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1998
    • 提供者:deadren
  1. FLch6eg1

    0下载:
  2. 用遗传算法求解函数最大值的示例程序。目标函数为y=10*cos(3*x)-4*x.-Genetic algorithm with an example of procedures for maximum function. The objective function for y = 10* cos (3* x)-4* x.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:822
    • 提供者:fu_jasmine
  1. GA

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

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

    1下载:
  2. 遗传算法求解最优解求函数的最大值 : f(x,y)=21.5+x*sin(4*PI*x)+y*sin(20*PI*y) | 定义域 D: -3 <=x <=12.1 , 4.1 <=y <=5.8 | | 注: 目前最好结果:f(11.6255448,5.7250441)=38.8502944790207 -failed to translate
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:2983
    • 提供者:王尚礼
  1. GA

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

    • 发布日期:2017-03-31
    • 文件大小: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. 1

    0下载:
  2. 利用遗传算法求解函数的最大值和最小值,效果很好的,-Genetic Algorithm for the maximum and minimum function, the effect is very good,
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:12051
    • 提供者:mayanqin
  1. ga

    0下载:
  2. 遗传算法求解函数最优值的MATLAB代码-Genetic Algorithm for the optimal value function of MATLAB code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:2089
    • 提供者:lihaiping
  1. zuoye

    0下载:
  2. 遗传算法求解函数最大值,代码详细有注释,易懂,容易修改,其程序中的种群规模10,进化代数1000,交叉概率 0.25,变异概率0.01, 目标函数可按需要修改-Genetic Algorithm for function max
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:225895
    • 提供者:
  1. yichuansuanfa

    0下载:
  2. 遗传算法求解函数最大值问题,遗传算法求解函数最大值问题-i can not write English
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:883259
    • 提供者:朱焌
  1. 1

    0下载:
  2. 用遗传算法求解函数最优值 Genetic algorithm function optimal value-Genetic algorithm function optimal value
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-23
    • 文件大小:4329
    • 提供者:黄聪聪
  1. 求函数最优值

    0下载:
  2. 量子遗传算法求解函数最佳值问题,里面富有matlab程序代码(Quantum Genetic Algorithm Solves Function Optimal Value Problem with Matlab Program Code)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-28
    • 文件大小:3072
    • 提供者:多尔衮
  1. yichuan1

    0下载:
  2. 用MATLAB和遗传算法求解问题的实例,计算函数的最值问题(The MATLAB and genetic algorithms are used to solve the problem, and the most valued problem of the function is calculated.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-29
    • 文件大小:1024
    • 提供者:独孤璇曦
« 12 3 »
搜珍网 www.dssz.com