CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - DFP算法

搜索资源列表

  1. 优化作业_DFP算法

    0下载:
  2. 运筹学中的解线性规划问题的一种方法,DFP 算法-tacticians solution of linear programming problems, a method DFP Algorithm
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2973
    • 提供者:王伟
  1. DFP

    0下载:
  2. 运筹学非线性规划的经典c语言编写的DFP变尺度法子程序,是学习经典优化算法的不错参考资料
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-01-16
    • 文件大小:2316
    • 提供者:tony
  1. test

    0下载:
  2. 3种关于非线性优化的办法,DFP算法,包括一维搜索等功能,并携带测试函数
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:5953
    • 提供者:wang
  1. c++最优化问题全解答

    2下载:
  2. 这里包含了比较全和详细的c++程序源代码,其中有牛顿法,dfp法,内点法等
  3. 所属分类:数学计算/工程计算

    • 发布日期:2010-11-22
    • 文件大小:1065267
    • 提供者:xiewenjie
  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. zuiyouhua

    2下载:
  2. 采用matlab语言实现黄金分割 不精确一维搜索 DFP BFGS 算法,全部原创 仅供参考-Language implementation using matlab inexact one-dimensional golden section search DFP BFGS algorithm, all the original for reference only
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:12661
    • 提供者:孙浩
  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. zuiyouhua

    5下载:
  2. 此源码包是我本学期最优化理论课程的大作业,其中包括了我自己写的以下常用最优化算法的实现代码:最速下降法,牛顿法,非线性最小二乘法,DFP法。fun1,fun2是两个测试函数。谢谢!-This is my source packages optimization theory this semester courses in large operations, including my own to write the following commonly used optimization al
  3. 所属分类:数学计算/工程计算

    • 发布日期:2013-12-14
    • 文件大小:3223
    • 提供者:白浩泉
  1. DFP

    0下载:
  2. 求最小值的确定性算法,求得给定初值(多为)的局部最小值-Seeking the minimum deterministic algorithm, obtained for a given initial value (mostly) the local minimum
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:2239
    • 提供者:zhaochuanmin
  1. Quasi-Newton-Methods

    1下载:
  2. 拟牛顿法(Quasi-Newton Methods)是求解非线性优化问题最有效的方法之一。其实DFP算法、BFGS算法都属于拟牛顿法,即,DFP、BFGS都分别是一种拟牛顿法-Quasi-Newton method (Quasi-Newton Methods) is one of the most effective methods for solving nonlinear optimization problems. In fact, the DFP algorithm, BFGS algo
  3. 所属分类:Algorithm

    • 发布日期:2017-11-13
    • 文件大小:673
    • 提供者:王喜
  1. DFP

    0下载:
  2. 优化算法中非常实用的算法,变尺度最优化方法-Optimization algorithm is very practical algorithm, variable metric optimization method
  3. 所属分类:Algorithm

    • 发布日期:2017-12-02
    • 文件大小:1767
    • 提供者:zeng
  1. DFP

    0下载:
  2. 这个是我自己编写的DFP算法程序,可以用来进行N维无约束函数的计算,通过验证。-This is my own written procedures DFP algorithm, it can be used for calculation of N-dimensional unconstrained function verified.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:2097
    • 提供者:王日栋
  1. DFP

    0下载:
  2. DFP优化算法代码 ,使用c语音编写, 可求解无约束非线性优化问题-the DFP optimisation method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1199
    • 提供者:王峰
  1. minDFP

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

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

    0下载:
  2. 非线性规划各种算法汇总,包括线搜索、梯度下降法、牛顿法、共轭梯度法、DFP算法、BFGS算法和信赖域算法-Summary all kinds of algorithm of nonlinear programming, including line search, the gradient descent method, Newton method and conjugate gradient method, DFP algorithm and BFGS algorithm and trust
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:5458
    • 提供者:夏瀛韬
搜珍网 www.dssz.com