搜索资源列表
-
0下载:
本人自编的共轭梯度法。为c源码,已在TC下运行通过-I wrote the conjugate gradient method. C-source has been running through TC
-
-
0下载:
1. 程序运行时首先输入要求解第几题,然后输入初始点,即可得到最后结果。从程序运行结果中我们可以看到,采用共轭梯度法所得的结果比采用最速下降法所得的结果更为精确,这是由于:共轭梯度法实质上是对最速下降法的修正,使搜索方向变为共轭方向,即每一步的搜索方向都要对该步的负梯度进行修正。-1. Program run-time solution of the first type the first few questions asked, and then enter the initial poin
-
-
0下载:
运用共轭梯度法来给函数求极值的c++程序-The use of conjugate gradient method to seek extreme value to the function of the c++ program
-
-
0下载:
多元函数的共轭梯度法,配有实际调用的例子与输入数据-Multivariate function conjugate gradient method, with the example of the input data of the actual call
-
-
0下载:
共轭梯度法,是最优化理论与算法课程当中的一种经典的优化算法,-Conjugate gradient method is a classical optimization algorithm in optimization theory and algorithm,
-