搜索资源列表
CTSimpson3D
- 用于computed tomography 的算法测试计算投影数据的simpson积分函数-computed tomography for the calculation algorithm test data projector simp son integral function
用MATLAB开发的BP算法源程序
- 基于神经网络工具箱函数trainbp和simuff实现的BP算法源程序,内附样本数据和测试数据。-based on neural network toolbox function and simuff trainbp BP algorithm to achieve the source, containing sample data and test data.
FitFunc
- 本算法包括最大似然估计,最小二乘估计,基于EM算法的多种混合高斯分布估计,EM算法测试实例,绘制每种分布的plot函数。非常有参考价值!
FittFunc
- 多种概率分布的拟合函数集合 本算法包括最大似然估计,最小二乘估计,基于EM算法的多种混合高斯分布估计,EM算法测试实例,绘制每种分布的plot函数。非常有参考价值!
测试PSO算法的新的组合测试函数
- Novel Composition Test Functions for Numerical Global Optimization func_test.m is the main program, a basic PSO algorithm PSO_func.m is attached. SIS_novel_func.m is the function program,including six composition functions f=SIS_novel_func(x,f
matlab编写的遗传算法程序,测试通过
- matlab编写的遗传算法程序,适合初学者
Matlab实现Apriori算法
- 简单的用Matlab实现关联规则基本算法Apriori算法,打开Matlab 目录调至压缩包解压的目录下,直接在matlab上运行test,有测试数据。
Rastrigrin matlab平台下的测试函数Rastrigrin
- matlab平台下的测试函数Rastrigrin,对于用来测试粒子群、遗传等智能算法的性能非常有用-matlab platform test function Rastrigrin, used to test for the PSO, the performance of genetic algorithms and other useful intelligence
test_viterbi
- viterbi算法测试程序,对接收信号的相位与真实相位进行viterbi距离计算-viterbi algorithm testing procedures, the phase of the received signal phase with the real distance calculated for viterbi
matlab实现kalman算法
- 测试kalman算法优化的程度,看看是否适合自己使用,能调用到自己的项目中最好不过了。
mvdr与drec算法测试
- 通过对旁瓣干扰角度与快拍数进行改进已测试二者性能
SVM算法二分类
- 将支持向量机(SVM)用于模式识别,解决二分类问题,程序中包含训练集和测试集。(The support vector machine (SVM) is used for pattern recognition to solve the dichotomy problem, which includes training set and test set.)
多目标优化的微分进化算法
- 差分算法,求最优解,能实现,能运行,是个测试版本,可以在这基础改(Genetic algorithm, the best solution, can be realized, can run, is a test version, can be modified in this basis.)
算法测试函数
- MATLAB的算法测试测试函数一共十个,都是最经典的(MATLAB algorithm test function of a total of ten, are the most classic.)
test benchmarks
- 总共56个测试的基准函数,用于智能算法测试所用。(Totally 56 benchmark functions for testing, they are used for intelligence algorithm testing.)
BA
- 蝙蝠算法进行编程 采用标准测试函数对其性能进行测试(The bat algorithm is programmed and the performance of the algorithm is tested with standard test function.)
aloha算法测试
- aloha算法的matlab仿真程序,可用
WOA灰狼算法
- 灰狼优化算法,直接就能用,里面包含有23种测试函数,做实际应用时,需要调一下。(Gray wolf optimization algorithm, which can be used directly, contains 23 kinds of test functions, and needs to be adjusted in practical application.)
Benchmark 最优化测试函数
- Matlab中智能算法最优化测试函数公式及代码,有30几个,可用来验证算法的性能(There are more than 30 intelligent algorithm optimization test function formulas and codes in Matlab, which can be used to verify the performance of the algorithm.)
布谷鸟算法
- matlab关于布谷鸟算法的例子,适用于经典测试函数的计算。