搜索资源列表
beseelnetwon
- 本人自编的共轭梯度法。为c源码,已在TC下运行通过-I wrote the conjugate gradient method. C-source has been running through TC
1612027Optimize
- 本算法包含牛顿法、梯度法、导数法、步长加速法、直接法等优化算法-The algorithm contains the Newton method, gradient, derivative, reeves, the direct method and other optimization algorithms
conjugate_gradient_method
- 1. 程序运行时首先输入要求解第几题,然后输入初始点,即可得到最后结果。从程序运行结果中我们可以看到,采用共轭梯度法所得的结果比采用最速下降法所得的结果更为精确,这是由于:共轭梯度法实质上是对最速下降法的修正,使搜索方向变为共轭方向,即每一步的搜索方向都要对该步的负梯度进行修正。-1. Program run-time solution of the first type the first few questions asked, and then enter the initial poin
gongertidufa
- 运用共轭梯度法来给函数求极值的c++程序-The use of conjugate gradient method to seek extreme value to the function of the c++ program
simple-grad-desend
- 简单梯度下降法,用于迭代求极值,是一种最速下降法-Simple gradient descent method for the iterative extremum is a steepest descent method
D11R8
- 多元函数的共轭梯度法,配有实际调用的例子与输入数据-Multivariate function conjugate gradient method, with the example of the input data of the actual call
LU分解
- LU分解_C计算稀疏矩阵往往比较头疼,有比较传统的共轭梯度CG算法,也有先验共轭梯法等。总的来说LU分解算法,效率比较高。这是标准的C代码
gongetidu
- 共轭梯度法,是最优化理论与算法课程当中的一种经典的优化算法,-Conjugate gradient method is a classical optimization algorithm in optimization theory and algorithm,
tiduxiajiangfa
- 第二类随机性辨识问题的梯度下降法修正算法和随机牛顿法系统辨识程序-Gradient descent method correction algorithm and stochastic Newton method system identification program for the second class stochastic identification problem