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

搜索资源列表

  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
    • 文件大小:1.81kb
    • 提供者:anytry
  1. 最速梯度法

    0下载:
  2. 在MATLAB中开发的最速梯度法算例-in MATLAB development of the steepest gradient method counting cases
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:3.04kb
    • 提供者:宫志国
  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
    • 文件大小:1.18kb
    • 提供者:宗丹
  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
    • 文件大小:4.5kb
    • 提供者:闫安心
  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
    • 文件大小:3.15kb
    • 提供者:白浩泉
  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
    • 文件大小:1012byte
    • 提供者:马丫
  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
    • 文件大小:4.97kb
    • 提供者:sailorkai
  1. steepest.decent.method.tar

    0下载:
  2. c code for steepest decent method
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-15
    • 文件大小:6.47kb
    • 提供者:ganesh
  1. Nonlinear_Programming

    3下载:
  2. 非线性规划中的最陡下降法、BFGS方法和共轭梯度法matlab源程序(3-拟牛顿BFGS方法).m-Non-linear programming in the steepest descent method, BFGS and conjugate gradient method matlab source code (3- Quasi-Newton BFGS method). M
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:738byte
    • 提供者:lilin
  1. defuzzy

    0下载:
  2. Animation for steepest descent, Newton, and LM directions
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:520byte
    • 提供者:ev4nsence
  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
    • 文件大小:824byte
    • 提供者: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
    • 文件大小:3.25kb
    • 提供者:Madhavaraja
  1. steepest_descent

    0下载:
  2. Numerical optimization, Steepest descent
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:1.38kb
    • 提供者:ehwa
  1. Steepest_descent

    0下载:
  2. Algorithm for Steepest Descent optimisation of an 2D function Comments in Romanian
  3. 所属分类:STL

    • 发布日期:2017-04-16
    • 文件大小:25.6kb
    • 提供者:PSP
  1. steepest

    1下载:
  2. 实用最优化方法 最速下降法 变尺度法 牛顿法 阻尼牛顿法 皆为可运行程序-The most practical method of steepest descent optimization variable metric method damped Newton' s method Newton' s method can run the program are all
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:1.56kb
    • 提供者:Sharon
  1. steepest_descentwewe

    0下载:
  2. Steepest Descent Algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:688byte
    • 提供者:samiio
  1. neuralnetworkdesignusingsteepestdescentalgorithm.

    0下载:
  2. Neural Network with multiple inputs and multiple output with training data in file name Twod is trained using steepest descent algorithm.After training data ,we can test a new set of data-Neural Network with multiple inputs and multiple output with t
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:98.71kb
    • 提供者:Amee
  1. Ch2-4d2

    0下载:
  2. Its about how to use steepest descent methor of optimization./
  3. 所属分类:matlab

    • 发布日期:2017-04-24
    • 文件大小:40.73kb
    • 提供者:Piyush
  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-11
    • 文件大小:1.34kb
    • 提供者:suci ariani
  1. zuisuxiajiangfa

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

    • 发布日期:2017-03-29
    • 文件大小:2.48kb
    • 提供者:刘小祖
« 12 3 4 5 6 7 8 9 10 ... 20 »
搜珍网 www.dssz.com