CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - DFP变尺度法

搜索资源列表

  1. 多变量寻优

    1下载:
  2. 多变量寻优的源码,包括基本算法如下:DFP法(又称变尺度法),BFS法、一阶梯度法,共扼梯度法。-multivariate optimization of the source code, including basic algorithm is as follows : DFP Act (also known as the variable scale), BFS, a ladder degrees, a total of the accused gradient method.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:4664
    • 提供者:陈镇静
  1. c

    1下载:
  2. 拟牛顿法(变尺度法)DFP算法,求解无约束极值问题。
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:2691
    • 提供者:林颉
  1. newton

    1下载:
  2. 拟牛顿法求函数极小值,采用无约束变尺度法DFP
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2630
    • 提供者:陈宁
  1. DFP

    0下载:
  2. dfp变尺度法程序,用于求函数的无约束极小值点。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-01-18
    • 文件大小:229590
    • 提供者:starsky302
  1. Variable_Metric_Metho_DFP.rar

    1下载:
  2. 拟牛顿法(变尺度法)DFP算法的c/c++源码.变尺度法的源程序,用于优化中的非线性规划,效果还可以的,Quasi-Newton method [DFP] DFP algorithm c/c++ source code. DFP source for the optimization of nonlinear programming, the effect can also be the
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:2428
    • 提供者:lrc
  1. zuiyouhuashiyanbaogao

    5下载:
  2. 用MATLAB求解无约束的问题,主要有最速下降法,牛顿法,共轭梯度法,变尺度法(DFP和BFGS法),非线性最小二乘法。 用MATLAB求解有约束的问题,主要是外惩罚函数和广义乘子法。 以及一些对具体问题的分析,MATLAB的代码在文档里都有。 -Using MATLAB to solve the problem of non-binding, there are the steepest descent method, Newton method, conjugate gradie
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:82318
    • 提供者:ljw
  1. DFP-algorithm

    0下载:
  2. 拟牛顿法(变尺度法)DFP算法。用C/C++语言实现了该算法。-The quasi-Newton method (DFP) DFP algorithm. With the C/C++ the algorithm language.
  3. 所属分类:source in ebook

    • 发布日期:2017-11-09
    • 文件大小:6715
    • 提供者:刘平
  1. DFP

    2下载:
  2. 运筹学,最优化理论中的DFP拟牛顿法,即变尺度法-Operations research, optimization theory, the DFP quasi-Newton method, that is, variable metric method
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:2679
    • 提供者:刘静
  1. C++youhuajisuan

    0下载:
  2. 拟牛顿法(变尺度法)DFP算法的c/c++源码,可以通过修改目标函数进行各种计算。-Quasi-Newton method (DFP) DFP algorithm c/c++ Source, you can by modifying the objective function for a wide variety of computing.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:4064
    • 提供者:wangyangpeihua
  1. dfp1111

    0下载:
  2. 变尺度法DFP求函数极小点(个人编写,改变函数、即可使用)-DFP DFP minimum point of a function
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:1481
    • 提供者:ouyang
  1. DFP

    0下载:
  2. DFP法,变尺度法,优化算法的一种,具有二次收敛性,若目标函数为二次正定函数,经有限步可达到极小点-DFP method, variable metric method, an algorithm with quadratic convergence, if the objective function is quadratic positive definite function can be achieved by the finite step minima
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:1758
    • 提供者:qch
  1. 3

    0下载:
  2. 机械优化设计中的DFP法(变尺度法),常用在多维无约束问题中-Mechanical design of multidimensional unconstrained optimization problem
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:828
    • 提供者:wuzhiqiang
  1. dfp

    1下载:
  2. 基于matlab的dfp变尺度法,用于计算函数的极小值,搭配黄金分割法计算步长,进退法计算极值区间。-Matlab the dfp change of scale method for the calculation of the function minimum, with the golden section method to calculate the step length, advance and retreat method to calculate the extreme val
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:818
    • 提供者:王刚
  1. huangdianjun

    0下载:
  2. 基于matlab的dfp变尺度法,用于计算函数的极小值,搭配黄金分割法计算步长,进退法计算极值区间。-Matlab the dfp change of scale method for the calculation of the function minimum, with the golden section method to calculate the step length, advance and retreat method to calculate the extreme val
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:5300
    • 提供者:王刚
  1. multi

    0下载:
  2. 多变量寻优的源码,包括基本算法如下:DFP法(又称变尺度法),BFS法、一阶梯度法,共扼梯度法。-Multivariate optimization of the source code, including basic algorithm is as follows: DFP method (also known as variable metric method), BFS method, a ladder degree method, conjugate gradient method.
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:4664
    • 提供者:李时针
  1. 变尺度法DFP

    0下载:
  2. 变尺度法的迭代形式与牛倾法类似,不同的是在迭代公式中用 来逼近 ,所以又称为“拟牛顿法”,变尺度法的搜索方向 ,最终要逼近牛顿方向 ,故又称为拟牛 顿方向。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-06-04
    • 文件大小:24534
    • 提供者:dahuaxiyou093
  1. minDFP

    0下载:
  2. DFP优化算法,是一种变尺度算法,是对牛顿法的一个重要补充-DFP optimize algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:585
    • 提供者:dongsheng shi
  1. 15443602

    0下载:
  2. 拟牛顿法变尺度法DFP算法,求解无约束极值问题,()
  3. 所属分类:大数据

    • 发布日期:2018-01-07
    • 文件大小:2048
    • 提供者:mxeice
  1. ycmixmx

    0下载:
  2. 拟牛顿法变尺度法DFP算法,求解无约束极值问题,()
  3. 所属分类:大数据

    • 发布日期:2018-04-21
    • 文件大小:2048
    • 提供者:sqdend
  1. 测试函数作业

    0下载:
  2. 基于DFP变尺度法对sphere和rosenbrock测试函数进行最优化处理(Optimization of sphere and Rosenbrock test functions based on DFP variable metric method)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-04
    • 文件大小:2048
    • 提供者:命运之末
搜珍网 www.dssz.com