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

搜索资源列表

  1. danyuan

    0下载:
  2. 多种群遗传算法的函数优化算法。 复杂二元函数求最值-Function Optimization Algorithm for Multi- population Genetic Algorithm. Complex binary function for the most value
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-17
    • 文件大小:4096
    • 提供者:lcy
  1. 3

    1下载:
  2. 目前的多目标优化算法有很多,Kalyanmoy Deb 的 NSGA-II(Nondominated Sorting Genetic Algorithm II,带精英策略的快速非支配排序遗传算法)无疑是其中应用最为广泛也是最为成功的一种。MATLAB 自带的 gamultiobj 函数所采用的算法,就是基于 NSGA-II 改进的一种多目标优化算法(a variant of NSGA-II)。gamultiobj 函数的出现,为在 MATLAB 平台下解决多目标优化问题提供了良好的途径。gamu
  3. 所属分类:assembly language

    • 发布日期:2017-12-15
    • 文件大小:2048
    • 提供者:刘琦
  1. tipmh

    0下载:
  2. 该函数用来计算任意函数的一阶偏导数(数值方法),单径或多径瑞利衰落信道仿真,遗传算法无功优化。- This function is used to calculate the arbitrary function of the first order partial derivative (numerical methods), Single path or multipath Rayleigh fading channel simulation, Genetic algorithm based
  3. 所属分类:Other systems

    • 发布日期:2017-12-11
    • 文件大小:5204
    • 提供者:李志江
  1. main

    0下载:
  2. 基于遗传算法优化的bp神经网络训练main函数,包括数据的导入,归一化,训练,权阈值的保存等-Based on genetic algorithm optimization of bp neural network training main function, including data import, normalization, training, the preservation of the threshold, etc.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-13
    • 文件大小:3536
    • 提供者:mr.chen
  1. 266143

    0下载:
  2. 使用matlab应用遗传算法进行函数优化 不错的源码-Using matlab genetic algorithm for function optimization good source
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-18
    • 文件大小:2048
    • 提供者:Mdurize
  1. BP_GA

    0下载:
  2. 遗传算法优化BP神经网络-非线性函数拟合- U9057 u4F20 u7B97 u6CD2 u4F18 u5316BP u795E u7ECF u7F51 u7EDC- u975E u7EBF u6027 u51FD u6570 u62DF u5408
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-11
    • 文件大小:53311
    • 提供者:上的
  1. 8805227

    0下载:
  2. 基于Matlab的函数优化遗传算法程序,包含了遗传算法实现的大部分步骤-Based on Matlab function optimization of genetic algorithm, contains most of the genetic algorithm implementation steps
  3. 所属分类:Picture Viewer

    • 发布日期:2017-12-15
    • 文件大小:13312
    • 提供者:QJEKmxqy@012
  1. OWVFF

    0下载:
  2. 如何利用遗传算法工具箱函数编写求解实际优化问题的MATLAB程序-How to make use of genetic algorithm toolbox function to solve the practical optimization problems of MATLAB programming
  3. 所属分类:Graph program

    • 发布日期:2017-12-12
    • 文件大小:84312
    • 提供者:pkefix
  1. matlab

    0下载:
  2. 遗传算法计算函数最大值例7.1简单一元函数优化实例(The genetic algorithm calculates the maximum of the function)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-26
    • 文件大小:9216
    • 提供者:燕燕妮
  1. Genetic Algorithm

    0下载:
  2. 简单函数优化的遗传算法程序,遗传算法从问题解的串集开始搜索,而不是从单个解开始。这是遗传算法与传统优化算法的极大区别。传统优化算法是从单个初始值迭代求最优解的;容易误入局部最优解。遗传算法从串集开始搜索,覆盖面大,利于全局择优。(A genetic algorithm program optimized by simple functions)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-24
    • 文件大小:4096
    • 提供者:四姑娘
  1. chapter3

    0下载:
  2. 遗传算法优化BP神经网络——非线性函数拟合(Optimization of BP neural network by genetic algorithm -- nonlinear function fitting)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-24
    • 文件大小:54272
    • 提供者:feifeiqueen
  1. chapter3

    0下载:
  2. 遗传算法优化BP神经网络——非线性函数拟合(Nonlinear system modeling of BP neural networks -- nonlinear function fitting)
  3. 所属分类:其他

    • 发布日期:2017-12-17
    • 文件大小:54272
    • 提供者:nanala
  1. 程序

    0下载:
  2. 遗传算法程序,适应度函数,用于优化时计算目标函数,反馈给优化程序,进行择优(The fitness function is used to compute the objective function when optimizing)
  3. 所属分类:matlab例程

    • 发布日期:
    • 文件大小:1024
    • 提供者:陈秀平
  1. cospecoion__syntax

    0下载:
  2. 使用matlab应用遗传算法进行函数优化 不错的源码(Using matlab genetic algorithm for function optimization good source)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-14
    • 文件大小:1024
    • 提供者:Kirkxjs
  1. PDKSVT2

    0下载:
  2. 基于Matlab的函数优化遗传算法程序,包含了遗传算法实现的大部分步骤(Based on Matlab function optimization of genetic algorithm, contains most of the genetic algorithm implementation steps)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-29
    • 文件大小:12288
    • 提供者:Aervc
  1. toolbox

    0下载:
  2. 如何利用遗传算法工具箱函数编写求解实际优化问题的MATLAB程序(How to make use of genetic algorithm toolbox function to solve the practical optimization problems of MATLAB programming)
  3. 所属分类:图形图象

    • 发布日期:2017-12-26
    • 文件大小:83968
    • 提供者:ZXRC%213574
  1. purent

    0下载:
  2. 遗传算法包括基本算法的程序及其在优化函数方面的应用(Genetic algorithm program including the basic algorithm and its application in optimization function)
  3. 所属分类:图形图象

    • 发布日期:2017-12-26
    • 文件大小:7168
    • 提供者:zorma
  1. 1

    4下载:
  2. 主要是针对matlab编程的14个案例; 案例1:一般区域二重、三重积分; 案例2:被积函数含有积分项的一类积分; 案例3:一般区域n重积分; 案例4:蒙特卡洛法计算n重积分; 案例5:第二类Fredholm积分方程; 案例6:第一类Fredholm积分方程; 案例7:第二类Volterra积分方程; 案例8:第一类Volterra积分方程; 案例9:全局优化; 案例10:fsolve求非线性方程组; 案例11:渐变光波求导; 案例12:遗传算法在复杂系统可靠度和冗余度分
  3. 所属分类:matlab例程

    • 发布日期:2017-12-25
    • 文件大小:25600
    • 提供者:321mumu123
  1. nsga2code

    0下载:
  2. 实现多目标优化,遗传算法,将种群全体按子目标函数的数目等分为子群体,对每一个子群体分配一个目标函数,进行择优选择,各自选择出适应度高的个体组成一个新的子群体,然后将所有这些子群体合并成一个完整的群体,在这个群体里进行交叉变异操作,生成下一代完整群体,如此循环,最终生成Pareto最优解(Achieve multi-objective optimization)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-26
    • 文件大小:23552
    • 提供者:ailin0000
  1. chapter3

    0下载:
  2. 用遗传算法优化神经网络,对非线性函数进行拟合。(The neural network is optimized by genetic algorithm, and the nonlinear function is fitted.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-27
    • 文件大小:53248
    • 提供者:新湖
« 1 2 ... 26 27 28 29 30 3132 33 »
搜珍网 www.dssz.com