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

搜索资源列表

  1. newtsol

    0下载:
  2. Newton-Armijo code for scalar equations: Inputs: X = initial iterate, F = function, TOLA = absolute error tolerance, TOLR = relative error tolerance, JDIFF = 0, analytic derivative, syntax: [f,fp]=f(x), JDIFF = 1, forward difference derivative , Outp
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1344
    • 提供者:devdvl
  1. gaussn

    0下载:
  2. Damped Gauss-Newton with Armijo rule
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1027
    • 提供者:shfc
  1. projbfgs

    0下载:
  2. projected BFGS with Armijo rule, simple linesearch
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1915
    • 提供者:shfc
  1. 123

    1下载:
  2. armijo搜索方法 简单实用 计算方法最优化作业-armijo method
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1422
    • 提供者:crybaby
  1. p1

    2下载:
  2. 最优化算法中得拟牛顿法和共轭梯度法,以及Armijo型搜索和最优步长搜索。-Congradient and NiNewton algorithms in optimazation based on MATLAB
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:2660
    • 提供者:whc
  1. line-search

    0下载:
  2. 线搜索技术的基本算法,包括精确先搜索的黄金分割算法和非精确算法中的armijo算法-Line search algorithms, including the precise search first gold segmentation algorithm and Inexact armijo algorithm
  3. 所属分类:matlab

    • 发布日期:2017-11-24
    • 文件大小:1912
    • 提供者:
  1. armijo

    1下载:
  2. 基于matlab 的最优化armijo算法-Matlab-based optimization algorithm armijo
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:10247
    • 提供者:xiang
  1. optimisation_a3

    0下载:
  2. 梯度法求取最小值(Armijo线搜索)+cost function-gradient method with Armijo line search+ cost function
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:557
    • 提供者:Iris Lee
  1. projection

    0下载:
  2. 优化原理 投影梯度法 可以另外结合armijo准则wolf准则实现数值迭代求解数值问题-Programming projection method
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:721
    • 提供者:lixiaoya
  1. unit_opt

    0下载:
  2. The architecture of this set of codes and the interaction among them is shown in Figure 1. The main testing code main code.m calls the code riemann grad unit opt.m that performs Riemannian optimization under unitary matrix constraint. Steepest De
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:310453
    • 提供者:dave
  1. armiju

    0下载:
  2. This Matlab code implements Cauchy s steepest descent method using Armijo stepsize rule
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:770
    • 提供者:
  1. linesearchArmijo

    0下载:
  2. 利用Armijo步长规则的非精确线性搜索方法,用来求函数极值-Using the non exact linear search method of the Armijo step rule, the extremum of function is used to find the function extremum.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1228
    • 提供者:zjh
  1. gongertidu

    0下载:
  2. 基于armijo步长搜索规则的共轭梯度方法,用来求函数极值-A conjugate gradient method based on the Armijo step search rule is used for the function extremum
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1107
    • 提供者:zjh
  1. ArmijoSimp

    1下载:
  2. Armijo 算法编程MATLAB 上机课老师编程-armijo matlab
  3. 所属分类:matlab例程

    • 发布日期:2017-05-14
    • 文件大小:2072
    • 提供者:fan
  1. quasi-Newton

    0下载:
  2. 经典的求函数极值的Newton法程序,其中利用Armijo规则求步长-Classic program function for extreme value called Newton method, including using Armijo rule to search for decend step
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3798
    • 提供者:陈艳琴
  1. line-search

    1下载:
  2. 此压缩包共包含三个线搜索技术的matlab程序,即armijo准则、黄金分割法和抛物线法。-This archive contains three line search technology matlab program that armijo guidelines, golden section method and parabolic method.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1937
    • 提供者:
  1. Armijo

    0下载:
  2. Armijo算法,通过MATLAB实现!-Armijo algorithm, MATLAB realization!
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3721
    • 提供者:sdfwer
  1. armijo

    0下载:
  2. Armijo搜索是最常用的非精确搜索,这个matlab程序给出了Armijo方法来确定步长。-Armijo search is the most common non-exact search, the matlab program gives Armijo method to determine the step size.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:678
    • 提供者:lulu
  1. armijo

    0下载:
  2. 最优化理论及其matlab设计中的armijo算法,用于最优化搜索算法的求解步长-Optimization theory and matlab design armijo algorithm for optimizing search algorithm for solving step
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:548
    • 提供者:Asun
  1. conjugate gradient

    0下载:
  2. 基于Armijo-Goldstein准则的用matlab实现的共轭梯度优化方法,个人编写,适合优化方法入门练习。(Based on the Armijo-Goldstein criterion, the conjugate gradient optimization method implemented by Matlab is written by individual, suitable for the introduction of the optimization method)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-19
    • 文件大小:1024
    • 提供者:Victor_Z
« 12 »
搜珍网 www.dssz.com