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

搜索资源列表

  1. ChessPP

    0下载:
  2. 中国象棋人机版,其中采用了多种搜索方法,有最基本的极大极小值方法和Alpha-Beta方法,还有历史启发,渴望搜索,PVS等搜索方法-Chinese version of man-machine chess, which used a variety of search methods, the most basic minimax value method and Alpha-Beta, history also inspired desire to search, and other sea
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:123945
    • 提供者: 哈哈哈
  1. 数据统计

    0下载:
  2. 专用的地球化学元素参数统计,可以一次同时统计一个*.mdb文件中的所有参数表的每一个数字性字段的\"原始样品数,统计样品数,平均值,标准离差,变异系数, 极大值,极小值,众值,中位数\"-dedicated geochemical parameters can be time in a statistical *. mdb file of all the parameters of each table a numerical field of "primitive few sampl
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4607
    • 提供者:tg
  1. nnworkmatlab

    0下载:
  2. 黄金分割法,带约束条件 进退法求函数极小值,单谷区间-0.618, with restrictive conditions act Method function minimum, a single-interval
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:6027
    • 提供者:宋斌
  1. simplicityAlgorithm3

    0下载:
  2. /*用单纯形算法求解多元函数极值计算机程序代码*/ /************************ *试用单纯形法求目标函数: *f(x)= 4(x1 -5)*(x1 -5) + (x2 -6)*(x1 -5) *的极小值 *************************/-/ * Use simplex algorithm for multi-function extremum computer code * / /********** ************
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:172053
    • 提供者:刘向
  1. global_mini

    0下载:
  2. 寻找函数的全局极小值,global minimization of contrast function with random restarts the data are assumed whitened (i.e. with identity covariance matrix). The output is such that Wopt*x are the independent sources.-Find function of the minimum value of the overa
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1504
    • 提供者:李国齐
  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
    • 文件大小:1550
    • 提供者:wuyan
  1. ImagesegmentationBasedonGeneticAlgorithmandNeuraln

    0下载:
  2. 本文深入研究了 BP 神经网络与遗传算法理论,BP 神经网络在应用过程中面临 着网络训练时间长、容易陷入局部极小值、隐层节点数不易确定等缺点,为了有效 地克服 BP 网的困难,将遗传算法与 BP 网络有机地融合,使它们之间的相互补充增 强彼此的能力,从而获得更有力的解决实际问题的能力。 -this in-depth study of artificial neural networks and genetic algorithms theory, BP neural networ
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:558216
    • 提供者:罗旺
  1. 小波分析--黄变换程序

    0下载:
  2. 首先,找出 上所有的极值点,然后用三次样条函数曲线循序连接所有的极大值点,得到信号 的上包络线 ,采用同样的方法连接所有的极小值点,得到 的下包络线 。循序连接上、下两条包络线的均值可得到一条均值线 : (7-1) 再用 减去 得到 : (7-2) 如果 满足IMF的两个条件,则 即为第一阶IMF,一般来说, 并不满足条件,此时,
  3. 所属分类:matlab例程

    • 发布日期:2010-01-21
    • 文件大小:491
    • 提供者:littleprince
  1. 求解约束极小值问题的函数fmincon

    2下载:
  2. 求解约束极小值问题的函数fmincon,fmincon是求解多维约束优化问题的优化工具箱函数,Problem solving constrained minimum function fmincon, fmincon is a multi-dimensional constrained optimization problems for solving the optimization toolbox function
  3. 所属分类:matlab例程

    • 发布日期:2015-05-15
    • 文件大小:1405
    • 提供者:yu
  1. yuchou2

    0下载:
  2. 用matlab解决线性回归问题,在约束条件下求解二次回归问题的极小值-Using matlab to solve linear regression problems, in the constraint solving quadratic regression under the condition of the minimum problem
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1105
    • 提供者:淡茶
  1. PCgame

    0下载:
  2. 一个人工智能下象棋的小游戏 含电子书 包含了alph-beta 深度优先 极大极小值算法-Under the artificial intelligence of a chess game with e-book contains alph-beta depth-first minimax algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-19
    • 文件大小:5461341
    • 提供者:yangdawei
  1. Five_chess

    0下载:
  2. 采用c#编程的人机对战的五子棋程序,AI智能采用贪心算法和极大极小值算法,程序有详尽的注释,适合参考-C# programming using the man-machine war of Gobang procedures, AI algorithms and intelligent use of greedy algorithm for max-min value, the program has detailed notes for reference
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:129913
    • 提供者:王德安
  1. danchunxing

    0下载:
  2. 单纯形搜索算法程序,用于快速搜索多变量函数的局部极小值。-Simplex search algorithm procedure for fast search multi-variable function of the local minimum value.
  3. 所属分类:Search Engine

    • 发布日期:2017-03-29
    • 文件大小:4688
    • 提供者:方强
  1. fminsearch

    0下载:
  2. 求函数极小值,适用于不带约束的、函数可以为非线性的无约束规划问题的求解-Demand function is minimum applicable to non-binding, the function can be non-binding for the non-linear programming problem solving
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:5556
    • 提供者:wang
  1. PSOalgorithm

    0下载:
  2. 本程序利用粒子群算法(PSO算法),求BANANA函数在(1,1)附近的极小值-This program makes use of particle swarm optimization (PSO algorithm), find BANANA function (1,1) near the minimum
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2180
    • 提供者:王伟
  1. idl逐点极小值

    0下载:
  2. 利用idl语言实现遥感图像逐点极小值的求取。
  3. 所属分类:VHDL编程

  1. sousuoeryuanhanshujixiaozhi

    0下载:
  2. 人工蜂群算法优化,搜索二元函数的极小值问题(ABC-algorithm search the min)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-28
    • 文件大小:2048
    • 提供者:APHFouhvm@073
  1. 果蝇算法寻求极小值极大值

    0下载:
  2. 该算法是利用基本果蝇算法寻求极小值的操作(The algorithm uses the basic fruit fly algorithm to seek the operation of the minimum.)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-08
    • 文件大小:1024
    • 提供者:tasysky
  1. 小波神经网络的时间序列预测-短时交通流量预测

    9下载:
  2. 本文采用小波神经网络进行交通流量预测,短时交通流量存在随机性和非线性因素,影响预测的准确性。传统预测模型难以反映交通流量变化特点,同时传统神经网络易陷入局部极小值,泛化能力差,交通流量预测精度低。为了提高短时交通流量预测精度,提出一种小波神经网络的短时交通流量预测模型。小波神经网络可以对短时交通流量随机性、不确定性进行局部分析,并进行非线性预测,验证了模型的有效性,进行了对比试验。验证结果表明,小波神经网络提高了短时交通流量预精度,预测结果更具应用价值。(In this paper, wavel
  3. 所属分类:matlab例程

  1. 作业

    2下载:
  2. 极小值原理,给出已知初始位置和最终位置,来求解初始到末端做优化路径。(with initial position and a finally position to get a most great way to get the finally position.)
  3. 所属分类:*行业应用

    • 发布日期:2019-06-09
    • 文件大小:79872
    • 提供者:粮食花开
« 12 3 4 5 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com