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

搜索资源列表

  1. conjugate-gradient-method_matlab.tar

    0下载:
  2. 利用共轭梯度法进行方程组求解的MATLAB源代码-Solving equations by conjugate gradient method (matlab code)
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:3952
    • 提供者:Lynn
  1. conjugate

    0下载:
  2. conjugate就是所谓的共轭梯度法,用迭代的思想解决一些数值问题-conjugate is called the conjugate gradient method, iterative thinking to solve some numerical problems
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:580
    • 提供者:fan
  1. mit

    0下载:
  2. 可调增益的基于梯度法的模型参考自适应控制-Adjustable gain based on the gradient method of model reference adaptive control
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:788
    • 提供者:jiuzhe
  1. Ogongeep

    1下载:
  2. 优化设计方法:共轭梯度法的c语言言程序。初学入门者适用 -Optimal design method: conjugate gradient method c language statement was made by the program. Beginners Getting Started applicable
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-23
    • 文件大小:3886
    • 提供者:hzl128
  1. UCG_PLUSs

    0下载:
  2. 利用共轭梯度法(CG+)求解大规模无约束最优化问题,代代码所用语言为Fortran77., -The conjugate gradient method (CG+) for solving large-scale unconstrained optimization problems, the generation of code language is Fortran 77.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:396680
    • 提供者:yeyu
  1. gaodengshuxue

    0下载:
  2. 可实现的算法:软件说明: 1.全主元高斯约当消去法2.LU分解法3.追赶法4.五对角线性方程组解法5.线性方程组解的迭代改善6.范德蒙方程组解法7.托伯利兹方程组解法8.奇异值分解9.线性方程组的共轭梯度法10.对称方程组的乔列斯基分解法11.矩阵的QR分解12.松弛迭代法第2章插值1.拉格朗日插值2.有理函数插值3.三次样条插值4.有序表的检索法5.插值多项式6.二元拉格朗日插值-The algorithm can be realized: Software Descr iption:
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1442301
    • 提供者:liuwei
  1. Newton

    0下载:
  2. 压缩包里包含了无约束优化问题常用的几种求解方法的源程序:变量轮换法(variable_rotation.m)、最速下降法(steepest_descent.m)、修正牛顿法(modified_newton.m)、共轭梯度法(conjugate_gradient.m)。另外,coefficient_matrix.m为目标函数系数获得矩阵,minval.m为最小值计算函数,gradient.m为梯度计算函数-Compression bag contains unconstrained optimiz
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:1052
    • 提供者:zhuyuanli
  1. NLequationCalculator

    0下载:
  2. 4.1 非线性方程与方程组类设计 4.2 求非线性方程实根的对分法 4.3 求非线性方程一个实根的牛顿法 4.4 求非线性方程一个实根的埃特金迭代法 4.5 求非线性方程一个实根的连分式解法 4.6 求实系数代数方程全部根的QR方法 4.7 求实系数代数方程全部根的牛顿-下山法 4.8 求复系数代数方程全部根的牛顿-下山法 4.9 求非线性方程组一组实根的梯度法 4.10 求非线性方程组一组实根的拟牛顿法 4.11 求非线性方程组最小二
  3. 所属分类:Algorithm

    • 发布日期:2017-03-25
    • 文件大小:76218
    • 提供者:王健
  1. matrix

    0下载:
  2. 共轭梯度法可以实现正定线性方程组的求解,并可以通过实例进行验证-Conjugate gradient method can achieve positive definite linear equations, and can be verified by an example
  3. 所属分类:source in ebook

    • 发布日期:2017-11-30
    • 文件大小:682180
    • 提供者:翟军
  1. Improved-BP-neural-network-algorithm

    0下载:
  2. 改进型的BP神经网络算法,基于量化共轭梯度法搜索-Improved BP neural network algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-17
    • 文件大小:8313
    • 提供者:烦渴
  1. optical-folw

    0下载:
  2. 基于光流的各种梯度计算方法 用拟牛顿法求极小值点和最速下降梯度法matlab程序-Based on optical flow of all kinds of gradient calculation
  3. 所属分类:Special Effects

    • 发布日期:2017-11-07
    • 文件大小:1364
    • 提供者:沙晓鹏
  1. bfs

    0下载:
  2. 共轭梯度法计算线性方程组的代码。本段代码采用了F90的风格书写。注意共轭梯度法只适用于对称正定的矩阵。-Conjugate gradient method to calculate the linear equations of the code. The section of code uses the the F90 style of writing. Note conjugate gradient method is only applicable to symmetric positiv
  3. 所属分类:Algorithm

    • 发布日期:2017-11-21
    • 文件大小:2470
    • 提供者:胡义勇
  1. multidimensional-extremum-problems

    1下载:
  2. 无约束多维极值问题,包含 用模式搜索法求解多维函数的极值 用Rosenbrock法求解多维函数的极值 用单纯形搜索法求解多维函数的极值 用Powell法求解多维函数的极值 用最速下降法求解多维函数的极值 用共轭梯度法求解多维函数的极 用牛顿法求解多维函数的极值 用修正牛顿法求解多维函数的极值 用DFP法求解多维函数的极值 用BFGS法求解多维函数的极值 用信赖域法求解多维函数的极值 用显式最速下降法求正定二次函数的极值 -Unconstrain
  3. 所属分类:Other systems

    • 发布日期:2017-11-14
    • 文件大小:6433
    • 提供者:张然
  1. Equation

    0下载:
  2. 大型对称方程组解算(Fortran90): 共轭梯度法、高斯消元法和平方根法-Large symmetric linear solver (Fortran90): conjugate gradient method, Gaussian elimination and the square root method
  3. 所属分类:Algorithm

    • 发布日期:2017-12-01
    • 文件大小:1548
    • 提供者:Zhang Chuanyin
  1. yixuetuanxiang

    0下载:
  2. 梯度法提取医学图像边缘,交互式计算圆半径,两点距离等信息,有GUI图形用户界面-Gradient method to extract the edge of the medical image interactive calculate the radius of the circle, distance between two points, the GUI graphical user interface
  3. 所属分类:Special Effects

    • 发布日期:2017-11-28
    • 文件大小:9532
    • 提供者:zhaocd
  1. JY

    0下载:
  2. 简易梯度法求解非线性规划,这是一个自己编的算法-Simple gradient method for solving nonlinear programming, which is a series of algorithms
  3. 所属分类:Algorithm

    • 发布日期:2017-12-04
    • 文件大小:298147
    • 提供者:龙飞
  1. Linear-Equations-Solving

    0下载:
  2. 包含线性方程组迭代解法的共轭梯度法和最速下降法Matlab源代码级收敛性分析报告,以及线性方程组Matlab解法的参考资料-Contains linear equations iterative method for solving the conjugate gradient method and the steepest descent method Matlab source-level convergence analysis report, as well as linear equa
  3. 所属分类:Algorithm

    • 发布日期:2017-11-12
    • 文件大小:4758739
    • 提供者:吉韦
  1. D11R8

    0下载:
  2. 多元函数的共轭梯度法,配有实际调用的例子与输入数据-Multivariate function conjugate gradient method, with the example of the input data of the actual call
  3. 所属分类:Data structs

    • 发布日期:2017-11-17
    • 文件大小:3308
    • 提供者:liubt
  1. CG

    0下载:
  2. 共轭梯度法求极值,非常值得学习一下,谢谢大家的支持-the max value of CG
  3. 所属分类:MPI

    • 发布日期:2017-12-06
    • 文件大小:17363
    • 提供者:韩亚伟
  1. gongetidu

    0下载:
  2. 共轭梯度法的matlab实现,给出任意的一个对称矩阵,可通过较小的迭代次数得到所要求精度的数值解-Conjugate gradient method matlab to achieve, given any symmetric matrix by a smaller number of iterations to obtain the required accuracy of the numerical solution
  3. 所属分类:Other systems

    • 发布日期:2017-11-15
    • 文件大小:47332
    • 提供者:张晶
« 1 2 ... 13 14 15 16 17 1819 20 21 22 23 ... 50 »
搜珍网 www.dssz.com