搜索资源列表
matlab55
- 学会不同搜索法(最速下降法,共轭梯度法,牛顿法,拟牛顿法)的计算步骤; 比较不同搜索法(最速下降法,共轭梯度法,牛顿法,拟牛顿法)的优缺点。
矩阵计算的理论与方法
- 内 容 提 要 本书系统阐述了矩阵计算这门学科的基础理论、基本方法和近十几年来发展成熟并得到了广泛应用的新成果.内容包括:矩阵知识的复习和补充,矩阵计算概论;求解线性方程组的直接法和迭代法,线性最小二乘问题,共轭梯度法;求解特征值问题的QR方法和同伦方法;Lanczos方法以及求解Jacobi矩阵特征值反问题的正交约化方法等. 本书取材上,既注重基础理论的严谨性、方法的实用性,又保持了内容的新颖性,反映了该学科的最新进展.本书内
matlab55
- 学会不同搜索法(最速下降法,共轭梯度法,牛顿法,拟牛顿法)的计算步骤; 比较不同搜索法(最速下降法,共轭梯度法,牛顿法,拟牛顿法)的优缺点。 -Institute of the different search method (steepest descent method, conjugate gradient method, Newton method, quasi-Newton method) for calculatin
matlab
- 一个利用共轭梯度法的正则化实例: 通过输入矩阵的维数,利用共轭梯度法的原理,进行正则化计算;Morozov偏差原理-A conjugate gradient method using the regularization Example: Enter the dimensions of the matrix, using the principle of conjugate gradient method for regularizat
优化算法
- 解决了最小无约束优化问题 步长由ARmijo非精确一维搜索生成,迭代方向分别由最速下降法,阻尼牛顿法,共轭梯度法,拟牛顿法(BFGS)产生(This code solves the minimum unconstrained optimization problem, and the step size is generated by ARmijo inexact one-dimensional search. The iterat