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

搜索资源列表

  1. 遗传算法.C

    0下载:
  2. 用dev-C编写的遗传算法程序,用来计算函数极值的。-with dev - C GA prepared by the procedures used to calculate the maximum function.
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:2983
    • 提供者:马文
  1. simplicityAlgorithm3

    0下载:
  2. /*用单纯形算法求解多元函数极值计算机程序代码*/ /************************ *试用单纯形法求目标函数: *f(x)= 4(x1 -5)*(x1 -5) + (x2 -6)*(x1 -5) *的极小值 *************************/-/ * Use simplex algorithm for multi-function extremum computer code * / /********** ************
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:172053
    • 提供者:刘向
  1. SA-c++

    0下载:
  2. 这个是SA模拟退火求函数极值用c++编译的程序-the simulated annealing SA is seeking function using extreme procedures c compiler
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:3707
    • 提供者:李序
  1. CureFit_Line_LeastSquaresMethod

    0下载:
  2. 下山单纯形法java源程序,可做非线性函数极值以及曲线拟合程序-downhill simplex method java source files, to do extreme nonlinear curve fitting procedures and
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:2464
    • 提供者:曾志坚
  1. GAProblem

    0下载:
  2. 用遗传算法求解函数极值,直接在matlab中运行即可。
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:3064
    • 提供者:王元
  1. GA

    0下载:
  2. 采用M语言编写,利用遗传算法二进制编码求函数极值的程序.可以设定编码位数,进化代数,种群大小等。-With M written in binary-coded genetic algorithm function extremum seeking procedure. Can be set to encode digits, evolution algebra, population size.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:8924
    • 提供者:lizheran
  1. mathematicalprogrammingcode

    0下载:
  2. 它包含了数学规划、线性规划、一元函数极值、多元函数极值拟牛顿法、多元函数极值、单纯形搜索法、非线性规划的代码-It contains matlab code of mathematical programming, linear programming, unary function, extreme value, multi-function extremum quasi-Newton method, multi-function extremum, simplex method, nonli
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:22630
    • 提供者:温娟
  1. 粒子群算法的寻优算法-非线性函数极值寻优

    0下载:
  2. 使用粒子群优化算法实现函数最优值的求解,并对参数进行优化。(The particle swarm optimization algorithm is used to solve the optimal value of the function, and the parameters are optimized.)
  3. 所属分类:书籍源码

  1. 第7章 无约束多维极值问题

    1下载:
  2. 无约束多维极值算法 共轭梯度法 用共轭梯度法求解多维函数的极值(Unconstrained multidimensional extreme value algorithm; conjugate gradient method)
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:1024
    • 提供者:蓝羽鸟
  1. 用matlab求二元函数的极值

    0下载:
  2. 利用matlab求解二元函数的极值,内有程序代码(Using matlab to solve the binary function of the extreme value, there are program code)
  3. 所属分类:文章/文档

    • 发布日期:2017-12-12
    • 文件大小:548449
    • 提供者:xiaosongs
  1. classical GA method

    0下载:
  2. 用基础的遗传算法,对一元函数的极值进行求解计算。(With the basic genetic algorithm, the extremum of the unary function is calculated and solved.)
  3. 所属分类:matlab例程

  1. particleSwarm

    0下载:
  2. 用粒子群算法求函数极大值或者极小值的matlab程序(particle Swarm optimization algorithm)
  3. 所属分类:matlab例程

    • 发布日期:
    • 文件大小:1024
    • 提供者:秦华
  1. 数值积分与函数极值实验

    0下载:
  2. matlab求数值积分以及数值求导函数源码(Matlab for numerical integration and numerical derivation function source code)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-28
    • 文件大小:1024
    • 提供者:蓝色妖怪
  1. 遗传算法示例

    1下载:
  2. 基于遗传算法的多元函数寻优算法的matlab代码实现。(Multiple function optimization algorithm based on genetic algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-10
    • 文件大小:3072
    • 提供者:qiu@qiu
  1. 粒子群求极值

    1下载:
  2. 给定一个函数并给定区间,求该区间上函数的极值。(Given a function and given the interval, find the extreme value of the function on the interval.)
  3. 所属分类:网络编程

    • 发布日期:2018-04-28
    • 文件大小:1024
    • 提供者:rosy97
  1. 最优化方法

    3下载:
  2. 使用各种不同的方法计算二元函数极值,如最速下降法,牛顿法,共轭梯度法,拟牛顿法,信赖域法等(Calculate binary function extremes using various methods, such as steepest descent, Newton's method, conjugate gradient method, quasi-Newton method, trust region method, etc.)
  3. 所属分类:数学计算

    • 发布日期:2020-05-17
    • 文件大小:9216
    • 提供者:血月1
  1. DEPSO求极值

    2下载:
  2. 改进的差分粒子群算法,并用于求函数极值,程序中分别于DE PSO 蛙跳进行对比,结果显示,改进的差分粒子群更好(The improved Differential Particle Swarm Optimization (DPSO) algorithm is used to find the function extremum. The program is compared with DE PSO frog jump, and the results show that the improve
  3. 所属分类:matlab例程

    • 发布日期:2020-01-07
    • 文件大小:3096576
    • 提供者:孔OO
  1. 超额均值函数图及示例

    1下载:
  2. 超额均值函数图,极值理论里确定最优阈值的一种方法,可以用来进行风险的度量。(Mean of excess function)
  3. 所属分类:其他

    • 发布日期:2020-08-15
    • 文件大小:17408
    • 提供者:stephen charm
  1. 干涉极值法提取相位

    2下载:
  2. 基于干涉极值法提取相位功能函数,可以快速提取干涉条纹的相位(The phase function is extracted based on the interference extremum method, which can quickly extract the phase of interference fringes)
  3. 所属分类:matlab例程

    • 发布日期:2020-11-12
    • 文件大小:23552
    • 提供者:依然smile
  1. matlab程序

    1下载:
  2. 对于 Ackley 函数,该函数称为 Ackley 函数,有很多局部最优的值。(For Ackley function, this function is called Ackley function, which has many local optimal values.)
  3. 所属分类:其他

    • 发布日期:2021-03-27
    • 文件大小:3072
    • 提供者:Fantasy1017
« 1 23 4 5 6 7 8 9 10 ... 29 »
搜珍网 www.dssz.com