搜索资源列表

  1. SteepestDescentMethod

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

    • 发布日期:2024-05-21
    • 文件大小:26624
    • 提供者:王雪
  1. minDFP

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

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:liwen
  1. neuralnetworks

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

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:huneza
  1. ZFRR

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

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:yaojinwei
  1. desc

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

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:alun
  1. --matlab

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

    • 发布日期:2024-05-21
    • 文件大小:3072
    • 提供者: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例程

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:鲁信
  1. LMS

    0下载:
  2. 本例对LMS算法和最陡下降沿算法进行了实现和比较-The cases of the LMS algorithm and the steepest falling and comparison of algorithms for achieving
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:zhangchen
  1. conjugate_gradient_method

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

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:陈卫亮
  1. zuisutidu

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

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:杨泉
  1. UnwellLineEquSet-matlab

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

    • 发布日期:2024-05-21
    • 文件大小:6144
    • 提供者:陈永恒
  1. unconstrained_optimization

    0下载:
  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
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:3190784
    • 提供者:李湖
  1. steepestdescent

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

    • 发布日期:2024-05-21
    • 文件大小:204800
    • 提供者: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. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:4096
    • 提供者:朱向鹏
  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. 所属分类:绘图程序

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:yushan
  1. dpnewton_zuisu

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

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:ken
  1. MATLABoptimization

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

    • 发布日期:2024-05-21
    • 文件大小:38912
    • 提供者:百位过
  1. most_descendant

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

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:leexiaozh
  1. zuishuxiajiangfa

    0下载:
  2. 运用最速下降法来给函数求极值的c++ 程序-Using the steepest descent method to seek extreme value to the function of the c++ program
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:1913856
    • 提供者:周文欢
  1. SA

    0下载:
  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 ste
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:cuiping5122
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 29 »

源码中国 www.ymcn.org