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

搜索资源列表

  1. BIQPBOX

    0下载:
  2. %BIQPBOX Bisection reflective line search for sqpbox % [nx,nsig,alpha] = BIQPBOX(s,c,strg,x,y,sigma,l,u,... % oval,po,normg,DS,mtxmpy,data,H) % returns the new feasible point nx, the corresponding sign vector nsig, % and the step size of the
  3. 所属分类:matlab例程

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

    0下载:
  2. 线性规划及一维搜索算法程序设计,基本理解和掌握了单纯形算法的基本原理,能够通过编写程序来求线形规划等基本问题-Linear programming and one-dimensional search algorithm program design, basic understanding and grasp of the simplex algorithm of the basic principles, through the preparation process to seek the
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:21515
    • 提供者:胡华敏
  1. secant

    0下载:
  2. function [x, hist] = secant(x, f, tola, tolr) SECANT This a secant code with no line search. This code terminates on small relative-absolute errors function [X, HIST] = SECANT(X, F, TOLA, TOLR) Inputs: X = initial iterate F = function T
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:991
    • 提供者:devdvl
  1. Goldstein

    4下载:
  2. 解决无约束最优化的非单调线搜索程序源代码-nonmonotone line search program
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:11664
    • 提供者:徐美芳
  1. LINESEARCH

    0下载:
  2. Line Search using different type of functions. This is useful for Nonlinear programming.
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:24158
    • 提供者:Manisha Mishra
  1. ITeralPTS_Papr

    0下载:
  2. 基于循环移位线性搜索的PTS方法降低OFDM系统中的PAPR-Rotate the line search based PTS method to reduce PAPR in OFDM system
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:4421
    • 提供者:宁磊
  1. lines

    1下载:
  2. 线搜索求简单单峰值函数的最小值程序设计,算法采用固定搜索方向方法。-Simple single-peak line search function to find the minimum programming
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:954
    • 提供者:fsc
  1. QMIN

    0下载:
  2. 功能: 精确线搜索之抛物线法 输入: phi 是目标函数, a和b是搜索区间的端点-Features: accurate line search of the parabola method input: phi is the objective function, a and b are the endpoints of the search range
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:1003
    • 提供者:蔡萃英
  1. opt

    0下载:
  2. optimization techniques (line search, conjugate gradient)
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:4722
    • 提供者:saravanan
  1. cgLineSearch.m

    0下载:
  2. Quadratic interpolation line search with backtracking fallback
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2097
    • 提供者:Joao
  1. MATLAB(1)

    1下载:
  2. 无约束优化,用精确线搜索的最速下降法极小化函数-Unconstrained optimization, with the exact line search the steepest descent method minimization function
  3. 所属分类:matlab

    • 发布日期:2015-06-26
    • 文件大小:4096
    • 提供者:zhangli
  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. xiansousuo

    0下载:
  2. 用黄金分割法来求解函数的极小点,不用求函数的导数,只需进行迭代即可,非精确线搜索技术用于解决极值区间-Golden section method to solve the minimum point of the function, do not seek the derivative of a function, simply iteration can be inexact line search techniques for solving extremal interval
  3. 所属分类:matlab

    • 发布日期:2017-11-08
    • 文件大小:2209
    • 提供者:月亮
  1. minGS

    0下载:
  2. 用非精确线搜索来求函数极小问题,这种是在一维的情况下的情况-Minimization Problems with inexact line search to seek, this is the situation in the case of one-dimensional
  3. 所属分类:matlab

    • 发布日期:2017-11-05
    • 文件大小:3497
    • 提供者:月亮
  1. search-words

    0下载:
  2. ◆输入数据: 由键盘输入待查文本文件名和待查单词。待查文件名为:input.txt。 ◆输出数据: 输出文件为output.txt,该文件第一行为该单词在文件中出现的次数。 从每二行开始是依先后次序输出的包含该单词的句子。 -◆ Input data: text file name to be examined by the keyboard input and searching words. Unknown origin file name: input.txt. ◆ O
  3. 所属分类:matlab

    • 发布日期:2017-11-17
    • 文件大小:3832
    • 提供者:passerby9091
  1. Line-search-technique

    0下载:
  2. 关于最优化方法的Matlab仿真程序,线搜索技术。-Matlab simulation program optimization method, line search technique.
  3. 所属分类:matlab

    • 发布日期:2017-11-08
    • 文件大小:1968
    • 提供者:lyn
  1. FRCG

    0下载:
  2. 用matlab实现了FR共轭梯度算法,其中线搜索采用Amijo搜索实现。-Using matlab to achieve the FR conjugate gradient algorithm, in which the line search using Amijo search implementation.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:867
    • 提供者:程征
  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. line-search

    0下载:
  2. 输入:phi是目标函数,a,b是搜索区间的两个端点 delta,epsilon分别是自变量和函数值的容许误差 输出:s,phis分别是近似极小点和极小值,G是n乘4矩阵- input: phi is the objective function, a, b is the search interval of two endpoints delta, epsilon, respectively is the independent variable and function
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2132
    • 提供者:苗小楠
  1. line

    0下载:
  2. 经典黄金分割线性搜索算法,可用于直接搜索计算-line search
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:997
    • 提供者:神峰
« 12 »
搜珍网 www.dssz.com