CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 一维搜索

搜索资源列表

  1. MINWP

    0下载:
  2. 无约束一维极值问题中的可接受搜索法,例程可调-Unconstrained extremal problem in the one-dimensional search method acceptable, routine adjustable
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:1263
    • 提供者:victory
  1. visKDTree

    0下载:
  2. KD树的程序,实现从2维到k维的数据检索。kd树(k维搜索树)是把二叉树搜索树推广到多维数据的一种主存数据结构。kd树是一个二叉树,他的内部节点由一个相关联的属性a和一个值v,它将数据点分成两个部分:a值小于v的部分和a值大于等于v的部分。由于所有的维的属性在层间循环,所以树在不同层上的属性是不同的。-KD tree program, from a 2-D to k-dimensional data retrieval. kd Tree (k-dimensional search tree) i
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:821257
    • 提供者:曾真
  1. One-dimension-search-method-0.618

    0下载:
  2. 一维优化算法,0.618方法,可实现函数极值的快速搜索,(无约束)。-failed to translate
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:240111
    • 提供者:fan
  1. wolfepowell

    0下载:
  2. 用于优化方法中的一维不精确线搜索,运用wolfepowell原则进行先搜索!-the program is about the wolfepowell!
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:1344
    • 提供者:阿森纳
  1. minPRPFDD

    1下载:
  2. 共轭梯度法的prp方法结合非单调法求解多维函数的极小值,在此前必须编写好一为搜索函数-Minimum prp method combined with non-monotonic conjugate gradient method for solving multidimensional function must be written in the previous one for search function
  3. 所属分类:Other systems

    • 发布日期:2017-11-25
    • 文件大小:835
    • 提供者:
  1. minGETDPRPWP

    0下载:
  2. 共轭梯度法的prp方法结合wolfe-powell法求解多维函数的极小值,在此前必须编写好一为搜索函数-Minimum of Conjugate Gradient Method the prp method combined wolfe-powell method to solve the multi-dimensional function must be written in the previous one for search function
  3. 所属分类:Other systems

    • 发布日期:2017-11-18
    • 文件大小:883
    • 提供者:
  1. minGETDFRWP

    0下载:
  2. 共轭梯度法的FR方法结合wolfe-powell搜索,求解多维函数的极小值,在此前必须编写好一为搜索函数-FR method combined with the conjugate gradient method wolfe-powell search for solving multidimensional function minimum, must be written in the previous one for the search function
  3. 所属分类:Other systems

    • 发布日期:2017-11-06
    • 文件大小:809
    • 提供者:
  1. minGETDFRHJ

    0下载:
  2. 共轭梯度法的FR方法结合黄金分割法求解多维函数的极小值,在此前必须编写好一为搜索函数-Minimum value of the FR conjugate gradient method combined with golden section method to solve the multi-dimensional function must be written in the previous one for search function
  3. 所属分类:Other systems

    • 发布日期:2017-11-25
    • 文件大小:833
    • 提供者:
  1. jinxiong2012.7.4

    0下载:
  2. 本函数运用黄金分割法搜索一维函数的极值,在本函数之前先要调用编写好进退法函数确定初始区间。-This function is the use of the golden section method to search for a one-dimensional function extremum, this function before the first call to write a good advance and retreat method function to determin
  3. 所属分类:Other systems

    • 发布日期:2017-11-20
    • 文件大小:4340
    • 提供者:
  1. jtf

    0下载:
  2. 用进退法实现一维区间的搜索,语言用的是c语言-by using forward and backward method to search a computering scale range
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:3497
    • 提供者:许福亮
  1. quanjuzuiyouhuafangfa

    0下载:
  2. 非精确搜索一维全局最优化方法,这是一篇不错的文章-a paper for optimization
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:338713
    • 提供者:kimiwu
  1. Otsu-method

    0下载:
  2. 申铉京等提出三维直方图重建和降维的Otsu阈值分割算法。通过重建三维直方图,减弱了噪声干扰,将三维直方图区域划分由八分法改为二分法,使得阈值搜索的空间维度从三维降低到一维。-Shin Hyun Beijing and proposed a three-dimensional histogram reconstruction and dimensionality reduction of the Otsu threshold segmentation algorithm. Weakened by
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:731281
    • 提供者:朱磊
  1. MATLAB-optimation

    1下载:
  2. matlab优化方法 不精确的一维线性搜索-matlab optimization method inaccurate one-dimensional linear search
  3. 所属分类:Driver Develop

    • 发布日期:2016-04-20
    • 文件大小:4096
    • 提供者:lulu
  1. wolfe_powell

    1下载:
  2. 用wolfe——Powell原则实现一维不精确搜索-Imprecise search using the the wolfe- Powell principle of one-dimensional
  3. 所属分类:ELanguage

    • 发布日期:2015-12-17
    • 文件大小:1024
    • 提供者:tingting
  1. zuiyouhua

    0下载:
  2. 用C++编写,黄金分割法进行的一维极小值点搜索-With C++ writing, golden section method, the minimum value of the one-dimensional point search
  3. 所属分类:Other systems

    • 发布日期:2017-12-01
    • 文件大小:517
    • 提供者:唐泽栋
  1. DE-phase-only-synthesis

    0下载:
  2. 运用差分进化算法实现一维线阵方向图优化,还包含了带有单纯形算法局部搜索的混合算法程序-One-dimensional linear array pattern optimization using differential evolution algorithm
  3. 所属分类:matlab例程

    • 发布日期:2017-11-12
    • 文件大小:45056
    • 提供者:解磊
  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. golden-section-method

    0下载:
  2. 一维优化黄金分割法程序,vb6.0编写的一维0.618最优值搜索算法。-One-dimensional optimization procedure of the golden section method, the vb6.0 written 0.618 optimal value of the search algorithm.
  3. 所属分类:Other systems

    • 发布日期:2017-11-18
    • 文件大小:2839
    • 提供者:曹立良
  1. 1

    0下载:
  2. 智能优化算法作为新兴的搜索算法,一般是指利用自然界的生物系统与优化过程的某些相似性而逐步发展起来的优化算法,如遗传算法、粒子群算法、蚁群算法等,它们通过对搜索空间中的一组解按概率规则操作得到下一组解。 人工鱼群算法源于对鱼群运动行为的研究,是一种新型的智能仿生优化算法。它具有较强的鲁棒性、优良的分布式计算机制、易于和其它方法结合等优点。目前对该算法的研究、应用已经渗透到多个应用领域,并由解决一维静态优化问题发展到解决多维动态组合优化问题。 -As an emerging intell
  3. 所属分类:Other systems

    • 发布日期:2017-11-27
    • 文件大小:374268
    • 提供者:eggitta
  1. PMUSIC

    1下载:
  2. 雷达来波方向的DOA估计,本程序是利用matlab进行一维DOA谱峰搜索-Radar DOA DOA estimation, the procedure is carried out using matlab DOA one-dimensional spectral peak search
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:2129
    • 提供者:杨光
« 1 2 3 4 5 6 78 9 10 »
搜珍网 www.dssz.com