-
差分进化算法
Differential evolution: A simple and efficient heuristic for global optimization over continuous spaces.
This code implements a basic multi-objective optimization algorithm based on Diferential Evolution (DE) algorithm. When one objective is optimized, the standard DE runs; if two or more objectives are optimized, the greedy selection step in DE algorithm is performed using a dominance relation.
- 2022-07-08 18:06:29下载
- 积分:1
-
计算两端特征值的高效算法,调数值计算lapack包.
计算两端特征值的高效算法,调数值计算lapack包.
-Eigenvalue calculation at both ends of the efficient algorithm, adjusting numerical lapack package.
- 2022-08-03 22:40:49下载
- 积分:1
-
2阶巴特沃斯滤波器
实用的fortran版2阶巴特沃斯滤波器。
在李建平程序基础上有细微调整。
- 2022-03-09 12:24:15下载
- 积分:1
-
RM编码DSP代码
应用背景里德-穆勒码(Reed-Muller,RM)是一类纠正多个差错的编码。这类码构造简单,结构特性丰富,可以简单地通过采用软判决或硬判决算法的好几种方式来进行译码。本论文采用的RM编译码算法是:长度为(n, k)的Reed-Muller 码的编码方法是将生成矩阵×knM与输入数据向量×1kx按矩阵相乘,对每个元素对2 取模,即可以得到编码数据向量。而译码算法则是采用大数逻辑译码。关键技术本程序用C语言实现RM的编码和译码
- 2023-04-30 00:50:02下载
- 积分:1
-
在模式识别中,尤其需要对一些样本进行分类,聚类分析是常用的方法,本程序基于最小最大距离的聚类原则实现对样本的聚类...
在模式识别中,尤其需要对一些样本进行分类,聚类分析是常用的方法,本程序基于最小最大距离的聚类原则实现对样本的聚类-At pattern recognition, in particular a number of samples required for classification, clustering analysis is a commonly used method, the procedure based on the smallest maximum distance of the cluster principle implementation on sample clustering
- 2023-02-23 19:00:03下载
- 积分:1
-
曲线拟合小工具,包括对数拟合,多项式拟合,直线拟合,指数拟合,乘幂拟合...
曲线拟合小工具,包括对数拟合,多项式拟合,直线拟合,指数拟合,乘幂拟合-Curve fitting of small tools, including on the number of fitting, polynomial fitting, straight fitting, exponential fitting, by fitting power
- 2022-02-04 09:17:49下载
- 积分:1
-
数值计算方法 列主元素法
数值计算方法 列主元素法-numerical method main-element method
- 2022-02-20 08:33:33下载
- 积分:1
-
雅可比迭代算法
* 对解决 Ax = b 鉴于初始逼近 x(0)。
*
* 输入: 数目方程和未知数 n;条目
* A(I,J),1 < = I J < = n 的矩阵 A ;条目
* B ㈠,1 < = I < = n 的非均匀期限 b ;的
* 条目 XO(I),1 < = I < = n 的 x(0) ;容忍 TOL ;
* 最大 N.迭代次数
*
* 输出: X(1),...,X(n) 的近似解决方案或一条消息
*,迭代的次数超过了。
*/
- 2022-01-28 16:55:49下载
- 积分:1
-
萨马尔博士论文
识别算法基于几何变换的人。研究生学位。作者:萨马尔.Dmitrii。
- 2022-08-18 18:29:36下载
- 积分:1
-
贝叶斯算法(matlab编写) 安装,添加目录 /home/ai2/murphyk/matlab/FullBNT...
贝叶斯算法(matlab编写) 安装,添加目录 /home/ai2/murphyk/matlab/FullBNT-Bayesian algorithm (Matlab preparation) installed, add directory/home/ai2/murphyk/matlab/FullBNT
- 2022-02-14 03:59:10下载
- 积分:1