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

搜索资源列表

  1. Broyden

    0下载:
  2. 此程序为解非线性方程组的逆Broyden秩1迭代法,为MATLAB源程序
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:920byte
    • 提供者:yang
  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. 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-02
    • 文件大小:325.85kb
    • 提供者:Yu-Chieh Wu
  1. broyden

    0下载:
  2. 逆broyden迭代法,是数值分析中很重要的一种方法,源码为在matlab中的一种实现。-Inverse Broyden iteration method is very important in numerical analysis a method of source code in matlab an realize.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1kb
    • 提供者:马丫
  1. 1

    0下载:
  2. matlab开发环境,Broyden迭代法解非线性方程组,其中的M文件-matlab development environment, Broyden iteration method for solution of nonlinear equations, in which M-file
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:699byte
    • 提供者:平猪
  1. Broyden_newton

    1下载:
  2. 最优化方法实验设计,研究Broyden族拟Newton算法中fai(k)取值的优化问题,即对于不同的目标函数,考虑取何值时算法是最优的,重点考察的区间[-2 2]范围内的变化情况,算法的优劣程度由CPU运行时间决定。-Optimization method, design of experiments to study the proposed Newton algorithm Broyden family fai (k) values of the optimization problem,
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:2.07kb
    • 提供者:shen yuan
  1. Broyden

    0下载:
  2. 拟牛顿迭代法是相对比较新的一种方法,克服了牛顿迭代需要求导数和求逆的缺点.-Newton iterative method is a relatively new method of Newton shall be required to overcome the derivative and inverse shortcomings.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1.01kb
    • 提供者:jiaoyuwei
  1. Broyden

    0下载:
  2. Broden算法求解一些简单的非线性方程组-Broden algorithm for solving simple nonlinear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:4.1kb
    • 提供者:liuming
  1. broyden_cal

    1下载:
  2. 求解非线性方程组的拟牛顿法(逆broyden秩1方法)之matlab程序,采用符号运算,直接输入含参数的方程组即可。-Solving nonlinear equations of quasi-Newton method (inverse method broyden rank 1) of the matlab program, using symbolic computation, the direct input of equations with a parameter can be.
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:886byte
    • 提供者:louis
  1. FN

    1下载:
  2. This function is used by Newton s Method for systems and by Broyden s Method
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1.13kb
    • 提供者:SUNDER
  1. shili100

    0下载:
  2. 制作运用Broyden迭代法解线性方程组的用户界面-Making Broyden iteration method by solving linear equations of the user interface
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:711byte
    • 提供者:岳翠翠
  1. shili99

    0下载:
  2. 制作运用Broyden迭代法解线性方程组的用户界面-Making use of Broyden iteration method for solving linear equations of the user interface
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:705byte
    • 提供者:岳翠翠
  1. inverse-broyden-iteration

    0下载:
  2. matlab的发展环境,为解决大型迭代法的非线性方程组,M-file-matlab development environment, broyden iteration method for solution of nonlinear equations, in which M-file
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:961byte
    • 提供者:zhoujinming
  1. Newtons-Method

    1下载:
  2. 牛顿法的相关资料,包括直接法,krylov子空间法,broyden法-newton iterative methods
  3. 所属分类:Algorithm

    • 发布日期:2017-05-17
    • 文件大小:4.19mb
    • 提供者:王铭
  1. Broyden

    0下载:
  2. this the Broyden s method for solving nonlinear system of equations-this is the Broyden s method for solving nonlinear system of equations
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:793byte
    • 提供者:vahid
  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
    • 文件大小:2.97kb
    • 提供者:
  1. Broyden

    0下载:
  2. 用Broyden算法求解非线性方程组,Broyden算法是一种迭代求解的算法-Broyden algorithm for solving nonlinear equations, Broyden algorithm is an iterative algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:17.34kb
    • 提供者:陈涛
  1. matlab-broyden

    0下载:
  2. 该代码为matlab的逆broyden迭代法,用于求解一些非线性问题。-The code for matlab inverse broyden iterative method for solving a number of nonlinear problems.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:944byte
    • 提供者:daijie
  1. matlab-broyden

    1下载:
  2. 该代码为基于matlab的broyden迭代算法实现,用于求解非线性问题,并且绘图等等。-The code for the matlab broyden iterative algorithm implemented for solving nonlinear problems, and drawing and so on.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:722byte
    • 提供者:daijie
  1. broyden迭代法和逆broyden迭代法

    0下载:
  2. 拟牛顿迭代法是相对比较新的一种方法,克服了牛顿迭代需要求导数和求逆的缺点,用于求解非线性方程组(For solving nonlinear equations)
  3. 所属分类:数学计算

    • 发布日期:2018-01-05
    • 文件大小:1kb
    • 提供者:athosma
« 12 »
搜珍网 www.dssz.com