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

搜索资源列表

  1. Trust-Region

    0下载:
  2. 用BFGS更新矩阵的信赖域法解优化问题的MATLAB程序-Trust Region Method For Solving Optimization Problem
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:699
    • 提供者:岳宁
  1. Variable-Scale-method

    0下载:
  2. 变尺度法BFGS算法的C++源码,解优化问题。-C++ code for variable scale method BFGS algorithm, solve optimized problems.
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:3727
    • 提供者:gaoshanliushui
  1. se22

    0下载:
  2. 一类非单调保守BFGS算法研究.A class of Nonmonotone conserved BFGS algorithm.-A class of Nonmonotone conserved BFGS algorithm.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:944617
    • 提供者:2ndprince
  1. Newton-method-

    1下载:
  2. 用牛顿法,最速下降法,BFGS公式求解同一问题,并可比较其收敛速度-With Newton method, the steepest descent method, BFGS formula to solve the same problem , and can compare the convergence speed
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:4121
    • 提供者:selina
  1. fminlbfgs_version2

    0下载:
  2. 可以实现大规模的bfgs功能,进行目标函数的最优化求解,即L-BFGS-Can achieve large scale bfgs function, the objective function is the most optimal solution, ie, L-BFGS
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:18101
    • 提供者:wf
  1. liblbfgs

    0下载:
  2. 一个有限内存Broyden-Fletcher-Goldfarb-Shanno函数半二次优化工具,可以用来进行求解函数最优值。-libLBFGS is a C port of the implementation of Limited-memory Broyden-Fletcher-Goldfarb-Shanno (L-BFGS) method, which can be used to solve the optimization
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:273168
    • 提供者:hzw
  1. hucrf_code

    0下载:
  2. Hidden-Unit Conditional Random Fields 工具箱,可以用于训练linearCRF和和L.J.P. van der Maaten, M. Welling 提出的huCRF-We provide Matlab code that implements the training and evaluation of hidden-unit CRFs, as well as code to reproduce the results of our experim
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:165402
    • 提供者:王磊
  1. Array-beamforming-optimization

    3下载:
  2. 本文给出了一种利用幅相加权对阵列天线进行全局优化的方法。为了使天线的辐射波束形成给定的 方向图,采用联合应用DFP和BFGS公式的变度量算法对阵列天线各单元的馈电幅度和相位分布进行优化, 通过C++语言编程计算实现,从而使得优化后的阵列天线主波束形状能够与预给波束形状相吻合,达到设计 要求。全局优化是本文的特色,它弥补了局部优化结果的精确度依赖于初始值的缺点,因而得以保证通过优 化得到的天线主波束与给定波束的主瓣相吻合,副瓣也得到有效控制。该方法具有快速收敛,计算量小等优 点
  3. 所属分类:Communication

    • 发布日期:2015-03-04
    • 文件大小:1050624
    • 提供者:侯杰
  1. wolfe-type-stepsize-search

    1下载:
  2. bfgs算法中需要用到的步长规则-the BFGS method
  3. 所属分类:matlab

    • 发布日期:2017-05-06
    • 文件大小:1108838
    • 提供者:
  1. BBFGSF

    0下载:
  2. 利用BFGS算法求解大规模无约束最优化化问题,代码所用语言为Fortran77. -BFGS algorithm for solving large-scale unconstrained optimization of the problem, the code language used is Fortran 77.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-06
    • 文件大小:1044467
    • 提供者:召唤
  1. DFP

    1下载:
  2. DFP算法是变尺度优化算法,使用唯相位的方法实现阵列天线的波束赋形状,是使用基于DFP和BFGS 变尺度优化算法来实现求值-DFP algorithm is to change the scale optimization algorithm, the use of CD-phase array antenna beamforming shape, is to use the scale variable based on the DFP and BFGS optimization algori
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:628
    • 提供者:fan
  1. Optimization-GradientBase

    0下载:
  2. Sample code for optimization based on Gradient base. include BFGS, Steepest Descent method, DFP method, Conjugate Gradient method ans so on-Sample code for optimization based on Gradient base. include BFGS, Steepest Descent method, DFP method, Conjug
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:3758
    • 提供者:vahid
  1. Quasi-Newton-Methods

    1下载:
  2. 拟牛顿法(Quasi-Newton Methods)是求解非线性优化问题最有效的方法之一。其实DFP算法、BFGS算法都属于拟牛顿法,即,DFP、BFGS都分别是一种拟牛顿法-Quasi-Newton method (Quasi-Newton Methods) is one of the most effective methods for solving nonlinear optimization problems. In fact, the DFP algorithm, BFGS algo
  3. 所属分类:Algorithm

    • 发布日期:2017-11-13
    • 文件大小:673
    • 提供者:王喜
  1. multidimensional-extremum-problems

    1下载:
  2. 无约束多维极值问题,包含 用模式搜索法求解多维函数的极值 用Rosenbrock法求解多维函数的极值 用单纯形搜索法求解多维函数的极值 用Powell法求解多维函数的极值 用最速下降法求解多维函数的极值 用共轭梯度法求解多维函数的极 用牛顿法求解多维函数的极值 用修正牛顿法求解多维函数的极值 用DFP法求解多维函数的极值 用BFGS法求解多维函数的极值 用信赖域法求解多维函数的极值 用显式最速下降法求正定二次函数的极值 -Unconstrain
  3. 所属分类:Other systems

    • 发布日期:2017-11-14
    • 文件大小:6433
    • 提供者:张然
  1. Quasi-Newton

    8下载:
  2. 拟牛顿算法中的经典BFGS校正算法和DFP算法的matlab实验代码,broyden族算法的matlab程序。-Proposed Newton the classic algorithm the BFGS correction algorithm and DFP algorithm matlab experimental code, broyden family, algorithm matlab program.
  3. 所属分类:matlab

    • 发布日期:2017-03-21
    • 文件大小:3046
    • 提供者:
  1. Mutual_Information

    0下载:
  2. 研究了基于互信息测度的医学图像配准方法,提出了一种优化算法的改进。目的旨在于解决配准的精度和在基于互信息配准过程中的效率问题。提出的优化算法是将拟牛顿方法运用于多模医学图像配准中。实验结果说明这种改进的方法能有效提高配准的精度和效率问题,并得到好的实验效果。-Abstract: This paper presents a novel Optimized method for medical image registration, the purpose is to solve problems,
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-20
    • 文件大小:1452187
    • 提供者:vivi
  1. CRFtools.zip

    0下载:
  2. CRFsuite: a fast implementation of Conditional Random Fields (CRFs) CRFSuite is an implementation of Conditional Random Fields (CRFs) for labeling sequential data. The first priority of this software is to train and use CRF models as fast as possi
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-13
    • 文件大小:29520
    • 提供者:icypriest
  1. ADL32-Lecture03-Report1.rar

    0下载:
  2. CRFsuite: a fast implementation of Conditional Random Fields (CRFs) CRFSuite is an implementation of Conditional Random Fields (CRFs) for labeling sequential data. The first priority of this software is to train and use CRF models as fast as possi
  3. 所属分类:software engineering

    • 发布日期:2017-11-07
    • 文件大小:1803945
    • 提供者:icypriest
  1. Lbfgsb.3.0.tar

    0下载:
  2. 无约束优化中非常有用的L-BFGS代码,在解决大规模优化问题中,有着良好的数值表现.-useful unconstrained optimization L-BFGS code, in the solution of large-scale optimization problems, has a good numerical performance.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-08
    • 文件大小:837404
    • 提供者:阿新
  1. MATLAB

    0下载:
  2. 这是BFGS方法解无约束优化的程序,使用方便,代码简单。-BFGS method for unconstrained optimization program, easy to use, simple code.
  3. 所属分类:matlab

    • 发布日期:2017-12-03
    • 文件大小:84075
    • 提供者:zhouqunyan
« 1 2 3 4 5 67 8 9 »
搜珍网 www.dssz.com