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

搜索资源列表

  1. NLP

    2下载:
  2. matlab最优化程序包括 无约束一维极值问题 进退法 黄金分割法 斐波那契法 牛顿法基本牛顿法 全局牛顿法 割线法 抛物线法 三次插值法 可接受搜索法 Goidstein法 Wolfe.Powell法 单纯形搜索法 Powell法 最速下降法 共轭梯度法 牛顿法 修正牛顿法 拟牛顿法 信赖域法 显式最速下降法-matlab optimization program includes one-dimensional extremum problem without constraint adva
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2016-01-26
    • 文件大小:762kb
    • 提供者:林小博
  1. Ocampos_02MO_1109

    0下载:
  2. algoritmic of golden search and fibonacci
  3. 所属分类:matlab例程

    • 发布日期:2017-04-02
    • 文件大小:20.51kb
    • 提供者:gama
  1. fibonacci_search

    0下载:
  2. this *.m file is the implementation of fibonacci search that is used for finding gradient vector in optimizaiton algorithm-this*.m file is the implementation of fibonacci search that is used for finding gradient vector in optimizaiton algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:581byte
    • 提供者:yzb.ufo
  1. MATLABoptimization

    20下载:
  2. matlab最优化程序包括 无约束一维极值问题 进退法 黄金分割法 斐波那契法 牛顿法基本牛顿法 全局牛顿法 割线法 抛物线法 三次插值法 可接受搜索法 Goidstein法 Wolfe.Powell法 单纯形搜索法 Powell法 最速下降法 共轭梯度法 牛顿法 修正牛顿法 拟牛顿法 信赖域法 显式最速下降法, Rosen梯度投影法 罚函数法 外点罚函数法 內点罚函数法 混合罚函数法 乘子法 G-N法 修正G-N法 L-M法
  3. 所属分类:matlab例程

    • 发布日期:2013-12-09
    • 文件大小:37.54kb
    • 提供者:百位过
  1. fibonaccisearch

    0下载:
  2. Fibonacci search method
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2.37kb
    • 提供者:Ishtiaq
  1. onedemonsearch

    0下载:
  2. 一维搜索算法实现(黄金分割,二分法,抛物线,Fibonacci,三次差值和切线法)-One-dimensional search algorithm (golden section, dichotomy, parabola, Fibonacci, three times the difference and tangent)
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1.86mb
    • 提供者:李凯
  1. hanshuxunyou

    1下载:
  2. 对一个三次函数寻找最优解(最小值),分别使用全局搜索法、二分法、黄金分割法和斐波那契法共四种方法寻优。函数可在程序中自行指定,有gui界面。-A cubic function to find the optimal solution (minimum), respectively, using a global search method, dichotomy, golden section and Fibonacci optimization method a total of four me
  3. 所属分类:matlab

    • 发布日期:2015-07-05
    • 文件大小:18kb
    • 提供者:尚凯
  1. Fibsearch

    0下载:
  2. Fibonacci搜索算法的实现 Fibnacci的递归算法实现-Fibonacci search algorithm recursive algorithm to achieve Fibnacci
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1012byte
    • 提供者:joy
  1. alg

    0下载:
  2. some useful little program for new learner Graph Alg.:Red-Black tree,Dijkstra s algorithm,Depth first search and breadth first search. Heaps:Fibonacci heap source.. Sorting:Various array sorting algorithms.. Searching:Array searching algorith
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:153.17kb
    • 提供者:史宇飞
  1. fibonaccisearch

    0下载:
  2. fibonacci search for finding the lamda value in interior penalty method-fibonacci search for finding the lamda value in interior penalty method..
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1.05kb
    • 提供者:Badwl
  1. Lying-data-structure9

    0下载:
  2.  《大话数据结构》主要内容包含:数据结构介绍、算法推导大O阶的方法;顺序结构与链式结构差异、栈与队列的应用;串的朴素模式匹配、KMP模式匹配算法;二叉树前中后序遍历、赫夫曼树及应用;图的深度、广度遍历;最小生成树两种算法、最短路径两种算法;拓扑排序与关键路径算法;折半查找、插值查找、斐波那契查找等静态查找;稠密索引、分块索引、倒排索引等索引技术;冒泡、选择、插入等简单排序;希尔、堆、归并、快速等改进排序-" Westward the data structure," the m
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1.46mb
    • 提供者:陈雨
  1. fibonacci

    0下载:
  2. fibonacci search algorithm matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:862byte
    • 提供者:Nilio
  1. binary_search

    0下载:
  2. C++二分查找、插值查找、斐波那契查找对比C++的实现源码,不是完整程序,仅是核心算法文件,需要完整功能估计自己得动动手啦。-The C++ binary search interpolation Find to Fibonacci to Find the realization of the contrast C++ source, not a complete program, only the core algorithm file, you need the full functiona
  3. 所属分类:Data structs

    • 发布日期:2017-11-28
    • 文件大小:1.11kb
    • 提供者:王木
  1. FBNQ

    0下载:
  2. 斐波那契算法也是一种区间收缩算法,同时改变搜索区间的两个端点,,是一种双向收缩发。-Fibonacci algorithm is also a range contraction algorithm, while changing the search interval of the two endpoints, is a two-way contraction hair.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:1.1kb
    • 提供者:霍斯
  1. linear-search

    0下载:
  2. 用Fibonacci法和抛物线法解决以为搜索问题 对应《最优化方法》(解可新等著)第一章作业题-Solving parabolic method using Fibonacci method and corresponding search problem that " optimization method" (waiting for the solution to new) Chapter job title
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2.85kb
    • 提供者:郭婧怡
  1. algorithme-DFP

    0下载:
  2. Golden Section search黄金分割搜索算法主要用来解决以为非线性函数最小化问题 Davidon-Fletcher-Powell (DFP) 算法主要用于解决无约束非线性方程最优化问题 -Golden Section search Fibonacci search algorithm that is mainly used to solve the nonlinear function minimization problem Davidon-Fletche
  3. 所属分类:matlab

    • 发布日期:2017-04-24
    • 文件大小:140.89kb
    • 提供者:sunny
  1. fibonacci

    0下载:
  2. fibonacci search method optimization methods and algortihms
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:577byte
    • 提供者:justinlebo
  1. fibonacci

    0下载:
  2. Fibonacci search method .rar
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:904byte
    • 提供者:Rupaj
  1. Fibonacci

    0下载:
  2. Fibonacci search method matlab
  3. 所属分类:Algorithm

    • 发布日期:2017-12-18
    • 文件大小:1kb
    • 提供者:ali
  1. MatlabAlgorsCh4

    0下载:
  2. 各种典型通用的一维优化算法。如斐波那契搜索法,黄金分割搜索法,二次插值算法等(A variety of typical general-purpose one-dimensional optimization algorithms. Such as Fibonacci search method, golden section method, the two interpolation algorithm.)
  3. 所属分类:matlab例程

« 12 »
搜珍网 www.dssz.com