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

搜索资源列表

  1. Numerical_Analysis1

    0下载:
  2. CG方法 高等数值分析 PCG方法 最速下降法-CG methods of numerical analysis of higher PCG method steepest descent method
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:891
    • 提供者:CAICAI
  1. algorithms

    0下载:
  2. 分别用变尺度算法、牛顿法、阻尼牛顿法和最速下降法求函数的最值。-Variable metric algorithms were used, Newton, damped Newton method and steepest descent of a function of the value.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:835705
    • 提供者:tubao
  1. conjgrad

    0下载:
  2. 在matlab中实现共轭梯度算法,它的基本思想是在共轭方向法和最速下降法之间建立某种联系,以求得到一个既有效又有较好收敛性的算法-based on matlab to realize arithmetic of conjugate grads
  3. 所属分类:matlab

    • 发布日期:2017-11-12
    • 文件大小:1426
    • 提供者:缪飞
  1. SDCS

    3下载:
  2. 用matlab实现的改进的布谷鸟算法——SDCS,它是将最速下降法与CS相结合的-Matlab implementation of the improved algorithm of the cuckoo- SDCS , it will steepest descent method with CS
  3. 所属分类:Other systems

    • 发布日期:2015-10-31
    • 文件大小:2048
    • 提供者:丁默
  1. optimizationinC

    0下载:
  2. 最优化算法C语言程序,包括Newon弦切法、单纯行法、抛物线插值法、最速下降法、Powell法-Optimization algorithm C Language Program, including String Newon cutting method, simple lines law, the parabolic interpolation method, steepest descent method, Powell method
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:6539
    • 提供者:xnkl
  1. unconstrained_optimization

    1下载:
  2. VC实现的,多维函数搜索,无约束优化方法, (1)最速下降法 (2)阻尼牛顿法(3)共轭梯度法 (4)鲍维尔法(5)变尺度法(6)单纯形法 -VC implementation, multi-dimensional function of search, unconstrained optimization methods, (1), steepest descent method (2) damped Newton' s method (3) conjugate gradient
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-13
    • 文件大小:3191037
    • 提供者:李湖
  1. 1-8

    0下载:
  2. %求解系数矩阵对称正定的线性方程组的最速下降法 - Solution of symmetric positive definite coefficient matrix of linear equations of the steepest descent method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:838
    • 提供者:dulan
  1. conjugategrads

    0下载:
  2. 图像重建常常被转化为解非线性无约束极值问题, 通过范数极小化推导出共扼梯度法的 一般算法。通过对模拟数据和实际工件断层扫描数据进行图像重建, 估计了算法的有效性, 结果表明, 与最速下降法相比, 此算法更适用于不完全投影数据的图像重建, 在保证重建图像拟合度的同时, 大大提高了重建速度。-Image reconstruction has often been transformed into solving nonlinear unconstrained extremum problem,
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:364484
    • 提供者:孙翔
  1. zuisutidufa

    0下载:
  2. 求解系数矩阵对称正定的线性方程组的最速下降法-Symmetric positive definite coefficient matrix for solving linear equations steepest descent method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:555
    • 提供者:peter
  1. zuisutidu

    0下载:
  2. 最速梯度下降法-Steepest gradient descent method
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:863
    • 提供者:peter
  1. iterative

    3下载:
  2. rs 里查森迭代法求线性方程组 crs 里查森参数迭代法求线性方程组 grs 里查森迭代法求线性方程组 jacobi 雅可比迭代法求线性方程组 gauseidel 高斯-赛德尔迭代法求线性方程组 SOR 超松弛迭代法求线性方程组 SSOR 对称逐次超松弛迭代法求线性方程组 JOR 雅可比超松弛迭代法求线性方程组 twostep 两步迭代法求线性方程组 fastdown 最速下降法求线性方程组 conjgrad 共轭梯度法求线性方程组 preconjgr
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:7167
    • 提供者:zuoxl
  1. MATLAB

    0下载:
  2. 最速下降法 优化算法问题以及其说明等等 -decent answerr method
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:19683
    • 提供者:黎明
  1. STEEP.ZIP

    0下载:
  2. 一个最速下降的开发, matlab的代码示例。希望对大家有所帮助-steepest descent
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:2799
    • 提供者:wuji
  1. deepest

    0下载:
  2. 对给定的函数进行最速下降法求最低点的例子-a example for deepest method
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:674
    • 提供者:无其
  1. minDFP

    0下载:
  2. 单纯型算法和最速下降法的综合算法,能很快的搜索到最小值。-Simplex algorithm and steepest descent method of synthesis algorithms to quickly search the minimum.
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:532
    • 提供者:liwen
  1. zishiyingsuanfa

    0下载:
  2. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2558
    • 提供者:郑程
  1. ZFRR

    0下载:
  2. 数值方法中的最速下降法!用FROTRAN编写的,-Numerical methods in the steepest descent method! Written by FROTRAN, thank you
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-10
    • 文件大小:1109
    • 提供者:yaojinwei
  1. desc

    0下载:
  2. 最速下降法 求极小值问题的程序示例 其中包含三个函数-Steepest descent procedure for seeking the minimum value problem examples
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:898
    • 提供者:alun
  1. AGC_simulation

    0下载:
  2. 采用最速下降法的AGC仿真,比较了用误差平均和仅用当次误差的控制效果。-The steepest descent method using the AGC simulation, compared with the average error, and only when the second error control effect.
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:517
    • 提供者:鲁信
  1. lms

    0下载:
  2. 神经网络LMS算法(最速下降法),matlab源程序-neural networl LMS algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1206
    • 提供者:li bo
« 1 2 3 4 5 67 8 9 10 11 ... 26 »
搜珍网 www.dssz.com