-
GA(genetic algorithm)遗传算法源代码
区别于传统算法,遗传算法以初始种群中每个个体为“染色体”开始搜索,这些染色体经过一系列的后期迭代不断进化,每一代都以“适应度”衡量其好坏,生成的下一代称为“后代”,后代由前代经过交叉、变异产生。染色体被选中的概率和其适应度高低相关,最后,算法收敛于最好的染色体。一般的遗传算法基本步骤如下:1.确定编码方案,随机生成初始种群;2.确定适应度函数,计算每个个体的适应度,判断是否符合相应准则,如果符合,则输出最优解,若不符合,则进入第3步;3.根据适应度选择再生个体,适应度越高,被选中的概率越高,适应度越低,被淘汰的可能性越大;4.交叉以产生新个体;5.变异以产生新个体6.根据第4步和第5步生成新种群,返回第2步,直到符合相应准则并输出最优个体与代表的最优解。
- 2022-03-30 07:13:17下载
- 积分:1
-
79419091nonlinear_model_predictive_control
使用matlab实现智能预测控制算法中的GPC算法,以阶跃、正弦等函数为例进行仿真实现
(Matlab intelligent use of predictive control algorithm of GPC algorithm to step, sinusoidal function, such as simulation as an example)
- 2009-01-22 11:24:24下载
- 积分:1
-
doa-estimation
各种doa估计代码,包括均匀线阵,均匀圆阵等的估计。包含music,esprit,空间平滑等(Various doa estimation code, including ULA, uniform circular array of estimates. Including music, esprit, spatial smoothing)
- 2013-10-19 18:23:07下载
- 积分:1
-
-transmission-line-method
根据透射反射曲线求解超材料介电常数 磁导率 阻抗 折射率(calculating the permittivity、permeability、impedance andrefraction indice of metamaterial based on transmission and reflectance coefficient.)
- 2021-01-07 19:18:53下载
- 积分:1
-
Clustered-rough-set
rough set for clustering version 1
- 2013-08-12 01:07:22下载
- 积分:1
-
work
在matlab平台下的viterbi编码译码的程序。secrettext.txt是需要传输的文件,encodetext.txt是编码后的文件,decodetext.txt是译码后的文件。(In the matlab platform of the viterbi decoding encoding process. secrettext.txt need to transfer files, encodetext.txt is encoded file, decodetext.txt is after decoding files.)
- 2009-10-27 10:30:23下载
- 积分:1
-
AF
说明: Amplify and Forward matlab code
- 2013-12-13 07:27:37下载
- 积分:1
-
LAD-MATLAB
说明: 《最小一乘回归系数估计及其MATLAB实现》2007 王福昌 胡顺田 张艳芳(The Coefficient Estimation of Least Absolute Deviation Regression and
Implementation in M ATLAB)
- 2009-07-26 16:10:01下载
- 积分:1
-
PCA
一个解释主成分分析PCA算法的文档,并附有简单的MATLAB程序说明(a document explain principle component analyse)
- 2012-04-15 21:50:31下载
- 积分:1
-
Array signal processing(1)
1:MUSIC 算法MATLAB程序
2:ESPRIT 算法MATLAB程序
3:Root-MUSIC算法MATLAB程序
4:面阵中二维角度估计 Unitary -ESPRIT算法MATLAB程序(1:MUSIC ALGORITHM MATLAB PROGRAM
2:ESPRIT algorithm MATLAB program
3: Root-MUSIC algorithm MATLAB program
4: MATLAB Program of Unitary-ESPRIT Algorithms for Two-Dimensional Angle Estimation in Area Array)
- 2019-01-11 13:14:59下载
- 积分:1