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

搜索资源列表

  1. min

    0下载:
  2. 无约束多维问题的m文件程序,包括鲍威尔法,单纯性法,最速下降法,BFGS方法等-Unconstrained multidimensional problem of m document procedures, including Powell method, simplex method, steepest descent method, BFGS method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:5730
    • 提供者:yj
  1. linear_CTSSVM

    1下载:
  2. 基于分段函数的支持向量分类机,使用BFGS算法进行求解-Piecewise-based support vector machine, using BFGS algorithm to solve
  3. 所属分类:Data Mining

    • 发布日期:2015-06-25
    • 文件大小:3104768
    • 提供者:柳光峰
  1. a2

    0下载:
  2. main algorithm bfgs and ls and zoom
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1585
    • 提供者:testup
  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
    • 文件大小:4840
    • 提供者:wu changhong
  1. BFGS

    0下载:
  2. 优化算法,选取最优点,这是一个纯数值的算法,给出一个初始点,进行最优点的选取-optimization algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1176
    • 提供者:lieyannanjue
  1. matlab

    0下载:
  2. QAM调制,最速下降法,Newton,黄金分割法, BFGS算法,非线性共轭梯度法,MAILAB实例-QAM modulation, the steepest descent method, Newton, golden section method, BFGS algorithm, nonlinear conjugate gradient method, MAILAB examples
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6105
    • 提供者:李鹏程
  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-15
    • 文件大小:5458
    • 提供者:夏瀛韬
  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. quasi-Newton-method

    0下载:
  2. 功能:用BFGS算法求解无约束问题:min f(x) 输入:x0是初始点,fun,gfun分别是目标函数及其梯度; varargin是输入的可变参数变量,简单调用bfgs时可以忽略它 但若其他程序循环调用该程序时将发生重要作用-Function: with BFGS algorithm solving unconstrained problem: min f (x) input: x0 is the initial point, fun, gfun respective
  3. 所属分类:Algorithm

    • 发布日期:2017-05-04
    • 文件大小:5397
    • 提供者:苗小楠
  1. bayesian-hill-climbin

    0下载:
  2. FORTRAN code for minimizing a function whose uation is expensive. At each iteration, a Bayesian posterior mean for the surface shape conditional on points already sampled is constructed and the minimum of this is found. This minimum is then used as
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:109283
    • 提供者:rask0l
  1. An-Improved-Learning-Algorithm-Based-on-BFGS-Meth

    0下载:
  2. This paper suggests that a simple modification to the initial search direction can also substantially improve the training efficiency of almost all major optimization methods. It was discovered that if the initial search direction is locally modified
  3. 所属分类:software engineering

    • 发布日期:2017-05-05
    • 文件大小:180284
    • 提供者:samir
  1. BFGS

    1下载:
  2. 拟牛顿法和最速下降法(Steepest Descent Methods)一样只要求每一步迭代时知道目标函数的梯度。通过测量梯度的变化,构造一个目标函数的模型使之足以产生超线性收敛性。这类方法大大优于最速下降法,尤其对于困难的问题。另外,因为拟牛顿法不需要二阶导数的信息,所以有时比牛顿法(Newton s Method)更为有效。如今,优化软件中包含了大量的拟牛顿算法用来解决无约束,约束,和大规模的优化问题。-The quasi-Newton method and the Steepest Des
  3. 所属分类:matlab

    • 发布日期:2017-12-16
    • 文件大小:1024
    • 提供者:刘杉
  1. 最优化

    0下载:
  2. 中国石油大学(华东)最优化课程要求的两个作业程序:乘子法和Armiyo算法+BFGS算法(China University of Petroleum (East China) optimization course requirements of the two operating procedures: multiplier and Armiyo algorithm, +BFGS algorithm)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-25
    • 文件大小:1024
    • 提供者:晴天111
  1. 3_small.png

    0下载:
  2. anndgef dgbc ahdtwgge ahdgw , agdhcga da.
  3. 所属分类:绘图程序

    • 发布日期:2017-12-29
    • 文件大小:8192
    • 提供者:12345homrun
  1. 782290

    0下载:
  2. 无约束优化DFP&BFGS方法的C++实现()
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-10
    • 文件大小:2048
    • 提供者:slydek
  1. 749753

    0下载:
  2. 无约束优化DFP&BFGS方法的C++实现()
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-22
    • 文件大小:2048
    • 提供者:pihzh
  1. Deep-ADMM-Net-master

    0下载:
  2. Net is defined over a data flow graph, which is derived from the iterative pro- cedures in Alternating Direction Method of Multipliers (ADMM) algorithm for optimizing a CS-based MRI model. In the training phase, all parameters of the net, e.g., im
  3. 所属分类:matlab例程

    • 发布日期:2018-04-29
    • 文件大小:81864704
    • 提供者:隔壁家的熊
  1. niuduanlafuxun12

    0下载:
  2. 电力系统潮流计算包含11个节点并能生成相关参数图形(Matlab for power system)
  3. 所属分类:微处理器开发

    • 发布日期:2018-05-04
    • 文件大小:3072
    • 提供者:名仕雅苑102
  1. Newton

    1下载:
  2. 求解无约束最优化问题,Newton方法包括基本Newton法,拟Newton法等BFGS,DFP方法(Solving unconstrained optimization problems, Newton method)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-03
    • 文件大小:3072
    • 提供者:Jh_SYSU
  1. L-BFGS-B-C-master

    1下载:
  2. 基于梯度下降法的最优迭代算法,在深度学习和神经网络中应用非常广泛,也非常好用(The optimal iterative algorithm based on gradient descent method is widely used in depth learning and neural network, and it is also very useful.)
  3. 所属分类:其他

    • 发布日期:2019-10-30
    • 文件大小:164864
    • 提供者:Jed2013
« 1 2 3 4 5 6 7 89 »
搜珍网 www.dssz.com