搜索资源列表
Broyden
- 此程序为解非线性方程组的逆Broyden秩1迭代法,为MATLAB源程序
fminlbfgs_version2
- 这是一个快速的拟牛顿法程序,非常实用,非常强大-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). -
liblbfgs-1.7
- 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
broyden
- 逆broyden迭代法,是数值分析中很重要的一种方法,源码为在matlab中的一种实现。-Inverse Broyden iteration method is very important in numerical analysis a method of source code in matlab an realize.
1
- matlab开发环境,Broyden迭代法解非线性方程组,其中的M文件-matlab development environment, Broyden iteration method for solution of nonlinear equations, in which M-file
Broyden_newton
- 最优化方法实验设计,研究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,
Broyden
- 拟牛顿迭代法是相对比较新的一种方法,克服了牛顿迭代需要求导数和求逆的缺点.-Newton iterative method is a relatively new method of Newton shall be required to overcome the derivative and inverse shortcomings.
Broyden
- Broden算法求解一些简单的非线性方程组-Broden algorithm for solving simple nonlinear equations
broyden_cal
- 求解非线性方程组的拟牛顿法(逆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.
FN
- This function is used by Newton s Method for systems and by Broyden s Method
shili100
- 制作运用Broyden迭代法解线性方程组的用户界面-Making Broyden iteration method by solving linear equations of the user interface
shili99
- 制作运用Broyden迭代法解线性方程组的用户界面-Making use of Broyden iteration method for solving linear equations of the user interface
inverse-broyden-iteration
- matlab的发展环境,为解决大型迭代法的非线性方程组,M-file-matlab development environment, broyden iteration method for solution of nonlinear equations, in which M-file
Newtons-Method
- 牛顿法的相关资料,包括直接法,krylov子空间法,broyden法-newton iterative methods
Broyden
- this the Broyden s method for solving nonlinear system of equations-this is the Broyden s method for solving nonlinear system of equations
Quasi-Newton
- 拟牛顿算法中的经典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.
Broyden
- 用Broyden算法求解非线性方程组,Broyden算法是一种迭代求解的算法-Broyden algorithm for solving nonlinear equations, Broyden algorithm is an iterative algorithm
matlab-broyden
- 该代码为matlab的逆broyden迭代法,用于求解一些非线性问题。-The code for matlab inverse broyden iterative method for solving a number of nonlinear problems.
matlab-broyden
- 该代码为基于matlab的broyden迭代算法实现,用于求解非线性问题,并且绘图等等。-The code for the matlab broyden iterative algorithm implemented for solving nonlinear problems, and drawing and so on.
broyden迭代法和逆broyden迭代法
- 拟牛顿迭代法是相对比较新的一种方法,克服了牛顿迭代需要求导数和求逆的缺点,用于求解非线性方程组(For solving nonlinear equations)