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

搜索资源列表

  1. bfgs

    0下载:
  2. 二次型准牛顿BFGS 公式,用于计算非线性函数-second type quasi-Newton BFGS formula used to calculate the nonlinear function
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:3369
    • 提供者:qiqi
  1. BFGS

    1下载:
  2. BFGS算法代码 BFGSMethod Matlab语言
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:988
    • 提供者:林明昆
  1. BFGS

    0下载:
  2. 用MATLAB编写的基于BFGS算法的分类器程序,并附带样本生成程序,生成随机的样本。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2940
    • 提供者:张宪
  1. 最优化的bfgs算法

    2下载:
  2. 最优化的bfgs算法,是采用matlab编程,BFGS optimization algorithm, using matlab programming
  3. 所属分类:数学计算/工程计算

    • 发布日期:2016-08-25
    • 文件大小:14310
    • 提供者:wuxiaoan
  1. BFGS变尺度算法

    0下载:
  2. BFGS变尺度算法.rar
  3. 所属分类:matlab例程

  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. fminlbfgs_version2

    1下载:
  2. 这是一个快速的拟牛顿法程序,非常实用,非常强大-FMINLBFGS is a Memory efficient optimizer for problems such as image registration with large amounts of unknowns, and cpu-expensive gradients. Supported: - Quasi Newton Broyden–Fletcher–Goldfarb–Shanno (BFGS). -
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2012-12-20
    • 文件大小:10044
    • 提供者:奕风
  1. liblbfgs-1.7

    1下载:
  2. This library is a C port of the implementation of Limited-memory Broyden-Fletcher-Goldfarb-Shanno (L-BFGS) method written by Jorge Nocedal. The original FORTRAN source code is available at: This library is a C port of the implementation of Limited
  3. 所属分类:Algorithm

    • 发布日期:2016-03-01
    • 文件大小:333675
    • 提供者:Yu-Chieh Wu
  1. bfgs

    0下载:
  2. matlabBFGS程序 呵呵 呵额呵呵呵呵呵呵额-procedures matlabBFGS呵呵呵呵呵呵呵呵呵the amount of the amount of
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:860
    • 提供者:yangwenzhou
  1. aa

    0下载:
  2. BFGS算法本程序适用于求解形如f(x)=1/2*x Ax+bx+c二次函数的稳定点-BFGS algorithm for solving This procedure applies to the form f (x) = 1/2* x Ax+ Bx+ C quadratic function of the stable point
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:6083
    • 提供者:sdafad
  1. An_SQP_Augmented_Lagrangian_BFGS_Algorithm_for_Co

    0下载:
  2. An SQP Augmented Lagrangian BFGS Algorithm for Constrained Optimization
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1716763
    • 提供者:RJ
  1. L-BFGS

    2下载:
  2. 自己编的,实现l-bfgs解无约束优化问题-Own, and the realization of l-bfgs Unconstrained optimization problems
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:4912
    • 提供者:陈博
  1. BFGS

    1下载:
  2. 利用BFGS算法求解大规模无约束最优化问题,代码所用语言为Fortran77.-BFGS algorithm using large-scale unconstrained optimization problems, the code language for Fortran77.
  3. 所属分类:Algorithm

    • 发布日期:2015-04-13
    • 文件大小:1044736
    • 提供者:刘东
  1. bfgs

    0下载:
  2. BFGS算法解决四个变量的问题-BFGS~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:1047
    • 提供者:pengzhimin
  1. BFGS

    1下载:
  2. 最近学习优化理论中的算法,通过网上的查找及改进,得到了共轭梯度法的C语言程序 主要问题:如函数为f(X)=x1*x1*x1*x1+x2*x2时,算得的结果有问题,初步估计是因为迭代公式中出现了求梯度的模的分量造成的,有待继续改进,不过用BFGS算法C语言程序算时,上述问题没有发生,所以才说BFGS算法是无约束优化中最稳定的算法之一了-Optimization theory in a recent study of algorithms, through online search and i
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-26
    • 文件大小:2381
    • 提供者:徐莹
  1. BFGS

    0下载:
  2. bfgs法,求解函数,简单,通俗,易懂,便于优化更改-bfgs
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:9766
    • 提供者:lyc
  1. BFGS

    0下载:
  2. 最优化算法之一,拟牛顿法,亦称BFGS法,用于求解极值问题,具有二次收敛性-One of the most optimization algorithms, quasi-Newton method, also known as BFGS method for solving extremum problems, with quadratic convergence
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:1285
    • 提供者:qch
  1. BFGS

    0下载:
  2. BFGS法求优化问题的C++源代码,经测试,该程序运行正常,得到了预期的结果。-BFGS method for the optimization of C++ source code, tested, the program works correctly to get the desired results.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:1701
    • 提供者:张帆
  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-18
    • 文件大小:6144
    • 提供者:梦梦111
  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
« 12 3 4 5 6 »
搜珍网 www.dssz.com