搜索资源列表
MyOpt
- 最优化算法,包括最速下降法,共轭梯度法,拟牛顿法-optimization algorithms, including the steepest decline, the conjugate gradient method, the quasi-Newton method
gongefa
- 以下是我的共轭梯度法的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.
BGM求解线性方程
- 使用“Biconjugate Gradient Method”并行程序实现复杂的线性方程求解 -"Biconjugate Gradient Method" parallel process of complex linear equation
imageseg
- Image Segmentation using Gradient method
113172216bfgs
- 共轭梯度法,以及几种常见的的优化方法程序-Conjugate gradient method
tidufa
- 梯度法是最优化方法中由于球多变量最优值的一种方法-Gradient method is the most optimal method of multi-variable optimal value due to the ball a way of
cg_mpi
- conjugate gradient method parallel mpi code
Conjugate-Gradient-Method
- 共轭梯度法(Conjugate Gradient)是介于最速下降法与牛顿法之间的一个方法,它仅需利用一阶导数信息,但克服了最速下降法收敛慢的缺点,又避免了牛顿法需要存储和计算Hesse矩阵并求逆的缺点,共轭梯度法不仅是解决大型线性方程组最有用的方法之一,也是解大型非线性最优化最有效的算法之一。-Conjugate gradient method (Conjugate Gradient) between the steepest descent between law and Newton'
matrix
- 共轭梯度法可以实现正定线性方程组的求解,并可以通过实例进行验证-Conjugate gradient method can achieve positive definite linear equations, and can be verified by an example
Desktop
- 共轭梯度法 matlab 程序 运用黄金分割法寻找最小点-Conjugate Gradient Method
conjugate-gradient-method
- 本代码为《最优化理论与方法》书籍中的共轭梯度法算法的代码,并举了两个书上的作业题的例子,本代码中的目标函数和约束等初值可由需要进行改变,来得到所期望的计算-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
FR
- With FR conjugate gradient method for solving unconstrained problem
HS
- With HS conjugate gradient method for solving unconstrained problem
PRP
- With PRP conjugate gradient method for solving unconstrained problem
newprpwolfe
- wolf Searches PRP conjugate gradient method
Integration-by-rectangle
- MPI与OpenMP并行程序设计(C语言版):梯度法求解定积分-MPI and OpenMP parallel programming (C language version): gradient method for solving definite integrals
gongetidu
- 共轭梯度法,MATLAB程序,计算方法作业,内有说明-Conjugate gradient method, MATLAB procedures, calculation methods work, there are instructions
optimization
- 最优化问题中的最速下降法,共轭梯度法,黄金分割法代码,为applied optimization with matlab programming书中源代码-Steepest descent method, conjugate gradient method, golden section method code
niudui-gongetidu-ercichazhi
- 优化设计:牛顿法、二次插值法、共轭梯度法,c程序-Optimal design: Newton method, two time interpolation method, conjugate gradient method, C program
Conjugate-Gradient
- Conjugate Gradient method implemented by matlab