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

搜索资源列表

  1. Optimization

    3下载:
  2. 约束最优化方法--最速下降法(也叫梯度法),是人们用来求多个变量函数极值问题的最早的一种方法。-Constrained optimization methods- steepest descent method (also known as gradient method), is used for multiple variables function Extremum Problems earliest methods.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2012-12-20
    • 文件大小:1858
    • 提供者:anytry
  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. Steepest

    3下载:
  2. 计算梯度下降法计算极值,只能找到局部最小点。可以通过调整步长实现全局最小-Calculation of gradient descent method to calculate extreme value, can only find local minimum point. By adjusting the step size can achieve the global minimum
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2012-12-20
    • 文件大小:1204
    • 提供者:宗丹
  1. Unconstrained_optimization

    3下载:
  2. 压缩包里包含了无约束优化问题常用的几种求解方法的源程序:变量轮换法(variable_rotation.m)、最速下降法(steepest_descent.m)、修正牛顿法(modified_newton.m)、共轭梯度法(conjugate_gradient.m)。另外,coefficient_matrix.m为目标函数系数获得矩阵,minval.m为最小值计算函数,gradient.m为梯度计算函数-Compression bag contains unconstrained optimiz
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:4607
    • 提供者:闫安心
  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. steepest_method_with_const_step

    0下载:
  2. NUMERICAL OPTIMIZATION: This steepest descent method with constant step length to find the minima of f(x, y) = xy exp(− 2x^2 − y^2 + 0.3y) Graphical represxentation in 5 ways of solution, simple and clear explained.-NUMERICAL OPTIMIZ
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:824
    • 提供者:venera
  1. steepestdescent

    0下载:
  2. Steepest descent have been applied to a biomedical application data and the component responsible for key operation is obtained
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:3327
    • 提供者:Madhavaraja
  1. steepdes

    0下载:
  2. In mathematics, the method of steepest descent or stationary phase method or saddle-point method is an extension of Laplace s method for approximating an integral, where one deforms a contour integral in the complex plane to pass near a stationary po
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1374
    • 提供者:suci ariani
  1. zuisuxiajiangfa

    0下载:
  2. 最速下降法(steepest descent method)是以负梯度方向作为下降方向的极小化算法,又称梯度法,是1874年法国科学家Cauchy提出的,最速下降法是无约束最优化中最简单的方法。-Steepest descent method
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:2540
    • 提供者:刘小祖
  1. steepest-descent

    0下载:
  2. 这是一个用最速下降法求解线性方程的方法,程序代码使用matlab语言。 -This is a steepest descent method for solving linear equations, program code using matlab language.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:1957
    • 提供者:建勋
  1. Steepest-descent-method

    0下载:
  2. 最优化算法,最速下降法,matlab函数实现 function [istatus,xm,ym,lamda]=quickestdown(y,x0,lamda0, tol, maxIter) 最速下降法 输入:fun--目标函数 x--变量 x0---初始位置 lamda0--初始步长 tol---精度 maxIter--最大迭代次数 -Steepest descent method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:680
    • 提供者:cola
  1. The-whole-descent-method

    0下载:
  2. MATLAB实现的最速下降法,简单易懂,大家可以下载看一下,做参考。-MATLAB implementation of the steepest descent method is simple to understand, we can download the look, do reference.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-06
    • 文件大小:3481
    • 提供者:YanZhi
  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. 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-03
    • 文件大小:585
    • 提供者:yangjunlin
  1. steepest-descent-method

    1下载:
  2. 使用最速下降法求解二元函数的极值,内含区间取半法的一维寻优,有实例和说明,不只是算法。-Using the steepest descent method for solving the dual function of extremes, containing half the interval to take a one-dimensional optimization method, there are examples and illustrations, not just algori
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1505
    • 提供者:
  1. The-steepest-descent-method-matlab

    0下载:
  2. 程序是通过最速下降法寻找三阶二维的目标函数的局布极值点。-Program is through the steepest descent method to find the objective function of the third-order two-dimensional local extremum point.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1286
    • 提供者:刘宇涛
  1. steepest-descent-method

    0下载:
  2. 解线性方程组的最速下降法,编译器用的是intel visual fortran-solve linear equations with steepest descent method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:807
    • 提供者:王茁
  1. steepest-descent-method

    0下载:
  2. 带有MonteCarlo实验的最速下降法,应用于自适应滤波器-MonteCarlo experiment with the steepest descent method, used in the adaptive filter
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1243
    • 提供者:MacChauncey
  1. Steepest-descent-method

    0下载:
  2. 最速下降方法是最优化的主要方法,是最优化方向的主要分支-The steepest descent method is the main method of optimization, it is the main branch of the optimization direction.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2484
    • 提供者:武高玉
  1. steepest-descent-

    0下载:
  2. 使用matlab实现最速下降法,已经经过测试,可以正确使用-Using matlab to achieve the steepest descent method has been tested and used properly.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:869
    • 提供者:于天明
« 12 3 4 5 6 7 8 9 10 ... 17 »
搜珍网 www.dssz.com