搜索资源列表
-
0下载:
最优化算法,包括最速下降法,共轭梯度法,拟牛顿法-optimization algorithms, including the steepest decline, the conjugate gradient method, the quasi-Newton method
-
-
0下载:
以下是我的共轭梯度法的C语言程序,迭代次数超多,矩阵的条件数并不大可以用共轭梯度法解。-Following is the conjugate gradient method in C language program, the number of iterations Chao, Matrix condition number is not large can conjugate gradient method solutions.
-
-
0下载:
共轭梯度法,以及几种常见的的优化方法程序-Conjugate gradient method
-
-
0下载:
conjugate gradient method parallel mpi code
-
-
0下载:
MPI conjugate gradient algorithm
-
-
0下载:
共轭梯度法(Conjugate Gradient)是介于最速下降法与牛顿法之间的一个方法,它仅需利用一阶导数信息,但克服了最速下降法收敛慢的缺点,又避免了牛顿法需要存储和计算Hesse矩阵并求逆的缺点,共轭梯度法不仅是解决大型线性方程组最有用的方法之一,也是解大型非线性最优化最有效的算法之一。-Conjugate gradient method (Conjugate Gradient) between the steepest descent between law and Newton'
-
-
0下载:
共轭梯度法可以实现正定线性方程组的求解,并可以通过实例进行验证-Conjugate gradient method can achieve positive definite linear equations, and can be verified by an example
-
-
0下载:
共轭梯度法 matlab 程序 运用黄金分割法寻找最小点-Conjugate Gradient Method
-
-
0下载:
本代码为《最优化理论与方法》书籍中的共轭梯度法算法的代码,并举了两个书上的作业题的例子,本代码中的目标函数和约束等初值可由需要进行改变,来得到所期望的计算-The code for the " optimization theory and method" books conjugate gradient method algorithm code, citing two books on the example of the job title, the code in th
-
-
0下载:
With FR conjugate gradient method for solving unconstrained problem
-
-
0下载:
With HS conjugate gradient method for solving unconstrained problem
-
-
0下载:
With PRP conjugate gradient method for solving unconstrained problem
-
-
0下载:
wolf Searches PRP conjugate gradient method
-
-
4下载:
共轭梯度算法解三维变周期边界条件泊松方程,MPI并行计算和串行计算各一份实例-Conjugate gradient algorithm solving the three-dimensional Poisson equation with periodic boundary conditions, by MPI parallel computing and serial computation
-
-
0下载:
This code implements an unconstrained optimization algorithm based on a non-monotone truncated Newton Method.
At each iteration a truncated newton method, based on the conjugate gradient algorithm, is used to find the search direction the step size
-
-
0下载:
共轭梯度算法,非常经典,大家相互交流,如果大家有更好的资源也上传啊,非常感谢-Conjugate gradient algorithm, very classic, everyone to communicate,
-
-
0下载:
preconditioned conjugate gradient
-
-
0下载:
共轭梯度法,MATLAB程序,计算方法作业,内有说明-Conjugate gradient method, MATLAB procedures, calculation methods work, there are instructions
-
-
0下载:
最优化问题中的最速下降法,共轭梯度法,黄金分割法代码,为applied optimization with matlab programming书中源代码-Steepest descent method, conjugate gradient method, golden section method code
-
-
0下载:
Conjugate Gradient method implemented by matlab
-