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

搜索资源列表

  1. folderc

    0下载:
  2. Program that compute tha initial conditions of fletcher-reeves algorithm
  3. 所属分类:Editor

    • 发布日期:2017-04-04
    • 文件大小:2144
    • 提供者:ron
  1. KrivicSenka_DFP

    0下载:
  2. Davidon Fletcher Powell method
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:20202
    • 提供者:SenkaK
  1. Fletchers-Checksum

    0下载:
  2. When it comes to high-speed data verification, Fletcher s Checksum algorithm can do the job.
  3. 所属分类:software engineering

    • 发布日期:2017-12-06
    • 文件大小:3998790
    • 提供者:alpinistbg
  1. vmaco

    0下载:
  2. 约束变尺度法的Fortran源代码,基于Powell的原始算法,来自NASA-The algorithm is based upon a variable metric method presented by M.J.D. Powell and a quadratic programming method by R. Fletcher. VMACO is a non-linear program developed to calculate the least value of a functi
  3. 所属分类:transportation applications

    • 发布日期:2017-03-30
    • 文件大小:50871
    • 提供者:zxp
  1. liblbfgs-1.9.tar

    0下载:
  2. 拟牛顿算法计算函数最小值,采用LBFGS算法,亲测可用。-a C port of the implementation of Limited-memory Broyden-Fletcher-Goldfarb-Shanno (L-BFGS) method written by Jorge Nocedal.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:318447
    • 提供者:lioto
  1. HW5

    0下载:
  2. My own Fletcher Rieves Optimization engine
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1257
    • 提供者:zhe yang
  1. algorithme-DFP

    0下载:
  2. Golden Section search黄金分割搜索算法主要用来解决以为非线性函数最小化问题 Davidon-Fletcher-Powell (DFP) 算法主要用于解决无约束非线性方程最优化问题 -Golden Section search Fibonacci search algorithm that is mainly used to solve the nonlinear function minimization problem Davidon-Fletche
  3. 所属分类:matlab

    • 发布日期:2017-04-24
    • 文件大小:144275
    • 提供者:sunny
  1. unit_opt

    0下载:
  2. The architecture of this set of codes and the interaction among them is shown in Figure 1. The main testing code main code.m calls the code riemann grad unit opt.m that performs Riemannian optimization under unitary matrix constraint. Steepest De
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:310453
    • 提供者:dave
  1. The-Kalman-Filter-Explained

    0下载:
  2. The Kalman Filter Explained by Tristan Fletcher UCL-The Kalman Filter Explained by Tristan Fletcher UCL
  3. 所属分类:Communication

    • 发布日期:2017-04-26
    • 文件大小:189647
    • 提供者:包建
  1. DSP

    0下载:
  2. Davidon Fletcher Powell implementation in matlab. algoritm in matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:7664
    • 提供者:onyx
  1. frcg

    0下载:
  2. FR共轭梯度法求解无约束优化问题,其中一维搜索用Armijo搜索。-Fletcher-Reeves method for optimization
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:637
    • 提供者:AllenBenge
  1. dfp

    0下载:
  2. 功能:用DFP算法求解无约束问题 输入:X0是初始点,fun,gfun分别是目标函数及其梯度 输出:x,val分别是近似最优点和最优值,k是迭代次数-Davidon-Fletcher-Powell method for optimization.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:576
    • 提供者:AllenBenge
  1. lbfgs

    0下载:
  2. L-BFGS算法比较适合在大规模的数值计算中,具备牛顿法收敛速度快的特点,但不需要牛顿法那样存储Hesse矩阵,因此节省了大量的空间以及计算资源。-Limited-memory BFGS (L-BFGS or LM-BFGS) is an optimization algorithm in the family of quasi-Newton methods that approximates the Broyden–Fletcher–Goldfarb–Shanno (BFGS) algorit
  3. 所属分类:mathematica

    • 发布日期:2017-05-04
    • 文件大小:8402
    • 提供者:李方
  1. (BFGS 算法程序)

    0下载:
  2. BFGS 校正是目前最流行也是最有效的拟牛顿校正, 它是由 Broyden, Fletcher, Goldfarb 和 Shanno 在 1970 年各自独立提出的拟牛顿法, 故称为 BFGS 算法.(BFGS correction is the most popular and effective quasi Newton correction at present. It is composed of Broyden, Fletcher, Goldfarb and Shanno res
  3. 所属分类:matlab例程

    • 发布日期:2017-12-19
    • 文件大小:6144
    • 提供者:梦梦111
  1. search_methods_matlab

    0下载:
  2. David Fletcher Powell algo on matlab
  3. 所属分类:matlab例程

    • 发布日期:2018-01-10
    • 文件大小:45056
    • 提供者:amine0
  1. 高效稳定的LMF方法求解非线性方程组

    1下载:
  2. 解决方案是通过弗莱彻版本的Levenberg-Maquardt获得的 用于最小化方程残差平方和的%算法。 %LMFnlsq应用程序的主要领域是在进行曲线拟合时 处理实验数据%。(A solution is obtained by a Fletcher's version of the Levenberg-Maquardt algoritm for minimization of a sum of squares of equation residuals. The main doma
  3. 所属分类:matlab例程

    • 发布日期:2018-01-10
    • 文件大小:9216
    • 提供者:taodashi
  1. bfgs

    2下载:
  2. BFGS算法(BFGS algorithm),是一种逆秩2拟牛顿法。Hk+,满足拟牛顿方程的逆形式Hk+}少一、k=s.当Hk正定且(,',少)}0时Hkh,也正定,因此,由BFGS修正确定的算法xk+} - xk - HkF Cxk)是具有正定性、传递性的拟牛顿法,它也是无约束优化中最常用的、最稳定的算法之一这种算法是布罗依丹(Broy-den,C. G.)于1969年,以及弗莱彻(Fletcher , R. ) ,戈德福布(Goldforb,D. )、香诺(Shan no, D. F.)于1
  3. 所属分类:matlab例程

    • 发布日期:2018-04-29
    • 文件大小:1024
    • 提供者:ranin
  1. Davidon-Fletcher-Powell-master

    0下载:
  2. quasi-newton methods (DFP)
  3. 所属分类:数学计算

    • 发布日期:2018-04-18
    • 文件大小:232448
    • 提供者:amine0
« 1 2»
搜珍网 www.dssz.com