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. 求解非线性问题的算法及程序

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

    0下载:
  2. 可以解决最优化分析问题里边的最速下降法问题,已经通过vc++测试-Optimization analysis can solve the problem inside the steepest descent method problems, has been passed vc++ Test
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:801
    • 提供者:charles
  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. 最速下降法

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

  1. 最速下降法

    1下载:
  2. 最速下降法是求解无约束优化问题的算法程序,许多有效算法都是以它基础通过改进或修正而得到的。(The steepest descent method is an algorithm procedure for solving unconstrained optimization problems. Many efficient algorithms are based on the improvement or modification of them.)
  3. 所属分类:易语言编程

    • 发布日期:2017-12-26
    • 文件大小:5120
    • 提供者:梦梦111
  1. 最速下降法

    4下载:
  2. 利用最速下降法极小化函数q(x)=(10x1^2-18x1x2+10x2^2)/2+4x1-15x2=13,线搜索步长为精确步长(Steepest descent method for numerical example)
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:1024
    • 提供者:Camille1994
  1. 最速下降法和牛顿法

    3下载:
  2. 基于回溯线搜索的最速下降法和牛顿法,配数值算例(Steepest descent method and Newton method based on backtracking line search)
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:1024
    • 提供者:Camille1994
  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. armijo线搜索+最速下降法的小程序

    2下载:
  2. armijo线搜索+最速下降法的小程序erfwefwerfwqrfw(Armijo line search + steepest descent algorithm appletfvv ewrwefg)
  3. 所属分类:其他

    • 发布日期:2019-10-25
    • 文件大小:1024
    • 提供者:ryrr
  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 ... 24 »
搜珍网 www.dssz.com