搜索资源列表
优化作业_共轭梯度法
- 运筹学中的解线性规划问题的一种方法,共扼梯度算法-tacticians solution of linear programming problems, a method of conjugate gradient algorithm
yunchou
- 运筹学算法,包括单纯形,整数规划,0-1规划,梯度算法。
CCGM
- 数学计算程序,共轭梯度算法,用C语言编写,用于优化问题的计算。
CG
- 共梯度算法程序代码.数学上,共梯度法实求解特定线性系统的数值解的方法,其中那些矩阵为对称和正定。共轭梯度法是一个迭代方法,所以它适用于稀疏矩阵系统,因为这些系统对于象乔莱斯基分解这样的直接方法太大了。这种系统在数值求解偏微分方程时相当常见。 共梯度法也可以用于求解无约束优化问题。
Fortran 90共轭梯度算法
- 用于科学计算的Fortran 90算法源程序-for scientific computation algorithm source Fortran 90
最优化的bfgs算法
- 最优化的bfgs算法,是采用matlab编程,BFGS optimization algorithm, using matlab programming
conjugate_grad_2d
- 此共轭梯度算法是基于matlab7.0的用于最优化问题中,无约束条件下的最优化求解。-This conjugate gradient algorithm is based on the matlab7.0 for most optimization problems, the non-binding under the conditions for solving optimization.
cg
- 无约束优化中的共轭梯度算法程序,解压缩后就可以用了-Unconstrained optimization of the conjugate gradient algorithm procedure can be extracted after the
gsedirecg
- sylvester 方程的共轭梯度算法MATLAB程序-matlab codes of CG algorithm for sylvester equation
gseprecg
- sylvester 方程的有预处理的共轭梯度算法MATLAB程序-priconditioned algrithm matlab codes for sylvester equation
Conjugategradientmethod
- 共轭梯度法的改进,提出了一些新问题并给出自己的算法-Conjugate gradient method
FastKalmanAlgorthm
- 快速卡尔曼算法是递推最小二乘算法中的一种, 它的收敛速度比梯度算法快得多, 其计算量又比常规卡尔曼算法少得多, 特别适合于跟踪像电离层这样的快变化时变信道。 本文对 用于自适应均衡的快速卡尔曼算法进行了详细研究。-Fast Kalman algo r ithm is one of recursive least squares algo r ithm s . It has much faster equalizer convergence than the gradient algo
ConjugateGradientAlgorithm--Cplus
- 使用c++语言编写的共轭梯度算法,包含无约束问题的求解函数: 直线搜索共轭梯度法-conjugate gradient algorithm,c++
conjugate-gradient
- 共轭梯度算法C程序,本程序适用于n设计变量的函数优化问题,对于不同的设计变量个数可以改变维数,该算法程序只在主函数中与其他无约束程序有差别,其他部分基本一样。-Conjugate gradient algorithm C procedures, the procedures for n design variables of the function optimization problem, the number of different design variables can change
CG_DESCENT-F-1.4.tar
- 无约束优化共轭梯度算法HAGER的非单调线搜索下的程序实现-Unconstrained optimization conjugate gradient algorithm HAGER non-monotone line search procedure to achieve
CG
- 采用c++实现共轭梯度算法求解大规模线性方程组-Using c++ to achieve large-scale conjugate gradient algorithm for solving linear equations
conjugate-gradient-method
- 用matlab编程,实现最优控制理论中的共轭梯度算法。-With the matlab programming, optimal control theory conjugate gradient algorithm.
Golden
- 本文件包含了黄金分割和共轭梯度算法的matlab源程序代码。-This document contains the golden section and the conjugate gradient algorithm matlab source code.
gongetidu
- 数值计算的对称矩阵共轭梯度算法,应用于油藏工程解大型稀疏方程!-Numerical calculation of the conjugate gradient algorithm
数值计算相关算法
- 三次样条插值 龙贝格积分 共轭梯度法的实现,基于matlab程序(Three spline interpolation Romberg conjugate gradient method)