CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 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. Armijo_quasiNewton

    2下载:
  2. 最优化算法中的带Armijo搜索求步长的拟牛顿算法的源码,matlab编程实现,希望对大家有用。-Optimization algorithm with Armijo search seeking step quasi-Newton algorithm source code, matlab programming, and hope to be useful.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-14
    • 文件大小:620
    • 提供者:haoyunhe
  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. damping_Guass_Newton

    2下载:
  2. 阻尼高斯牛顿算法,解最小二乘问题的理论说明及源代码。用高斯牛顿法求方向,armijo线性搜索得到步长。-Damping Gauss-Newton algorithm, the theoretical descr iption of least squares problem solution and source code. Gauss-Newton method for direction, armijo linear search to get step.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-04
    • 文件大小:1405517
    • 提供者:chenxinzhu
  1. wolfe

    1下载:
  2. 利用wolfe算法,编写了wolfe程序模块。测试数据引用《最优化方法及其Matlab程序设计》(马昌凤编)的Armijo准则搜索例题-Use wolfe algorithm, written wolfe program modules. Test data reference " optimization methods and Matlab programming" (Ma Changfeng ed.) The search criteria examples Armijo
  3. 所属分类:assembly language

    • 发布日期:2017-04-09
    • 文件大小:606
    • 提供者:若相见
  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. demo_TNNL

    0下载:
  2. This code implements an unconstrained optimization algorithm based on a non-monotone truncated Newton Method. At each iteration a truncated newton method, based on the conjugate gradient algorithm, is used to find the search direction the step size
  3. 所属分类:MultiLanguage

    • 发布日期:2017-04-15
    • 文件大小:5649
    • 提供者:Adilson
  1. projection

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

    • 发布日期:2017-04-11
    • 文件大小:721
    • 提供者:lixiaoya
  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. 优化算法

    2下载:
  2. 解决了最小无约束优化问题 步长由ARmijo非精确一维搜索生成,迭代方向分别由最速下降法,阻尼牛顿法,共轭梯度法,拟牛顿法(BFGS)产生(This code solves the minimum unconstrained optimization problem, and the step size is generated by ARmijo inexact one-dimensional search. The iterative directions are generated b
  3. 所属分类:其他

    • 发布日期:2018-01-03
    • 文件大小:1024
    • 提供者:旺旺饼干
  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
  1. armijo线搜索+最速下降法的小程序

    2下载:
  2. armijo线搜索+最速下降法的小程序erfwefwerfwqrfw(Armijo line search + steepest descent algorithm appletfvv ewrwefg)
  3. 所属分类:其他

    • 发布日期:2019-10-25
    • 文件大小:1024
    • 提供者:ryrr
  1. 第一题bfgs

    2下载:
  2. armijo准则下bfgs法实现,最优化方法作业,大连理工大学(Realization of BFGS method under Armijo criterion, operation of optimization method, Dalian University of Technology)
  3. 所属分类:其他

    • 发布日期:2019-10-31
    • 文件大小:15360
    • 提供者:lynchorz
« 12 »
搜珍网 www.dssz.com