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

搜索资源列表

  1. 1

    0下载:
  2. 最速下降法matlab源码 有一定参考价值-Steepest descent method matlab source has certain reference value
  3. 所属分类:Other systems

    • 发布日期:2017-11-24
    • 文件大小:933
    • 提供者:王哲
  1. zuiyouhuasuanfa

    1下载:
  2. 包括牛顿法,阻尼牛顿法,变尺度算法,最速下降法的优化算法程序。-Newton' s method, damped Newton method, variable metric algorithm, the steepest descent method optimization algorithm.
  3. 所属分类:Other systems

    • 发布日期:2017-11-13
    • 文件大小:838882
    • 提供者:baoxiangyu
  1. zunewton-dfpdfp

    1下载:
  2. 实用最优化方法中的经典题目,包含DFP算法、共轭梯度法、内点法、阻尼牛顿法、最速下降法,都要求在matlab软件下执行,有正确结果输出。-The classical topics practical optimization method, including the DFP algorithm, conjugate gradient method, interior point method, damped Newton method, the steepest descent method,
  3. 所属分类:matlab

    • 发布日期:2017-11-08
    • 文件大小:18935
    • 提供者:10.2
  1. grad

    0下载:
  2. 最速下降法又称为梯度法,是1847 年由著名数学家Cauchy 给出的,它是解析法中最古老的一种,其他解析方法或是它的变形,或是受它的启发而得到的,因此它是最优化方法的基础。作为一种基本的算法,他在最优化方法中占有重要地位,主要用来求解无约束最优化问题。-the steepest_descend_method
  3. 所属分类:matlab

    • 发布日期:2017-11-19
    • 文件大小:785
    • 提供者:连云赵
  1. zsxjfqzyj

    0下载:
  2. 属于机械优化设计中运用最速下降法求最优解-Optimization of Mechanical Design in the use of the steepest descent method, the optimal solution
  3. 所属分类:Other systems

    • 发布日期:2017-12-03
    • 文件大小:789
    • 提供者:李四
  1. chengxudaima

    0下载:
  2. 最优化理论,最速下降法,matlab实现,很好地,分享一下-Optimization theory, the steepest descent method, matlab realize, well, to share
  3. 所属分类:assembly language

    • 发布日期:2017-11-21
    • 文件大小:1151
    • 提供者:bai
  1. conjugateGradient

    0下载:
  2. 共轭梯度法(Conjugate Gradient)是介于最速下降法与牛顿法之间的一个方法,它仅需利用一阶导数信息,但克服了最速下降法收敛慢的缺点,又避免了牛顿法需要存储和计算Hesse矩阵并求逆的缺点,共轭梯度法不仅是解决大型线性方程组最有用的方法之一,也是解大型非线性最优化最有效的算法之一。-failed to translate
  3. 所属分类:Other systems

    • 发布日期:2017-11-20
    • 文件大小:982
    • 提供者:wang yikai
  1. chengxu

    0下载:
  2. 用批处理最速下降法训练网络,利用Matlab scr ipt节点实现在此以对一个非线性函数的逼近作为例子来说明 -Batch steepest descent method to train the network to use Matlab scr ipt node to achieve this as an example of a nonlinear function approximation to illustrate
  3. 所属分类:Other systems

    • 发布日期:2017-12-01
    • 文件大小:13693
    • 提供者:魏新
  1. Mathematical-optimization-toolbox

    0下载:
  2. 数学最优化工具箱,内含0.618法,Fibonacci法,共轭梯度法,你牛顿法,牛顿法,最速下降法。每个算法都有一个实例用matlab实现-Mathematical optimization toolbox, containing 0.618 Fibonacci method, conjugate gradient method, Newton, Newton, steepest descent method. Each algorithm has an example of using mat
  3. 所属分类:Algorithm

    • 发布日期:2017-11-15
    • 文件大小:11230
    • 提供者:商恒超
  1. The-steepest-descent-method

    0下载:
  2. 关于最优化算法的Matlab仿真程序,最速下降法与牛顿法。-Optimization algorithm Matlab simulation program, the steepest descent method and Newton method.
  3. 所属分类:matlab

    • 发布日期:2017-11-08
    • 文件大小:2675
    • 提供者:lyn
  1. 1

    1下载:
  2. 最速下降法求非线性无约束最优化(函数极值)问题-The steepest descent method for solving nonlinear unconstrained optimization (function extremum) problem
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-08
    • 文件大小:2859
    • 提供者:wwe
  1. zsxjf

    0下载:
  2. 最速下降法 功能比较简单 自己编的 不过运行正确-The steepest descent method function is relatively simple series of
  3. 所属分类:Algorithm

    • 发布日期:2017-12-03
    • 文件大小:9149
    • 提供者:
  1. steepest-descent-method

    0下载:
  2. 本代码为《最优化理论与方法》书籍中的拥有Amijo改进的最速下降法算法的代码,并举了3个书上的作业题的例子,本代码中的目标函数和约束等初值可由需要进行改变,来得到所期望的计算-The code for the " optimization theory and method" books have Amijo improvement in the steepest descent method algorithm code, citing the three books on
  3. 所属分类:source in ebook

    • 发布日期:2017-11-10
    • 文件大小:5799
    • 提供者:wxq
  1. gradient_descent

    0下载:
  2. 非线性规划,无约束优化问题的解法,最速下降法,材料以及源码-Linear programming, unconstrained optimization problem solution, the steepest descent method, materials and source
  3. 所属分类:Special Effects

    • 发布日期:2017-12-05
    • 文件大小:768098
    • 提供者:kamy
  1. STEEPESTTest

    0下载:
  2. 最速下降法; 非线性最优化算法; C#编程; 多元;-Steepest descent method nonlinear optimization algorithms C# programming diverse
  3. 所属分类:CSharp

    • 发布日期:2017-12-01
    • 文件大小:38261
    • 提供者:zhanglee
  1. BP-neural-network-prediction-method

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

    • 发布日期:2017-11-01
    • 文件大小:3783
    • 提供者:陈发东
  1. steepest-descent

    0下载:
  2. 这个源码在VC++6.0平台上用C语言编写的,实现了最速下降法的全过程。-The source code written in C language on vc++ 6.0 platform, realize the whole process of the steepest descent method.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:585
    • 提供者:yangjunlin
  1. Optimization-Methods-

    7下载:
  2. 《最优化方法及其Matlab程序设计》较系统地介绍了非线性最优化问题的基本理论和算法,以及主要算法的Matlab程序设计,主要内容包括(精确或非精确)线搜索技术、最速下降法与(修正)牛顿法、共轭梯度法、拟牛顿法、信赖域方法、非线性最小二乘问题的解法、约束优化问题的最优性条件、罚函数法、可行方向法、二次规划问题的解法、序列二次规划法等。-" Optimization Methods and Matlab programming," a more systematic introd
  3. 所属分类:matlab

    • 发布日期:2015-12-23
    • 文件大小:1792000
    • 提供者:赵雪伟
  1. SDescent

    0下载:
  2. 最速下降法求解函数极值,该程序可用于求解任何函数的极值-Steepest descent method for solving function extremum
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:2274
    • 提供者:于龙
  1. zuisuxiajiangfa

    0下载:
  2. 最速下降法,基於matlab開發環境,可用於求解優化問題-The steepest descent method, based on matlab development environment can be used to solve optimization problems
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:695
    • 提供者:李鼎权
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 24 »
搜珍网 www.dssz.com