搜索资源列表
ChessPP
- 中国象棋人机版,其中采用了多种搜索方法,有最基本的极大极小值方法和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
数据统计
- 专用的地球化学元素参数统计,可以一次同时统计一个*.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
nnworkmatlab
- 黄金分割法,带约束条件 进退法求函数极小值,单谷区间-0.618, with restrictive conditions act Method function minimum, a single-interval
小波分析--黄变换程序
- 首先,找出 上所有的极值点,然后用三次样条函数曲线循序连接所有的极大值点,得到信号 的上包络线 ,采用同样的方法连接所有的极小值点,得到 的下包络线 。循序连接上、下两条包络线的均值可得到一条均值线 : (7-1) 再用 减去 得到 : (7-2) 如果 满足IMF的两个条件,则 即为第一阶IMF,一般来说, 并不满足条件,此时,
求解约束极小值问题的函数fmincon
- 求解约束极小值问题的函数fmincon,fmincon是求解多维约束优化问题的优化工具箱函数,Problem solving constrained minimum function fmincon, fmincon is a multi-dimensional constrained optimization problems for solving the optimization toolbox function
yuchou2
- 用matlab解决线性回归问题,在约束条件下求解二次回归问题的极小值-Using matlab to solve linear regression problems, in the constraint solving quadratic regression under the condition of the minimum problem
tuxiangfenge
- (2) 理解基于各像素值的阈值分割算法,基于区域性质的阈值分割算法, 基于坐标位置的阈值分割算法;软件编程实现利用基于各像素值的阈值分割算法进行图像分割,要求完成如下内容:包括极小值点阈值、最优阈值、迭代阈值,基于最大方差的阈值,基于最大熵的阈值等方法,利用之实现图像分割,这里的图像可以针对核磁共振图像-err
jizhibaoluo
- 自动读取记录在文件中的数据,并求取信号的极大值、极小值和包络曲线-Automatically read record data in the document, and to strike a signal of maximum value, minimum value and the envelope curve
PCgame
- 一个人工智能下象棋的小游戏 含电子书 包含了alph-beta 深度优先 极大极小值算法-Under the artificial intelligence of a chess game with e-book contains alph-beta depth-first minimax algorithm
Five_chess
- 采用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
danchunxing
- 单纯形搜索算法程序,用于快速搜索多变量函数的局部极小值。-Simplex search algorithm procedure for fast search multi-variable function of the local minimum value.
fminsearch
- 求函数极小值,适用于不带约束的、函数可以为非线性的无约束规划问题的求解-Demand function is minimum applicable to non-binding, the function can be non-binding for the non-linear programming problem solving
PSOalgorithm
- 本程序利用粒子群算法(PSO算法),求BANANA函数在(1,1)附近的极小值-This program makes use of particle swarm optimization (PSO algorithm), find BANANA function (1,1) near the minimum
idl逐点极小值
- 利用idl语言实现遥感图像逐点极小值的求取。
神经网络极速学习方法研究
- 单隐藏层前馈神经网络(Single-hidden Layer Feedforward Neural Network, SLFN)已经在模式识别、自动控制及数据挖掘等领域取得了广泛的应用,但传统学习方法的速度远远不能满足实际的需要,成为制约其发展的主要瓶颈。产生这种情况的两个主要原因是:(1)传统的误差反向传播方法(back propagation,BP)主要基于梯度下降的思想,需要多次迭代;(2)网络的所有参数都需要在训练过程中迭代确定。因此算法的计算量和搜索空间很大。针对以上问题,借鉴ELM的
小波去噪程序1
- 无偏估计阈值信号处理;固定式阈值阈值信号处理;极大极小值阈值阈值信号处理;软阈值;硬阈值;(Unbiased estimation, threshold signal processing, fixed threshold thresholding, signal processing, minimax thresholding, signal processing, soft thresholding, hard thresholding;)
sousuoeryuanhanshujixiaozhi
- 人工蜂群算法优化,搜索二元函数的极小值问题(ABC-algorithm search the min)
果蝇算法寻求极小值极大值
- 该算法是利用基本果蝇算法寻求极小值的操作(The algorithm uses the basic fruit fly algorithm to seek the operation of the minimum.)
小波神经网络的时间序列预测-短时交通流量预测
- 本文采用小波神经网络进行交通流量预测,短时交通流量存在随机性和非线性因素,影响预测的准确性。传统预测模型难以反映交通流量变化特点,同时传统神经网络易陷入局部极小值,泛化能力差,交通流量预测精度低。为了提高短时交通流量预测精度,提出一种小波神经网络的短时交通流量预测模型。小波神经网络可以对短时交通流量随机性、不确定性进行局部分析,并进行非线性预测,验证了模型的有效性,进行了对比试验。验证结果表明,小波神经网络提高了短时交通流量预精度,预测结果更具应用价值。(In this paper, wavel
作业
- 极小值原理,给出已知初始位置和最终位置,来求解初始到末端做优化路径。(with initial position and a finally position to get a most great way to get the finally position.)