CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 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. AlgorithmCpp

    0下载:
  2. 主要在VC6.0上用MFC完成的排序算法和搜索算法: 首先弹出一个对话框,上面有排序前和排序后的编辑框,在排序前编辑框中输入整型数组,然后选择排序的方法,点排序按钮即将排序好的数组呈现在排序后的编辑框中。 排序顺序分“升序”和“降序”,排序方法总共7种,分别是:冒泡排序,简单选择排序,直接插入排序,希尔排序,快速排序,堆排序和基数排序。这些方法都是用c++实现的。还有一个搜索的功能,分别可以“线性搜索”和“二分搜索”,线性搜索时从排序前的数组中搜索,二分搜索时从排序后的数组中搜索,且必须
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-26
    • 文件大小:865541
    • 提供者:阿表
  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. LRTA

    0下载:
  2. 关于联机搜索智能体,实现的简单算法,LRTA算法。-With regard to on-line search agent to achieve a simple algorithm, LRTA algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:265209
    • 提供者:黄鑫
  1. 222

    0下载:
  2. VB 写的24点计算方法,网上搜索的资料整理出来的!-VB was calculated for 24 points, on-line search of the documentation out!
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:2626
    • 提供者:joan
  1. gongjiaoxianluchaxunsuanfa

    0下载:
  2. 公交线路查询算法,主要采用的java编写的,希望对大家有所帮助-Bus line search algorithms, the main use of the java prepared, we want to help
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-05
    • 文件大小:21436
    • 提供者:fangnan
  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. Gauss Constrained Optimization

    0下载:
  2. CO is an applications module written in the GAUSS programming language. It solves the Nonlinear Programming problem, subject to general constraints on the parameters - linear or nonlinear, equality or inequality, using the Sequential Quadratic Progra
  3. 所属分类:数值算法/人工智能

    • 发布日期:2013-07-17
    • 文件大小:37622
    • 提供者:王知章
  1. changyongsuanfaji1

    0下载:
  2. 我将要把常用的算法集上传上来给大家共享,这只是其中一个共轭梯度算法的源程序,陆续上传的还有armijo_goldstein线搜索方法, 0.618方法进行一维线搜索,DFP算法等。。。希望对你们有帮助-I will upload should set up the algorithm used to share, this is just one of the conjugate gradient algorithm of the source, one after another upload
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-10
    • 文件大小:1217
    • 提供者:徐莹
  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. CG_DESCENT-F-1.4.tar

    0下载:
  2. 无约束优化共轭梯度算法HAGER的非单调线搜索下的程序实现-Unconstrained optimization conjugate gradient algorithm HAGER non-monotone line search procedure to achieve
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:79783
    • 提供者:赵凡
  1. wolfe

    2下载:
  2. 求解无约束优化问题 wolfe线性搜索代码-Wolfe line search for unconstrained optimization
  3. 所属分类:Algorithm

    • 发布日期:2015-06-26
    • 文件大小:1024
    • 提供者:肖敏
  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. Line-search-technique

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

    • 发布日期:2017-11-08
    • 文件大小:1968
    • 提供者:lyn
  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
    • 提供者:神峰
  1. Steepest-Descent-Line-Search

    0下载:
  2. Steepest Descent line search matlab algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-12-17
    • 文件大小:1024
    • 提供者:ali
« 12 3 4 5 »
搜珍网 www.dssz.com