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

搜索资源列表

  1. 最优化的bfgs算法

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

    • 发布日期:2016-08-25
    • 文件大小:13.97kb
    • 提供者:wuxiaoan
  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
    • 文件大小:9.81kb
    • 提供者:奕风
  1. Lbfgsb.2.1.tar

    0下载:
  2. Software for Large-scale Bound-constrained or Unconstrained Optimization L-BFGS-B is a limited-memory quasi-Newton code for large-scale bound-constrained or unconstrained optimization. The code has been developed at the Optimization Technology Cent
  3. 所属分类:source in ebook

    • 发布日期:2017-03-29
    • 文件大小:260.44kb
    • 提供者:徐志平
  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
    • 文件大小:1.64mb
    • 提供者:RJ
  1. L-BFGS

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

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

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

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

    0下载:
  2. 最优化计算方法中 有关于拟牛顿法的一段小代码 可以-Optimization method in the Quasi-Newton method on a small section of code that can look at
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:804byte
    • 提供者:redgate
  1. BFGS-youhua

    1下载:
  2. 用于解决优化问题中的无约束优化,经过检测,能够成功运行。-To solve the problem of unconstrained optimization.
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:2.37kb
    • 提供者:WX
  1. BFGS

    0下载:
  2. 最优化方法作业 BFGS方法 有算法分析 步骤 实例 实验结果和C++源程序-Operations optimization algorithm analysis step BFGS method is an instance of experimental results and the C++ source code
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:53.25kb
    • 提供者:kylin
  1. LBFGS-20020202.java

    0下载:
  2. L-BFGS用于内存紧张的系统中,可以用于求解大规模数据集的优化-Software for Large-scale Unconstrained Optimization L-BFGS is a limited-memory quasi-Newton code for large-scale unconstrained optimization.
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-03-25
    • 文件大小:24.85kb
    • 提供者:奕风
  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
    • 文件大小:2.33kb
    • 提供者:徐莹
  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-26
    • 文件大小:1.25kb
    • 提供者: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
    • 文件大小:1.66kb
    • 提供者:张帆
  1. Optimization

    0下载:
  2. .net 图片播放 数值优化,bfgs,fdp,共轭梯度法,黄金分割法-.net picture playback numerical optimization, bfgs, fdp, conjugate gradient method, golden section method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:4.73kb
    • 提供者:wu changhong
  1. matlab m BFGS

    0下载:
  2. BFGS算法在matlab中的实现,通过求解熟悉经典BFGS算法(BFGS algorithm in matlab in the realization of familiar with the classic BFGS algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-19
    • 文件大小:1kb
    • 提供者:亮看世界
  1. linear optimization

    0下载:
  2. 用BFGS 拟牛顿法 最速下降法 牛顿法 共轭梯度法 解决线性优化问题(Solving linear optimization problems with conjugate gradient method and Steepest descent method.)
  3. 所属分类:数学计算

    • 发布日期:2018-01-04
    • 文件大小:3kb
    • 提供者:小狗蛋
  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
    • 文件大小:1kb
    • 提供者:ranin
  1. BFGS

    0下载:
  2. 最优化理论,利用最优化理论中的BFGS法来得到方程的最优解(Optimization theory, using the BFGS method in optimization theory to obtain the optimal solution of the equation)
  3. 所属分类:*行业应用

    • 发布日期:2018-04-30
    • 文件大小:1kb
    • 提供者:脏鱼先森
  1. Matlab optimization programming example

    2下载:
  2. 分别用最速下降法、FR共轭梯度法、DFP法和BFGS法求解一个典型数学优化问题。(A typical mathematical optimization problem is solved by steepest descent method, FR conjugate gradient method, DFP method and BFGS method respectively.)
  3. 所属分类:matlab例程

    • 发布日期:2020-09-03
    • 文件大小:58kb
    • 提供者:stlu2008
  1. 第一题bfgs

    2下载:
  2. armijo准则下bfgs法实现,最优化方法作业,大连理工大学(Realization of BFGS method under Armijo criterion, operation of optimization method, Dalian University of Technology)
  3. 所属分类:其他

    • 发布日期:2019-10-31
    • 文件大小:15kb
    • 提供者:lynchorz
« 12 3 4 »
搜珍网 www.dssz.com