CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 最速下降法

搜索资源列表

  1. 最速下降法程序源代码

    2下载:
  2. 用最速下降法实现无约束模型的优化计算。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2009-03-12
    • 文件大小:8521
    • 提供者:inndoor@126.com
  1. 一个最速下降法的Matlab程序.rar

    2下载:
  2. 一个最速下降法的Matlab程序.rar
  3. 所属分类:数学计算/工程计算

  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. zuiyouhuashiyanbaogao

    5下载:
  2. 用MATLAB求解无约束的问题,主要有最速下降法,牛顿法,共轭梯度法,变尺度法(DFP和BFGS法),非线性最小二乘法。 用MATLAB求解有约束的问题,主要是外惩罚函数和广义乘子法。 以及一些对具体问题的分析,MATLAB的代码在文档里都有。 -Using MATLAB to solve the problem of non-binding, there are the steepest descent method, Newton method, conjugate gradie
  3. 所属分类:Algorithm

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

    1下载:
  2. 最速下降法求极值的vb源程序,优化课上的作业。-Steepest descent algorithm for the vb source extremum, and optimize the class work.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:10348
    • 提供者:胡兴武
  1. zuiyouhua

    5下载:
  2. 此源码包是我本学期最优化理论课程的大作业,其中包括了我自己写的以下常用最优化算法的实现代码:最速下降法,牛顿法,非线性最小二乘法,DFP法。fun1,fun2是两个测试函数。谢谢!-This is my source packages optimization theory this semester courses in large operations, including my own to write the following commonly used optimization al
  3. 所属分类:数学计算/工程计算

    • 发布日期:2013-12-14
    • 文件大小:3223
    • 提供者:白浩泉
  1. zsxjf

    0下载:
  2. 最速下降法,是数值分析中很重要的一种,源码为其在matlab中的实现。-Steepest descent method, numerical analysis is a very important one in the matlab source code for its realization.
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1012
    • 提供者:马丫
  1. edtu

    0下载:
  2. MATLAB实现最速下降法,希望大家用得上-MATLAB implementation steepest descent method, I hope everyone useful! ! ! ! ! ! ! ! !
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1397
    • 提供者:魏雪漫
  1. steepest_descent_method

    0下载:
  2. 采用最速下降法查找最小值,采用H终止准则,计算时间很快,很适合初学者使用-Steepest descent method using the minimum search using H termination criteria, the computation time soon, it is suitable for beginners to use
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:5090
    • 提供者:sailorkai
  1. zuisuxiajiangfa

    0下载:
  2. 最速下降法优化,无约束,可以自己改进。很容易懂有简单的说明。-Steepest descent method optimization, non-binding, can improve. There is a simple easy to understand explanation.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1249
    • 提供者:menglingsai
  1. steepest_descent

    2下载:
  2. 这个Matlab程序实现最速下降算法。最速下降法是一种最基本的算法,它在最优化方法中占有重要地位.最速下降法的优点是工作量小,存储变量较少,初始点要求不高;缺点是收敛慢,最速下降法适用于寻优过程的前期迭代或作为间插步骤,当接近极值点时,宜选用别种收敛快的算法. -Matlab implementation of this procedure steepest descent algorithm.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:2312
    • 提供者:小豆蔻
  1. zuisuxiajiangfa

    0下载:
  2. 简单的最速下降法算法,适合于刚刚学习最优化方法的同学们参考-simply the speediest downing method
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:3565
    • 提供者:陈明辉
  1. shuzhi

    0下载:
  2. 计算最速下降法和黄金分割法的程序,计算结果精确。-Calculation of the steepest descent method and the golden section method of procedure, precise results.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:694
    • 提供者:Yang
  1. 最速下降法

    1下载:
  2. 梯度下降法是一个最优化算法,通常也称为最速下降法。最速下降法是求解无约束优化问题最简单和最古老的方法之一,虽然现在已经不具有实用性,但是许多有效算法都是以它为基础进行改进和修正而得到的。最速下降法是用负梯度方向为搜索方向的,最速下降法越接近目标值,步长越小,前进越慢。(The gradient descent method is an optimization algorithm, also known as steepest descent. The steepest descent meth
  3. 所属分类:matlab例程

  1. 最速下降法

    0下载:
  2. 最速下降法,用于地球物理中的一维大地电磁反演,为广大物探学子提供一个参考(The steepest descent method is used for one-dimensional electromagnetic inversion in geophysics to provide a reference for scholars)
  3. 所属分类:matlab例程

  1. 最速下降法完整版(精简版可打印)1603261421

    0下载:
  2. 实现最速下降法,用matlab实现最速下降法,可以在matlab中直接应用(Implement the steepest descent method with matlab to achieve the fastest descent method.)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-03
    • 文件大小:367616
    • 提供者:最棒的简约
  1. 最速下降法

    1下载:
  2. 最速下降法代码,数值计算算法,换参数即可(steepest descent method)
  3. 所属分类:matlab例程

    • 发布日期:2020-06-22
    • 文件大小:2048
    • 提供者:khkhkl
  1. 最速下降法

    1下载:
  2. 最优化课程中的最速下降法matlab程序,利用了wolfe搜索和armijo线搜索(Matlab program of steepest descent method in optimization course, using Wolfe search and Armijo line search)
  3. 所属分类:数学计算

    • 发布日期:2020-11-10
    • 文件大小:2048
    • 提供者:zjmjyo
  1. 最速下降法求解方程组

    0下载:
  2. 最速下降法就是梯度下降法,可以用于求解最小二乘问题(线性和非线性都可以)。可以说是求解机器算法的最古老、最经典的模型,另一种常用的方法是最小二乘法。(The steepest descent method is the gradient descent method, which can be used to solve the least squares problem (both linear and non-linear). It can be said that it is the ol
  3. 所属分类:数学计算

    • 发布日期:2020-05-03
    • 文件大小:3072
    • 提供者:maomao875
« 12 3 4 5 6 7 8 9 10 ... 19 »
搜珍网 www.dssz.com