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

搜索资源列表

  1. PCG-matlab

    0下载:
  2. 引入较好的预处理子,加快共轭梯度法的收敛速度-The introduction of better preconditioners, conjugate gradient method to speed up the convergence rate
  3. 所属分类:matlab

    • 发布日期:2016-01-26
    • 文件大小:9216
    • 提供者:11
  1. FR_2

    0下载:
  2. 用共轭梯度算法——FR算法求解无约束最优化问题-Conjugate gradient algorithm- FR algorithm for solving unconstrained optimization problems
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1007
    • 提供者:li keli
  1. zuiyouhua

    0下载:
  2. 自己用Matlab编写的最优化算法,包括0.618,梯度法,共轭梯度法,罚函数法.-Their own written with Matlab optimization algorithms, including 0.618, gradient method, conjugate gradient method, penalty function.
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:2262
    • 提供者:Jason
  1. PRP 采用FORTRAN语言

    1下载:
  2. PRP共轭梯度法优化计算,采用FORTRAN语言-PRP conjugate gradient method optimization, the use of FORTRAN language
  3. 所属分类:数学计算/工程计算

    • 发布日期:2012-10-28
    • 文件大小:2231
    • 提供者:王帅
  1. work

    1下载:
  2. 最优化问题的快速下降法,共轭梯度法,基于matlab算法。经过测试好用-Optimization problem of the rapid descent method, conjugate gradient method, based on matlab algorithm. Tested, easy to use
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:1417
    • 提供者:daiwenchao
  1. optimizationtheory-matlab

    0下载:
  2. 最优化理论中的几个算法,包括共轭梯度法,公轭梯度法,方向加速法,步长加速,变尺度法-Optimization theory in several algorithms, including the conjugate gradient method, public and conjugate gradient method, directional method, step speed, variable metric method
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:23894
    • 提供者:郑林君
  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. conjugate_grad_2d

    0下载:
  2. 此共轭梯度算法是基于matlab7.0的用于最优化问题中,无约束条件下的最优化求解。-This conjugate gradient algorithm is based on the matlab7.0 for most optimization problems, the non-binding under the conditions for solving optimization.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:568
    • 提供者:何正亚
  1. Conjugategradient

    1下载:
  2. 基于共轭梯度法,现采用编程来计算最优解,matlab程序和简要说明文档。-Based on conjugate gradient method is used to calculate the optimal solution of programming, matlab program, and brief documentation.
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:6342
    • 提供者:liliujun
  1. preconjgrad

    0下载:
  2. preconjgrad:预处理共轭梯度法求线性方程组Ax=b的解 conjgrad:共轭梯度法求线性方程组Ax=b的解 twostep:两部迭代法求线性方程组Ax=b的解 fastdown:快速下降法求线性方程组Ax=b的解-preconjgrad: preconditioned conjugate gradient method for solving linear equations Ax = b solution conjgrad: conjugate gradient met
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1683
    • 提供者:wallace
  1. 1

    0下载:
  2. 该文提出了一种分段弱阈值修正共轭梯度追踪算法,该算法修正了方向追踪算法的方向,提高了压缩感知的重构精度。-This paper presents a weak sub-threshold tracking Conjugate gradient algorithm, which fixes the direction of the direction of tracking algorithms to improve the accuracy of the reconstruction of co
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:925524
    • 提供者:成贵均
  1. BpNetp2

    0下载:
  2. 神经网络实现电力预测,bP神经网络,共轭梯度算法。-Neural network prediction of electricity, bP neural networks, conjugate gradient algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:9985
    • 提供者:路俊
  1. cgls

    0下载:
  2. 共轭梯度方法求解正定方程。该种解法有效的处理了正定方程的求解速度问题。CGLS Conjugate gradient algorithm applied implicitly to the normal equations.-CGLS Conjugate gradient algorithm applied implicitly to the normal equations.
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1362
    • 提供者:程方
  1. gongetidufa

    0下载:
  2. 共轭梯度法编程.共轭梯度法是共轭方向法的一种依赖于迭代点的负剃度而构造出来的-Conjugate gradient method programming. Conjugate gradient method is a conjugate direction method relies on an iterative point out negative tonsure and the structure of the
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:23802
    • 提供者:xiejinliang
  1. gong_e_ti_du

    1下载:
  2. 利用共轭梯度法进行的简单方程求解。对于学习非线性规划有一定的指导作用。看程序可以熟悉课程。-Conjugate gradient method using the simple equation. For learning non-linear programming a certain guiding function. Familiar with the course can be read.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:4921
    • 提供者:icc
  1. xxfc

    0下载:
  2. 全主元高斯约当消去法 2.LU分解法 3.追赶法 4.五对角线性方程组解法 5.线性方程组解的迭代改善 6.范德蒙方程组解法 7.托伯利兹方程组解法 8.奇异值分解 9.线性方程组的共轭梯度法 10.对称方程组的乔列斯基分解法 11.矩阵的QR分解 12.松弛迭代法-PCA-wide Gauss Jordan elimination method 2.LU decomposition method 3. To catch up with law 4.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:8333
    • 提供者:wzz
  1. cg

    0下载:
  2. 共轭梯度法解决线性方程组,系数满足对称正定矩阵-Conjugate gradient method to solve linear equations, coefficients satisfy the symmetric positive definite matrix
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:2523
    • 提供者:zhuyi
  1. conjugate_grad_2d

    0下载:
  2. 改进的共轭梯度法,可求取二元函数的极值。-Improved conjugate gradient method, can strike a binary function of the extremum.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-25
    • 文件大小:1022
    • 提供者:zd
  1. gongetidu

    0下载:
  2. 这个程序利用共轭梯度方法,求解对称正定线性方程组-This procedure using conjugate gradient method for solving symmetric positive definite system of linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2358
    • 提供者:l
  1. cg

    0下载:
  2. 共轭梯度法求解有限元线性方程组,用列为20阶对称正定矩阵-Conjugate gradient method for solving linear equations of finite element used as a 20-order symmetric positive definite matrix
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-12
    • 文件大小:1218
    • 提供者:安科
« 1 2 3 4 5 67 8 9 10 11 ... 29 »
搜珍网 www.dssz.com