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

搜索资源列表

  1. 用于一维搜索的PSO算法

    0下载:
  2. 实现最速下降法当中的一维搜索时候的最佳步长的确定。-achieve steepest decline among law of one-dimensional search the best time to step determination.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.04kb
    • 提供者:programmerGOD
  1. RanMethod

    0下载:
  2. 随机搜索法,用于大型复杂优化问题.该方法只支持变量的范围约束,不支持其它类型的约束.-random search method for large complex optimization problems. The only support the scope of variables bound not to support other types of constraints.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:45.41kb
    • 提供者:程晓峰
  1. computerdisign-C

    0下载:
  2. 算法的设计方法(C程序):一、迭代法 二、穷举搜索法三、递推法 四、递归五、回溯法 六、贪婪法 -algorithm design method (C program) : 1, 2 iteration, the exhaustive search method three, four recursive method, recursive 5, backtracking 6, greedy algorithm
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:33.86kb
    • 提供者:xuyan
  1. guangjinfenge

    0下载:
  2. 黄金分割搜索法的vc代码,有两个过程实现,分别是Golden和mnbrak,mnbrak利用黄金比率和二次插值确定函数的极小值点的所在区间,Golden用黄金分割法求一元函数的极小值。-Golden Section Search vc law code, there are two processes to achieve, and Golden were mnbrak. mnbrak golden ratio and use quadratic interpolation function t
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.51kb
    • 提供者:wuyan
  1. rootxyqun

    0下载:
  2. 方程求根程序。根据图像用半区间搜索法,很快就可以找到方程的根。-equation rooting procedures. According to semi-image interval search, and quickly find the root equation.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:7.02kb
    • 提供者:xyqun
  1. yunchou

    0下载:
  2. 运筹学之模式搜索法及游泳问题!-tacticians search patterns and swimming!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2.47kb
    • 提供者:韩丹
  1. suanfa1

    0下载:
  2. 穷举搜索法是对可能是解的众多候选解按某种顺序进行逐一枚举和检验,并从众找出那些符合要求的候选解作为问题的解。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:4.79kb
    • 提供者:wyj
  1. 一维搜索法求极值

    0下载:
  2. 用一维搜索法求极值 文件说明不够详细!不详细说明软件具体功能-with a peacekeeping search for extreme documented detailed enough! Without detailing specific software functions
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:854byte
    • 提供者:111
  1. 利用c语言编写的最速下降法程序

    0下载:
  2. 利用c语言编写的最速下降法程序,其中包括利用进退法和0.618法进行的一维搜索,Use c language steepest descent method procedures, including the use of advance and retreat method and 0.618 for one-dimensional search
  3. 所属分类:数学计算/工程计算

    • 发布日期:2016-01-25
    • 文件大小:5.34kb
    • 提供者:icc
  1. conjugategradientmethod

    0下载:
  2. 使用黄金分割法和进退法进行区间搜索的共轭梯度法。-Golden section method and the use of advance and retreat method of interval search conjugate gradient method.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1.43kb
    • 提供者:zhangqt
  1. hjfg

    0下载:
  2. 优化设计一维搜索方法的黄金分割法,又称作0.618法!-Optimal Design of one-dimensional search method of golden section method, also known as the 0.618 Act!
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1.57kb
    • 提供者:jj
  1. Commonalgorithms

    0下载:
  2. 一些常用的算法设计方法和C++环境下的实现方法。主要包括:迭代法、穷举搜、索法、递推法、递归、回溯法、贪婪法、分治法 -Some commonly used algorithm design methods and C environments are implemented. These mainly include: iterative method, exhaustive search, rope method, recursive method, recursion, backtra
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:27.78kb
    • 提供者:wgl
  1. Solving-equations-

    0下载:
  2. 迭代法,牛顿迭代法,试位法,二元搜索法,弦割法解方程。 -Solving equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:824byte
    • 提供者:白色山
  1. StepAddingSearch

    0下载:
  2. 求解优化问题,运用数学上的加步探索搜索法勋在根所在的区间-the program is use to search the beast anser
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:5.04kb
    • 提供者:任博
  1. matlab-code

    0下载:
  2. 几个多目标求极值的Matlab算法,包括模式搜索法、Rosenbrock法、单纯形法、Powell法、最速下降法、共轭梯度法、牛顿法、信赖域法-Matlab algorithm, several multi-objective extremum including pattern search method, Rosenbrock method, simplex method, Powell method, the steepest descent method, conjugate gradi
  3. 所属分类:Algorithm

    • 发布日期:2017-11-19
    • 文件大小:3.58kb
    • 提供者:陈亮
  1. 0.618

    0下载:
  2. 学会用MATLAB编写程序; 学会一维搜索法; 精确的一维线性搜索法:0.618法; 非精确的一维线性搜索法:goldstein法;-Learn how to use MATLAB programming Society of one-dimensional search method precise linear one-dimensional search method: 0.618 law non-accurate one-dimensional linear search method:
  3. 所属分类:Algorithm

    • 发布日期:2017-11-15
    • 文件大小:563byte
    • 提供者:莫永健
  1. sushu

    0下载:
  2. 控制均值一定,使用搜索法求出固定长度及固定均值的素数集,输入个数及均值,输出素数集,-Control mean a certain set of prime numbers, use the search method to find the fixed-length and fixed mean, the number of input and the mean output prime number set,
  3. 所属分类:Algorithm

    • 发布日期:2017-11-28
    • 文件大小:815byte
    • 提供者:王诗蕾
  1. waifahanshu

    0下载:
  2. 该文件为外罚函数法程序,使用Visual c++编程,是一种最优搜索法-the procedure of Exterior penalty function
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:2.08kb
    • 提供者:罗缨
  1. fibonacci一维搜索法

    0下载:
  2. 利用fibonacci一维搜索法寻找最优值(Find optimum by deploying Fibonacci Linear Research.)
  3. 所属分类:数学计算

    • 发布日期:2018-04-30
    • 文件大小:1kb
    • 提供者:hz123
  1. 最速下降法

    1下载:
  2. 最优化课程中的最速下降法matlab程序,利用了wolfe搜索和armijo线搜索(Matlab program of steepest descent method in optimization course, using Wolfe search and Armijo line search)
  3. 所属分类:数学计算

    • 发布日期:2020-11-10
    • 文件大小:2kb
    • 提供者:zjmjyo
« 12 3 4 »
搜珍网 www.dssz.com