CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - conjugate gradient method

搜索资源列表

  1. CG-Jacobi-g-s-sor

    1下载:
  2. 解线性方程组的迭代法,包括jacobi迭代,G-S迭代,Sor迭代,及共轭梯度等。-iterative method for solving linear equations, including jacobi iteration, GS iterative, Sor iteration, and conjugate gradient.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:2222
    • 提供者:xiaojunsuus
  1. LSQR

    3下载:
  2. 采用CG法求解稀疏不对称的Ax=b-Implementation of a conjugate-gradient type method for solving sparse linear equations and sparse least-squares problems: Solve Ax = b or minimize || Ax- b ||2 or minimize || Ax- b ||2+ d2 ||x||2. The matrix A may be squ
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:44764
    • 提供者:LSQR
  1. MINRES

    0下载:
  2. 采用CG法求解稀疏对称奇异矩阵得到的Ax=b-Implementation of a conjugate-gradient type method for solving sparse linear equations: Solve Ax = b or (A- sI)x = b. The matrix A- sI must be symmetric but it may be definite or indefinite or singular. The scalar s is a
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:5869
    • 提供者:MINRES
  1. SYMMLQ

    0下载:
  2. 采用CG法求解稀疏对称非奇异矩阵得到的线性系统Ax=b-Implementation of a conjugate-gradient type method for solving sparse linear equations: Solve Ax = b or (A- sI)x = b. The matrix A- sI must be symmetric and nonsingular, but it may be definite or indefinite. The scal
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:12225
    • 提供者:aaq
  1. Conjugate

    2下载:
  2. 最优化方法: 共轭方向法 matlab源代码 需要改变原函数及其梯度-Optimization: Conjugate Method need to change the original function and its gradient
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1601
    • 提供者:GPack
  1. changyongsuanfaji1

    0下载:
  2. 我将要把常用的算法集上传上来给大家共享,这只是其中一个共轭梯度算法的源程序,陆续上传的还有armijo_goldstein线搜索方法, 0.618方法进行一维线搜索,DFP算法等。。。希望对你们有帮助-I will upload should set up the algorithm used to share, this is just one of the conjugate gradient algorithm of the source, one after another upload
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-10
    • 文件大小:1217
    • 提供者:徐莹
  1. zuiyouhauzuoye

    2下载:
  2. 最优化共轭梯度算法、最速下降法、牛顿法、拟牛顿法matlab源码,含泪奉上-Conjugate gradient optimization algorithm, the steepest descent method, Newton method, quasi Newton method matlab source, tears offer
  3. 所属分类:matlab例程

    • 发布日期:2012-11-30
    • 文件大小:64218
    • 提供者:zhucehao
  1. study

    0下载:
  2. 优化常用的共轭梯度法和投影梯度法求解目标函数最优解问题-Conjugate gradient optimization of common law and the projected gradient method problems the optimal solution objective function
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:3936
    • 提供者:qiuwei
  1. synthesis-of-mechanism

    1下载:
  2. 对于给定的一组轨迹点,用优化方法实现铰链四杆机构轨迹复演。优化方法为共轭梯度法。-For a set of track points,we use a optimization method to optimize the track of Hinge four-bar mechanism. The optimization method is conjugate gradient.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-23
    • 文件大小:190221
    • 提供者:lcz
  1. 3

    0下载:
  2. 一种基于约束共轭梯度的闪光照相图像复原算法.-A method based on constrained conjugate gradient of flash radiographic image restoration algorithm.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:386150
    • 提供者:yuan
  1. CG

    0下载:
  2. 共轭梯度法+最优化方法+c++程序融合 解线性方程组-Conjugate gradient optimization method++ c++ application integration solution of linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2445
    • 提供者:zn
  1. (MATLAB__

    0下载:
  2. 无约束优化,最速下降法和共轭梯度法极小化函数-Unconstrained optimization, the steepest descent method and the conjugate gradient minimization function
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:13706
    • 提供者:zhangli
  1. invcongrad

    2下载:
  2. 非线性反演中的共轭梯度反演方法 MATLAB程序-Conjugate gradient inversion in the nonlinear inversion method for MATLAB program
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1360
    • 提供者:李浩
  1. cgsolve(1)

    0下载:
  2. 共轭梯度下降法,Ax = y,求x.矩阵A为共轭对称稀疏矩阵,cgsolve matlab 程序-Conjugate gradient descent method, Ax = y, seeking x. Matrix A is conjugate symmetric sparse matrix, cgsolve matlab program
  3. 所属分类:Graph program

    • 发布日期:2017-12-02
    • 文件大小:946
    • 提供者:宋文青
  1. optimization

    0下载:
  2. 最优化中常见的一些算法,包括DFP,共轭法,拟牛顿法,梯度法等-Common algorithm optimization, including the DFP, conjugate method, quasi-Newton method, gradient method
  3. 所属分类:matlab

    • 发布日期:2017-12-06
    • 文件大小:13022
    • 提供者:黎宇帆
  1. bigrad_stab_matlab

    0下载:
  2. In numerical linear algebra, the biconjugate gradient stabilized method, often abbreviated as BiCGSTAB, is an iterative method developed by H. A. van der Vorst for the numerical solution of nonsymmetric linear systems. It is a variant of the biconjug
  3. 所属分类:Algorithm

    • 发布日期:2017-11-18
    • 文件大小:1105
    • 提供者:sawssen
  1. zlsqr

    0下载:
  2. 求解大型系数矩阵方程的最小二乘解,包括实数方程组和复数方程组。来自斯坦福Systems Optimization Laboratory- Implementation of a conjugate-gradient type method for solving sparse linear equations and sparse least-squares problems
  3. 所属分类:Algorithm

    • 发布日期:2015-06-26
    • 文件大小:307200
    • 提供者:苏摩
  1. inversion

    2下载:
  2. 王家映关于地球物理资料非线性反演理论的讲座系列,包括11个文档(地球物理反演问题概述,蒙特卡洛法,模拟退火法,遗传算法,人工神经网络,共轭梯度,同伦反演法,量子遗传算法,蚁群算法,粒子群反演算法,模拟原子跃迁反演法)-Wang Ying on the theory of nonlinear inversion of geophysical data lecture series, including 11 documents (geophysical inversion problems out
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-24
    • 文件大小:8039756
    • 提供者:Yzc
  1. Powell

    0下载:
  2. 鲍威尔方法是鲍威尔于1964年提出的,以后又经过他本人的改进。该方法是一种有效的共轭梯度方向法,它可以在有限步内找到二次函数的极小点。对于非二次函数只要具有连续的二阶导数,用这种方法也是有效的。-Powell method is proposed in 1964, and later through his own improvements. This method is an effective method of conjugate gradient direction, it can fi
  3. 所属分类:CSharp

    • 发布日期:2017-04-09
    • 文件大小:1336
    • 提供者:cheng
  1. demo_TNNL

    0下载:
  2. 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
  3. 所属分类:MultiLanguage

    • 发布日期:2017-04-15
    • 文件大小:5649
    • 提供者:Adilson
« 1 2 ... 18 19 20 21 22 2324 »
搜珍网 www.dssz.com