搜索资源列表

  1. matlab-zuisuxiajiang

    0下载:
  2. matlab-zuisuxiajiang实现matlab上的最速下降法-Matlab - Matlab zuisuxiajiang achieve the steepest descent method
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:8996
    • 提供者:yyf
  1. zuisuxiajiangdefangfa

    0下载:
  2. 最速下降法,本算法由Fortran 90语言编写,在Vistrual Fortran 5上编译通过-steepest descent method, the algorithm by the Fortran 90 language. In Vistrual Fortran compiled through 5
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:1607
    • 提供者:陈微
  1. steepest1111

    0下载:
  2. 一个最速下降法源码,很有用,需要的赶快下。-a steepest descent algorithm source code, useful, it needs quickly under.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1131
    • 提供者:赵伟
  1. COMPDIR

    0下载:
  2. % COMPDIR Computes a search direction in a subspace defined by Z. % Helper function for NLCONST. % Returns Newton direction if possible. % Returns random direction if gradient is small. % Otherwise, returns stee
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1611
    • 提供者:张风
  1. linearsolvers

    0下载:
  2. matlab编程的三个线性方程组求解子程序:cggm.m,fdm.m,febs.m.其中cggm.m为共轭梯度法求解子程序,fdm.m为最速下降法求解自程序,febs.m为三对角追赶法求解子程序.-Matlab programming three linear equations subroutine : cggm.m, fdm.m. febs.m. which cggm.m to conjugate gradient method s
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1578
    • 提供者:王礼广
  1. NumericalLinearAlgebra

    2下载:
  2. 数值线性代数的Matlab应用程序包 共13个程序函数,每个程序函数有相应的例子函数一一对应,以*Example.m命名 程序名称 用途 Method 方法 GrmSch.m QR因子分解 classical Gram-Schmidt orthogonalization 格拉母-斯密特 MGrmSch.m QR因子分解 modified Gram-Schmidt iteration 修
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:6530
    • 提供者:YUXIANGCHENG
  1. Steepest.Descent.Method.matlab

    0下载:
  2. matlab经典算法的程序 最速下降梯度法matlab程序
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1187
    • 提供者:温兆一
  1. Steepest-decline

    0下载:
  2. 最速下降法是以负梯度方向作为下降方向的极小化算法,本程序用该方法求解n元正定二次函数的极小值
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:12374
    • 提供者:文嘉俊
  1. 用于一维搜索的PSO算法

    0下载:
  2. 实现最速下降法当中的一维搜索时候的最佳步长的确定。-achieve steepest decline among law of one-dimensional search the best time to step determination.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:programmerGOD
  1. 1114763

    0下载:
  2. matlab例子自适应滤波最陡下降法特征值扩散度仿真,变步长仿真-Matlab example of adaptive filtering steepest descent method for eigenvalue proliferation simulation, variable step simulation
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:4096
    • 提供者:
  1. matlog

    0下载:
  2. 物流分析工具包。Facility location: Continuous minisum facility location, alternate location-allocation (ALA) procedure, discrete uncapacitated facility location Vehicle routing: VRP, VRP with time windows, traveling salesman
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:4853760
    • 提供者:陈宝文
  1. gradien_searching

    0下载:
  2. 在最优化问题中,常用需求取代价函数的最小值,该程序实现了最速梯度求最小的功能-in optimization problems, the demand to replace the commonly used function of the minimum price. the program achieved the steepest gradient for the smallest functional
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-21
    • 文件大小:3072
    • 提供者:陈亨利
  1. METHED_OF_STEEPEST_DESENT

    0下载:
  2. 通过最速下降算法研究基于梯度的自适应方法,最速下降是递归的,滤波器计算是一步步迭代进行-through the steepest descent gradient algorithm based on the adaptive method, the steepest decline is recursive, Filter is an iterative step by step
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:4096
    • 提供者:谢晓丹
  1. MyOpt

    0下载:
  2. 最优化算法,包括最速下降法,共轭梯度法,拟牛顿法-optimization algorithms, including the steepest decline, the conjugate gradient method, the quasi-Newton method
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:50176
    • 提供者:季晓南
  1. xiajiang

    0下载:
  2. 用delphi语言实现运筹学最速下降法程序-used language tacticians steepest decline Act procedures
  3. 所属分类:Dephi控件源码

    • 发布日期:2024-05-21
    • 文件大小:189440
    • 提供者:wuxiaoyan
  1. zuisuxiajiangfa

    0下载:
  2. 用C编写的最速下降法(解方程),注意矩阵A是正定对称的-prepared by the steepest decline (equation solution), the attention to the matrix A is symmetric positive definite
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:sun kai
  1. brsola

    0下载:
  2. brsola 解非线性方程 经典算法 改进版的拟牛顿叠代,收敛很快了-brsola solving nonlinear equations of classical algorithm for improved version of the quasi-Newton iteration, the convergence soon
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:郑康
  1. matlab-zuisuxiajiang

    0下载:
  2. matlab-zuisuxiajiang实现matlab上的最速下降法-Matlab- Matlab zuisuxiajiang achieve the steepest descent method
  3. 所属分类:书籍源码

    • 发布日期:2024-05-21
    • 文件大小:9216
    • 提供者:yyf
  1. zuisuxiajiangdefangfa

    0下载:
  2. 最速下降法,本算法由Fortran 90语言编写,在Vistrual Fortran 5上编译通过-steepest descent method, the algorithm by the Fortran 90 language. In Vistrual Fortran compiled through 5
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:陈微
  1. linearsolvers

    1下载:
  2. matlab编程的三个线性方程组求解子程序:cggm.m,fdm.m,febs.m.其中cggm.m为共轭梯度法求解子程序,fdm.m为最速下降法求解自程序,febs.m为三对角追赶法求解子程序.-Matlab programming three linear equations subroutine : cggm.m, fdm.m. febs.m. which cggm.m to conjugate gradient method s
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:王礼广
« 1 2 3 4 56 7 8 9 10 ... 29 »

源码中国 www.ymcn.org