-
gaot
tep 1:对遗传算法的运行参数进行赋值。参数包括种群规模、变量个数、交叉概率、变异概
率以及遗传运算的终止进化代数。
Step 2:建立区域描述器。根据轨道交通与常规公交运营协调模型的求解变量的约束条件,设
置变量的取值范围。
Step 3:在Step 2的变量取值范围内,随机产生初始群体,代入适应度函数计算其适应度值。
Step 4:执行比例选择算子进行选择操作。
Step 5:按交叉概率对交叉算子执行交叉操作。
Step 6:按变异概率执行离散变异操作。
Step 7:计算Step 6得到局部最优解中每个个体的适应值,并执行最优个体保存策略。
Step 8:判断是否满足遗传运算的终止进化代数,不满足则返回Step 4,满足则输出运算结果。
其次,运用遗传算法工具箱。(Matlab genetic algorithm toolbox)
- 2020-11-07 15:09:49下载
- 积分:1
-
SCM
通过设置不同的参数利用Matlab软件仿真了不同场景下的系统性能
(This document suggests a user’s guide to a MATLAB application which simulates a Spatial Channel Model (SCM) based on reference [1] with some minor adjustments. It focuses on how to use the Graphical User Interfaces (GUIs) and the functions of the application and avoids going into specifics about the nature of the parameters as this is done analytically in the reference document)
- 2013-09-05 15:03:49下载
- 积分:1
-
InterHarmonic_src
VC与matlab混合编程的例子
是一个间谐波处理程序,滤波算法用matlab
界面用VC(VC and matlab programming examples of hybrid between a harmonic process, filtering algorithm matlab interface with VC)
- 2009-06-06 02:16:15下载
- 积分:1
-
erweishuju
练习二维数组编程的绝佳资料,适合初学者快速入门。(Two-dimensional array of programming exercises great information for beginners Quick Start.)
- 2016-02-17 13:11:33下载
- 积分:1
-
shiyanzheji
基于C++,实现信号处理中的时延褶积程序(Based on C++ implementation delay signal deconvolution procedure)
- 2014-01-18 11:37:48下载
- 积分:1
-
qr_fact
qr factorization using hh algorithm colum pivioting
- 2014-11-30 08:01:14下载
- 积分:1
-
在TDOA定位系统中,运用平滑的的IMM算法对机动目标进行被动跟踪 ITDOOA Smoothn
在TDOA定位系统中,运用平滑的的IMM算法对机动目标进行被动跟踪
(TDOA positioning system, the use of smooth IMM algorithm for passive tracking of maneuvering targets)
- 2012-09-15 22:26:17下载
- 积分:1
-
karman-matlab
能够非常有效地在比较大的干扰下比较准确地反映真实值,如果观测端加入干扰较大时,卡尔曼滤波器能够较为有效地进行滤波,不过当状态端的干扰增大时,卡尔曼滤波器的滤波效果也会随之下降。(Can very effectively in the relatively large disturbances under more accurately reflect the true value, if the observation end joining interference is large, Calman filter can effectively filter, but when increasing the jamming state end when the filter effect of Calman filters will fall.)
- 2014-12-12 10:14:04下载
- 积分:1
-
readdicomPicWithC++ByLee
view dicom picture with C++
- 2010-09-21 10:31:14下载
- 积分:1
-
PSNRSSIM_matlab
matlab计算两幅图片之间的psnr和ssim值,彩色图片,算法是转换为YUV计算的,YCbCr(matlab computing psnr and ssim value between two pictures, color pictures, the algorithm is converted to YUV calculation, YCbCr)
- 2015-08-28 22:21:18下载
- 积分:1