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

搜索资源列表

  1. zuisuxiajiangdefangfa

    0下载:
  2. 最速下降法,本算法由Fortran 90语言编写,在Vistrual Fortran 5上编译通过-steepest descent method, the algorithm by the Fortran 90 language. In Vistrual Fortran compiled through 5
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:1607
    • 提供者:陈微
  1. steepest1111

    0下载:
  2. 一个最速下降法源码,很有用,需要的赶快下。-a steepest descent algorithm source code, useful, it needs quickly under.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1131
    • 提供者:赵伟
  1. COMPDIR

    0下载:
  2. % COMPDIR Computes a search direction in a subspace defined by Z. % Helper function for NLCONST. % Returns Newton direction if possible. % Returns random direction if gradient is small. % Otherwise, returns steepest descent direction. % I
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1611
    • 提供者:张风
  1. NumericalLinearAlgebra

    2下载:
  2. 数值线性代数的Matlab应用程序包 共13个程序函数,每个程序函数有相应的例子函数一一对应,以*Example.m命名 程序名称 用途 Method 方法 GrmSch.m QR因子分解 classical Gram-Schmidt orthogonalization 格拉母-斯密特 MGrmSch.m QR因子分解 modified Gram-Schmidt iteration 修正格拉母-斯密特 householder.m QR因子分
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:6530
    • 提供者:YUXIANGCHENG
  1. Steepest.Descent.Method.matlab

    1下载:
  2. matlab经典算法的程序 最速下降梯度法matlab程序
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1187
    • 提供者:温兆一
  1. 利用c语言编写的最速下降法程序

    0下载:
  2. 利用c语言编写的最速下降法程序,其中包括利用进退法和0.618法进行的一维搜索,Use c language steepest descent method procedures, including the use of advance and retreat method and 0.618 for one-dimensional search
  3. 所属分类:数学计算/工程计算

    • 发布日期:2016-01-25
    • 文件大小:5471
    • 提供者:icc
  1. Steepest_Descent_Method.rar

    0下载:
  2. 最速降模型是泛函分析中的一个经典问题,这里给出了求解该问题的Matlab解法。,Steepest Descent Method
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:831
    • 提供者:Frank
  1. 求解非线性问题的算法及程序

    0下载:
  2. 求解非线性问题的算法及程序,其中有如最速下降法的详细介绍和完整的理论推导过程,The algorithm for solving nonlinear problems and procedures, like the steepest descent method in which a detailed descr iption and complete the process of theoretical derivation
  3. 所属分类:编程文档

    • 发布日期:2017-03-24
    • 文件大小:579305
    • 提供者:peter
  1. Fortran_bp

    0下载:
  2. BP(Back Propagation)网络是1986年由Rumelhart和McCelland为首的科学家小组提出,是一种按误差逆传播算法训练的多层前馈网络,是目前应用最广泛的神经网络模型之一。BP网络能学习和存贮大量的输入-输出模式映射关系,而无需事前揭示描述这种映射关系的数学方程。它的学习规则是使用最速下降法,通过反向传播来不断调整网络的权值和阈值,使网络的误差平方和最小。BP神经网络模型拓扑结构包括输入层(input)、隐层(hide layer)和输出层(output layer)。-
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-23
    • 文件大小:2006
    • 提供者:陈财雄
  1. zuiyoutidu

    0下载:
  2. 最速下降法的Matlab程序,实现函数无约束条件下的最小值求解-Steepest descent method in Matlab, functions to achieve the minimum under no constraints to solve
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:1858
    • 提供者:fish
  1. EQU_SOLVE

    1下载:
  2. 完整的以最速下降法,牛顿迭代法,二分法求解非线性方程的Matlab程序源代码,含GUI界面,简洁明了,可对每种算法绘制收敛曲线,计算求解精度。-the completely matlab source code for equation solving by adapting steepest descent method,newton method, binary divided method,graphics user interface applied,simply and explici
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:16990
    • 提供者:张宏欣
  1. 06071419

    1下载:
  2. 机械优化设计的作业 包括一维搜索方法(二次差值,牛顿法,黄金分割法),以及最速下降法和内点惩罚函数法及等值线图-Optimal Design of mechanical operations, including one-dimensional search method (the second difference, Newton' s law, golden section method), and the steepest descent method and interior po
  3. 所属分类:matlab

    • 发布日期:2017-05-30
    • 文件大小:12697443
    • 提供者:王正宇
  1. NLP

    2下载:
  2. matlab最优化程序包括 无约束一维极值问题 进退法 黄金分割法 斐波那契法 牛顿法基本牛顿法 全局牛顿法 割线法 抛物线法 三次插值法 可接受搜索法 Goidstein法 Wolfe.Powell法 单纯形搜索法 Powell法 最速下降法 共轭梯度法 牛顿法 修正牛顿法 拟牛顿法 信赖域法 显式最速下降法-matlab optimization program includes one-dimensional extremum problem without constraint adva
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2016-01-26
    • 文件大小:780288
    • 提供者:林小博
  1. LM

    0下载:
  2. LM算法的简要描述。LM算法是一种定位多变量函数最小值的迭代技术,是解决非线性最小二乘问题的基本技术之一。-The Levenberg-Marquardt(LM)algorithm is an iterative technique that locates the minimum of a multivariate function that is expressed as the sum of squares of non-linear real-valued functions[4
  3. 所属分类:Algorithm

    • 发布日期:2016-01-25
    • 文件大小:27648
    • 提供者:徐琼
  1. chengxu

    0下载:
  2. 最优化源程序最速下降法的C语言编程,挺好的-Source optimization, steepest descent method of C language programming, quite good
  3. 所属分类:Database system

    • 发布日期:2017-03-31
    • 文件大小:22607
    • 提供者:贾晓伟
  1. zuishuxiajiangfa

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

    • 发布日期:2017-05-08
    • 文件大小:1913408
    • 提供者:周文欢
  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. nonrigid_version7b

    1下载:
  2. 非刚性图像配准算例,包括最速梯度下降优化、二次样条、2D/3D配准、互信息最小化、3D仿射等多种配准算法。 非刚性配准是当前应用最多的配准方法,用于处理有较大位移的配准问题-Non-rigid image registration examples, including the steepest gradient descent optimization, quadratic spline, 2D/3D registration, mutual information minimizatio
  3. 所属分类:Special Effects

    • 发布日期:2015-09-13
    • 文件大小:246046
    • 提供者:zhangji
  1. fminlbfgs_version2

    1下载:
  2. 这是一个快速的拟牛顿法程序,非常实用,非常强大-FMINLBFGS is a Memory efficient optimizer for problems such as image registration with large amounts of unknowns, and cpu-expensive gradients. Supported: - Quasi Newton Broyden–Fletcher–Goldfarb–Shanno (BFGS). -
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2012-12-20
    • 文件大小:10044
    • 提供者:奕风
  1. mydspexp1_bsdu

    1下载:
  2. 用matlab写的维纳滤波,最陡下降法的实现例程。-Matlab written by Wiener filtering, the steepest descent method to achieve routine.
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1453
    • 提供者:john
« 1 2 3 45 6 7 8 9 10 ... 25 »
搜珍网 www.dssz.com