搜索资源列表
bwc.rar
- 搜索算法部分使用minmax递归,alphabeta剪枝,初期和中期搜索6层,最后部分搜索15层。评估算法主要是最小行动力,加以位置值的相关判断
实验题
- A*算法解决找路径的问题,对于特定的图形,按照距离最短的评估函数,来解决寻优问题-A * algorithm to find paths to solve the problems that specific graphics, in accordance with the shortest distance from the assessment function, to solve the optimization problem
KalmanFilterProgram
- 目标跟踪问题的应用背景是雷达数据处理,即雷达在搜索到目标并记录目标的位置数据, 对测量到的目标位置数据(称为点迹)进行处理,自动形成航迹,并对目标在下一时刻的位置进行预测。 ben文简要讨论了用Kalman滤波方法对单个目标航迹进行预测,并借助于Matlab仿真工具,对实验的效果进行评估。 trajectory.m产生理论的航迹,并绘出 Kalman_filter.m 利用Kalman滤波算法,对目标的航迹进行估计 filter_result.m kalman滤波估计的
TestBed
- 排序算法以及评估-algorithm and the assessment
FrameReader
- 是模拟达尔文的遗传选择和自然淘汰的生物进化过程的计算模型。遗传算法的基本操作包括:编码、初始群体的生成、适应度评估检测、选择、杂交操作、变异
tsp
- 模拟退火算法通用类,改编自TSP问题求解,采用Java5范式来表示解,需要实现:评估算法,获取当前解的领域,detalT【温度变化值】,loopCount【循环次数】可调,更原始类型参看SACompute-Simulated annealing algorithm generic categories, adapted from the TSP problem solving, using Java5 solution paradigm to express the need to realiz
bwc
- 搜索算法部分使用minmax递归,alphabeta剪枝,初期和中期搜索6层,最后部分搜索15层。评估算法主要是最小行动力,加以位置值的相关判断- The search algorithm partially uses the minmax recursion, the alphabeta pruning, the initial period and the intermediate stage searches 6, finally partially searches 15. Appr
viterbi
- 该MATLAB程序评估了viterbi算法在衰落信道下的卷积译码的性能,包含卷积编解码,衰落信道,维特比算法等.m程序-The MATLAB program to assess the viterbi algorithm in fading channels the performance of convolutional decoding, including the convolution coding and decoding, fading channels, Viterbi algor
FuzzyClusteringToolbox
- 四种聚类算法源代码及示例代码,本程序的最终目的是形成一套标准的用于聚类、可扩展的工具。包括的内容有1. 聚类算法:Kmeans和Kmedoid算法、FCMclust, GKclust, GGclust算法 2. 评估分类原型:程序可以在二维图像上绘制出聚类的结果 3. 验证:程序给每一个算法提供验证机制,每个聚类算法会统计Partition Coefficient (PC), Classification Entropy (CE), Partition Index (SC), Separatio
LQM
- LQM算法 图像质量评估方面的 matlab语言编写的-LQM algorithm for image quality assessment
repeatablity
- 在matlab环境下,用于评估算法好坏,检索性能优劣等-In the matlab environment, good or bad for the evaluation algorithm, retrieval performance advantages and disadvantages, etc.
dbf2800df370
- 包含MVC,GMV等的几种控制系统性能评估算法。还不错,分享一下-Generalized minimum variance control
Speech-quality-evaluation-algorithm
- 一种低复杂度的基于听觉感知的高效心理声学模型语音质量客观评估算法,目前已经被ITU-T标准采纳为P.862标准, 对大家深入理解P.862标准有很大的帮助,在学术工作者和从事这方面的工作工程技术人员都很有用-An efficient auditory perception based psychoacoustic model objective speech quality assessment of low complexity algorithms, has now been adopt
PSOtest
- pso性能测试代码,实现基准的10个测试函数,通过世代距离、最大伸展、均值和方差等评估算法性能。-pso performance test code to achieve the benchmark 10-test function, through generations the maximum extension, the mean and variance peer uation algorithm performance.
gojd
- 相似度评估算法,Earth Movers Distance (EMD),很好的-Similarity uation algorithm, Earth Movers short (EMD), very good
MATLAB
- 此算法根据针对一个具有多变量以及复杂约束的多目标问题,采用向量评估遗传算法进行求解(Aimed at a problem with multiple variables and complicate constraints, the vector evaluation genetic algorithm is adopted)
distance
- 距离评估算法,用于高维特征集的特征选择,得到更好的分类模型(Distance evaluation algorithm is used for feature selection)
Matlab代码
- 遗传算法 1、评估每条染色体所对应个体的适应度 2、遵照适应度越高,选择概率越大的原则,从种群中选择两个个体作为父方和母方 3、抽取父母双方的染色体,进行交叉,产生子代 4、对子代的染色体进行变异 5、重复2,3,4步骤,直到新种群的产生。结束循环。(1. Evaluate the fitness of each chromosome. 2. Following the principle of higher fitness and greater probability of selectio
time series similarity measures
- 这个包里包含了四种常用的时间序列相似性评估算法,包括DTW,LCSS, PLA和PAA,方便学者在进行开展实验时进行对比分析,也可以运用在多种需要评估距离的场景中。(This package includes four common time series similarity measures, including DTW, LCSS,PLA and PAA. This package can be used when the researcher carries out experiment
微弱特征处理算法
- 利用最大似然估计增强信号的冲击信号中的故障特征,去除滤波后PRS重建新号的残留噪声,提高轴承早期微弱故障信息。 采用周期调制强度(去噪和弱特征增强),突出振动信号中的故障分量,尽可能的让某个具有故障信息的特征突出,使得噪声信息和其他故障特征变小(比率凸显特征的优劣,评估常用方法)