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

搜索资源列表

  1. MyOpt

    0下载:
  2. 最优化算法,包括最速下降法,共轭梯度法,拟牛顿法-optimization algorithms, including the steepest decline, the conjugate gradient method, the quasi-Newton method
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:50112
    • 提供者:季晓南
  1. conjugate_grads

    0下载:
  2. 这是一个实现最优化计算的程序,采用的算法为共轭梯度法。-This is a realization of optimal calculation procedure, the algorithm used to conjugate gradient method.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1911
    • 提供者:宋亚平
  1. rbfnn3

    0下载:
  2. 用matlab写的三个径向基神经网络程序,分别为基于聚类的RBF,基于梯度法的RBF ,基于OLS 的RBF神经网络-using Matlab wrote three RBFNN procedures were based on the clustering of RBF, Based on the RBF gradient method, based on the OLS RBFNN
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:2567
    • 提供者:brezze
  1. beseelnetwon

    0下载:
  2. 本人自编的共轭梯度法。为c源码,已在TC下运行通过-I wrote the conjugate gradient method. C-source has been running through TC
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:5039
    • 提供者:mvcneo
  1. gongefa

    0下载:
  2. 以下是我的共轭梯度法的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.
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:1605
    • 提供者:xiaozhi
  1. gongetidufa

    0下载:
  2. 多元函数的共扼梯度法VC代码,子过程FRPRMN实现了该方法的过程。-multi-function conjugate gradient method VC code, sub-process FRPRMN realization of the method process.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1001
    • 提供者:wuyan
  1. jiaochachafen

    0下载:
  2. 数字图象处理课题:梯度法和Roberts梯度(交叉差分)。程序运行于MATLAB环境下-digital image processing tasks : gradient method and Roberts gradient (cross-Difference). Procedures in the MATLAB environment
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:4082
    • 提供者:白黎
  1. SteepestDescentMethod

    0下载:
  2. 最速下降梯度法MATLAB程序.转载自科研中国.-steepest descent gradient method MATLAB program. China reprinted from the research.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1317
    • 提供者:胡俊
  1. gongetidufa_linear

    0下载:
  2. 共轭梯度法,数值代数源码,n维Hilbert阵的极值。-conjugate gradient method, numerical algebra source, n-dimensional Hilbert RUF extreme.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1217
    • 提供者:tanyue
  1. pthotoccc

    0下载:
  2. 梯度法处理后的 图 )-gradient method to deal with the gradient map after map of the gradient method to deal with the map)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:2746
    • 提供者:阿强
  1. gegrad

    0下载:
  2. 用VC编写的一个共轭梯度法的程序,目票函数是给定的.-VC prepared by a conjugate gradient method procedures, head to the counting function is determined.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3369
    • 提供者:zhao
  1. 对称正定方程组的共轭梯度法

    0下载:
  2. Ch2-矩阵与线性代数方程组-Ch2-matrix and linear algebraic equations
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:1254
    • 提供者:文文
  1. Chx

    0下载:
  2. 最优化方法 共厄梯度法-Optimization Methods Ecuador gradient method
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:905
    • 提供者:聂立诚
  1. linearsolvers

    0下载:
  2. matlab编程的三个线性方程组求解子程序:cggm.m,fdm.m,febs.m.其中cggm.m为共轭梯度法求解子程序,fdm.m为最速下降法求解自程序,febs.m为三对角追赶法求解子程序.-Matlab programming three linear equations subroutine : cggm.m, fdm.m. febs.m. which cggm.m to conjugate gradient method subroutine, fdm.m for the steep
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1578
    • 提供者:王礼广
  1. searching

    0下载:
  2. 共轭梯度法,使用牛顿法或者使用抛物线插值法。-conjugate gradient method, the use of Newton's law or the use of parabolic interpolation.
  3. 所属分类:matlab例程

    • 发布日期:2014-01-15
    • 文件大小:1410
    • 提供者:jy
  1. gradient

    0下载:
  2. 线性搜索方法。用梯度法求单峰极值。适合初学者参考
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:13914
    • 提供者:linglinglu
  1. D11R8

    1下载:
  2. 多元函数的共轭梯度法求多元函数在无约束情况下的最小值
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:11717
    • 提供者:任林
  1. PCG

    3下载:
  2. % SSOR预处理的共轭梯度法求解方程Ax=b % 输入参数说明 % A 正定矩阵[n*n] % b 右边向量 % omega SSOR预处理参数(0--2) % Times 迭代次数 % errtol 给定误差终止条件 % %输出参数 % NewX 方程Ax=b的x近似解 % avgerr 求解的当前平均绝对误差
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-01-17
    • 文件大小:996
    • 提供者:zhxj
  1. shiyan3

    1下载:
  2. 用一阶梯度法,共轭梯度法和变尺度法求解多变量的寻优问题,其中单变量的寻优用的是0。618法
  3. 所属分类:matlab例程

    • 发布日期:2014-01-17
    • 文件大小:2294
    • 提供者:杨大棱
  1. cgm

    0下载:
  2. 本fortran程序用共轭梯度法求解实系数的的矩阵方程
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1191
    • 提供者:王天华
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com