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

搜索资源列表

  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. unit_opt

    0下载:
  2. The architecture of this set of codes and the interaction among them is shown in Figure 1. The main testing code main code.m calls the code riemann grad unit opt.m that performs Riemannian optimization under unitary matrix constraint. Steepest De
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:310453
    • 提供者:dave
  1. PCG

    0下载:
  2. 预处理的共轭梯度算法和最速下降法MATLAB算法及源程序.-Preconditioning conjugate gradient algorithm and the steepest descent method MATLAB algorithms and source code.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1295
    • 提供者:fq
  1. duojizi

    2下载:
  2. 为精确求解散射问题,采用混合场积分方程(CFIE)、多层快速多极子算法(MLFMA)和共轭梯度算法(CG)的收敛技术。基于传统多层快速多级子算法,详细研究了二维拉格朗日插值节点数对计算精度的影响,并改进了插值方法,在不同的层采用不同的插值节点数 提出了在不同的层采用不同的精度控制来计算多级子模式数 分析了稀疏矩阵的对称性对内存使用的影响以及磁场积分方程对迭代初始值的选择。数值计算结果表明以上改进可较大幅度地提高计算精度和计算效率,同时降低内存使用,可满足复杂目标电磁散射计算要求。-Precise
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3887
    • 提供者:王刚
  1. MPI_TNND

    0下载:
  2. mpi多线程运用最速下降法求共轭梯度,16个线程,最多循环1000次。-mpi multi-threaded application steepest descent method the conjugate gradient, 16 threads, up to 1000 cycles.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-11
    • 文件大小:2172094
    • 提供者:ca
  1. YMath

    1下载:
  2. 里面含有三种算法,包括共轭梯度矩阵求解,幂方法求本征值,同伦算法-Which contains three algorithms, including Conjugate Gradient matrix solver, power method uated the intrinsic value, homotopy method
  3. 所属分类:Algorithm

    • 发布日期:2017-05-01
    • 文件大小:203764
    • 提供者:yuanshuhao
« 1 2 ... 18 19 20 21 22 23»
搜珍网 www.dssz.com