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

搜索资源列表

  1. SteepestDescentMethod

    0下载:
  2. 最速下降梯度法matlab程序 -Steepest Descent Method
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:26173
    • 提供者:王雪
  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. neuralnetworks

    0下载:
  2. For training two-layer perceptrons using steepest descent.
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:2336
    • 提供者:huneza
  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. --matlab

    0下载:
  2. 用MATLAB代码来实现最速下降法的计算。-MATLAB code used to achieve the steepest descent method calculations.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:2744
    • 提供者:Joyee
  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. conjugate_gradient_method

    0下载:
  2. 1. 程序运行时首先输入要求解第几题,然后输入初始点,即可得到最后结果。从程序运行结果中我们可以看到,采用共轭梯度法所得的结果比采用最速下降法所得的结果更为精确,这是由于:共轭梯度法实质上是对最速下降法的修正,使搜索方向变为共轭方向,即每一步的搜索方向都要对该步的负梯度进行修正。-1. Program run-time solution of the first type the first few questions asked, and then enter the initial poin
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1122
    • 提供者:陈卫亮
  1. zuisutidu

    0下载:
  2. 最速下降法,用于计算机,数值方法的实现,需调试再用,谢谢大家-steepest descent method
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:862
    • 提供者:杨泉
  1. UnwellLineEquSet-matlab

    0下载:
  2. 病态线性方程组的计算题,涉及Gauss消元法、雅可比迭代法、高斯-赛德尔迭代法、最速下降法和共轭梯度法。每一个方法,都编写一个m文件,封装成函数的形式。然后通过总的HilbLineEquSet.m文件来调用执行,画出误差曲线图,得到运行结果。总的Matlab程序流程,如下所示: 病态方程组的计算包括:HilbLineEquSet.m、gauss.m、jacobi.m、gauss_seidel.m、fastest_descend.m和conjugated_grad.m六个文件。 程序执行结
  3. 所属分类:matlab

    • 发布日期:2016-06-04
    • 文件大小:5791
    • 提供者:陈永恒
  1. steepestdescent

    0下载:
  2. 很强大的最速下降法的C++算法程序,结果也比较精确-A very powerful method of steepest descent algorithm for the C++ program, the results more precise
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:205002
    • 提供者:chenhong
  1. Simulation_of_a_variety_of_LMS_Algorithm

    0下载:
  2. 仿真了LMS算和和牛顿算法以及最速下降算法有图形可以清楚的看到几个算法的收敛速度的快慢-Calculation and simulation of the LMS and Newton algorithm and the steepest descent algorithm can clearly see several graphical convergence of the algorithm for the pace of
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:4198
    • 提供者:朱向鹏
  1. cc

    0下载:
  2. 实现最陡下降法,研究步长因子和特征扩散度对收敛速度的影响-Achieve the steepest descent method to study the characteristics of step length factor and the proliferation of degree of influence on the convergence rate
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-01
    • 文件大小:841
    • 提供者:yushan
  1. dpnewton_zuisu

    2下载:
  2. 阻尼牛顿法、最速下降法、变尺度法的matlab程序。-Damped Newton' s method, steepest descent method, variable metric method matlab program.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:1476
    • 提供者:ken
  1. MATLABoptimization

    19下载:
  2. matlab最优化程序包括 无约束一维极值问题 进退法 黄金分割法 斐波那契法 牛顿法基本牛顿法 全局牛顿法 割线法 抛物线法 三次插值法 可接受搜索法 Goidstein法 Wolfe.Powell法 单纯形搜索法 Powell法 最速下降法 共轭梯度法 牛顿法 修正牛顿法 拟牛顿法 信赖域法 显式最速下降法, Rosen梯度投影法 罚函数法 外点罚函数法 內点罚函数法 混合罚函数法 乘子法 G-N法 修正G-N法 L-M法
  3. 所属分类:matlab例程

    • 发布日期:2013-12-09
    • 文件大小:38442
    • 提供者:百位过
  1. most_descendant

    0下载:
  2. 一个最速下降法实现例子,有需要的可以-A steepest descent method to achieve an example, there is need to take a look at
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1946
    • 提供者:leexiaozh
  1. SA

    1下载:
  2. 模拟退火算法和最速下降法的结合,既有模拟退火算法的全局性,搜索过程中最速下降法确定搜索方向,提高了收敛速度。-Simulated annealing algorithm and a combination of steepest descent method, both simulated annealing algorithm for the global nature of the search process in the steepest descent method to determ
  3. 所属分类:Algorithm

    • 发布日期:2014-12-22
    • 文件大小:2135
    • 提供者:cuiping5122
  1. somefunctiontosolveextremum

    0下载:
  2. 目标函数的几种极值求解方法,包括最速下降法,拟牛顿法,共轭梯度法MATLAB实现-The objective function to solve several extreme methods, including steepest descent, quasi-Newton method, conjugate gradient method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:53780
    • 提供者:黄梅
  1. zuisuxiaj

    0下载:
  2. 最速下降法实现多项式最小值,该程序多项式是特定的。-Steepest descent method to achieve the minimum polynomial, the polynomial is a specific procedure.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-09
    • 文件大小:1913372
    • 提供者:zxp
  1. GA

    0下载:
  2. 热力学遗传算"~-(therm odynamical genetic algorithms,简称TDGA)借鉴固体退火过程中能量与熵的竞争 模式来协调GA 中“选择压力”和“种群多样性”之间的冲突.然而TDGA 目前极高的计算代价限制了其应用.为了提 高TDGA的计算效率,首先定义一种等级熵(rating—based entropy,J~j称RE)度量方法,它能以较小的计算成本度量种 群中个体适应值的分散程度.然后引入分量热力学替换规则(component thermod)rnami
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:384343
    • 提供者:郭事业
« 1 2 3 4 5 67 8 9 10 11 ... 25 »
搜珍网 www.dssz.com