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

搜索资源列表

  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. 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. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:3974
    • 提供者:吴义忠
  1. optimizethedesign

    0下载:
  2. 优化设计常用程序,用C++编的一些最优化作业中的程序,有Newton法,DFP法,共轭梯度法,单纯形法,内点法,外点法,内外点法,都能使用。-Commonly used to optimize the design process, using C++ for some of the most optimized operating procedures, the Newton method, DFP method, conjugate gradient method, simplex meth
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:9948
    • 提供者:lijiale
  1. quasi_newton_dfp

    1下载:
  2. The scr ipt quasi_newton_dfp.m optimizes a multivariable function using DFP Quasi Newton method.-The scr ipt quasi_newton_dfp.m optimizes a multivariable function using DFP Quasi Newton method.
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:3729
    • 提供者:ahyu
  1. DFP_algorithm

    0下载:
  2. DFP, 本程序适用于求解形如f(x)=1/2*x Ax+bx+c二次函数的稳定点 -DFP, this procedure applies to solution of the form f (x) = 1/2* x' Ax+ bx+ c quadratic function of the stable point
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1340
    • 提供者:LiuMCH
  1. DFP

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

    • 发布日期:2017-04-13
    • 文件大小:2239
    • 提供者:zhaochuanmin
  1. fminunc

    1下载:
  2. 最快下降法求解无约束优化问题,f=10*(x(1)+x(2)-5)^2+(x(1)-x(2))^2 主程序dfp11.m如下: oldoptions=optimset( fminunc ) options=optimset(oldoptions, LargeScale , off ) 采用中型优化算法 options11=optimset(options, HessUpdate , dfp ) DFG法,混合二、三次插值 [x11,fval11,exitflag11,outp
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:7051
    • 提供者:pengjingyong
  1. optimization

    0下载:
  2. optmization algorithm method "Davidon-Fletcher -Powell" DFP-optmization algorithm method "Davidon-Fletcher -Powell" DFP
  3. 所属分类:matlab

    • 发布日期:2017-05-16
    • 文件大小:4225947
    • 提供者:z.bellahcene
  1. dfp1111

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

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

    0下载:
  2. DFP method realisation on C++ builder
  3. 所属分类:Console

    • 发布日期:2017-04-25
    • 文件大小:51743
    • 提供者:inflow
  1. DFP

    0下载:
  2. DFP变度量法优化计算,采用FORTRAN语言-DFP variable metric method optimization, the use of FORTRAN language
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:2608
    • 提供者:王帅
  1. DFP

    1下载:
  2. 关于最优化理论中DFP算法的matlab实现的简单方法。-On optimization theory DFP algorithm matlab realize the easy way.
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:2572
    • 提供者:李刚
  1. dfp

    1下载:
  2. Quasi-Newton DFP formula
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:977
    • 提供者:tootam
  1. DFP-BFGS-0.618

    0下载:
  2. DFP,黄金分割点方法,BFGS方法matlab源代码用于求解无约束最优化问题-BFGS,DFP,0.618 method for solving unconstrained optimization problems
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1443
    • 提供者:chen zhen
  1. DFP

    0下载:
  2. optimation method DFP
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1755
    • 提供者:jingzhao
  1. dfp

    0下载:
  2. 关于DFP算法的全局收敛性,个人认为是一篇非常不错的文章- a paper for optimization
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:300689
    • 提供者:kimiwu
  1. dfp

    1下载:
  2. 最优化算法DFP算法源代码 可以实现求极小值的-dfp program orginal file
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:4025
    • 提供者:xiaoqunhu
« 1 23 4 5 6 »
搜珍网 www.dssz.com