搜索资源列表

  1. Steepest-decline

    0下载:
  2. 最速下降法是以负梯度方向作为下降方向的极小化算法,本程序用该方法求解n元正定二次函数的极小值-Steepest descent method is based on the negative gradient direction as a decline in the direction of the minimization algorithm, this procedure using this method for solving
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-10
    • 文件大小:12288
    • 提供者:文嘉俊
  1. optimization

    0下载:
  2. 一个介绍最优化方法课件,很详细。从最简单的一维搜索到共轭梯度,最速下降法等等,都有说明-An optimization method introduction courseware, in great detail. From the simplest one-dimensional search to the conjugate gradient, steepest descent method, etc., all indicate
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-10
    • 文件大小:59392
    • 提供者:lgl
  1. MATLAB--lm

    0下载:
  2. MATLAB实现最速下降法的具体源程序代码-MATLAB steepest descent method to achieve the specific source code
  3. 所属分类:并行运算

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:廖民
  1. optimization

    0下载:
  2. 最优化学习的Matlab程序:包括最速下降法,黄金分割法,曲线拟合等.-Matlab optimization learning process: including the steepest descent method, golden section method, such as curve fitting.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:5120
    • 提供者:lin
  1. steepestdescentmethod

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

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:charles
  1. Unconstrained_optimization

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

    • 发布日期:2024-05-10
    • 文件大小:4096
    • 提供者:闫安心
  1. Optimization

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

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:anytry
  1. zuisuxiajiang

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

    • 发布日期:2024-05-10
    • 文件大小:10240
    • 提供者:胡兴武
  1. zuiyouhua

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

    • 发布日期:2024-05-10
    • 文件大小:3072
    • 提供者:白浩泉
  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例程

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:马丫
  1. edtu

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

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:魏雪漫
  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例程

    • 发布日期:2024-05-10
    • 文件大小:5120
    • 提供者:sailorkai
  1. opt_steep

    0下载:
  2. 最速下降法,沿梯度下降的方法寻找最优解的经典方法-Steepest descent method
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:wu ya
  1. zuisuxiajiangfa

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

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:menglingsai
  1. steepest_descent

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

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:小豆蔻
  1. 29782199zuisuxiajiangfa

    0下载:
  2. 最速下降法,用MATLAB实现。很经典!-Steepest descent method, using MATLAB to achieve. Classic!
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:4096
    • 提供者:Yang Kan
  1. zuisuxiajiang

    0下载:
  2. 最速下降法。很好的优化程序。需要的自己下来看看啊-Steepest descent method. Optimizer good. Under their own needs来看看啊
  3. 所属分类:汇编语言

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:王散
  1. zuiyouhuashiyanbaogao

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

    • 发布日期:2024-05-10
    • 文件大小:81920
    • 提供者:ljw
  1. zuisuxiajiangfa

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

    • 发布日期:2024-05-10
    • 文件大小:3072
    • 提供者:陈明辉
  1. shuzhi

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

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:Yang
« 1 2 34 5 6 7 8 9 10 ... 27 »

源码中国 www.ymcn.org