登录
首页 » matlab » 选择,变异,交叉

选择,变异,交叉

于 2020-01-01 发布
0 149
下载积分: 1 下载次数: 1

代码说明:

说明:  遗传算法的三种操作代码,差分进化算法(Differential Evolution Algorithm,DE)是一种高效的全局优化算法。它也是基于群体的启发式搜索算法,群中的每个个体对应一个解向量。差分进化算法的进化流程则与遗传算法非常类似,都包括变异、杂交和选择操作,但这些操作的具体定义与遗传算法有所不同(Three operation codes of genetic algorithm)

文件列表:

选择,变异,交叉\crossover.m, 705 , 2004-12-23
选择,变异,交叉\mutation.m, 606 , 2004-12-22
选择,变异,交叉\select1.m, 1824 , 2004-12-21
选择,变异,交叉, 0 , 2020-01-01

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论


0 个回复

  • Rayleigh
    瑞利散射的MATLAB仿真代码,来自汪利宏生物成像技术那本著作(Rayleigh scattering of the MATLAB simulation code, WANG Li-hong bio-imaging technology from that book)
    2021-04-26 16:18:45下载
    积分:1
  • Fftfile-of-EEG
    可以用FFT频谱对脑电信号进行提取。我们可以利用提取出的各个波段脑电信号,来诊断一些脑部疾病或者对大脑组织的电活动及大脑的功能状态进行分析。 1.将实验测得的脑电数据文件转换为文本文件(已经过50Hz陷波), 获得在Matlab 平台上可直接使用的脑电信号数据,即0661.txt。 2.在Matlab中导入数据,并提取Fp1通道的脑电信号,通过FFT变换对α,β,θ,δ波段进行提取,并做FFT逆变换变到时域。 3.计算各个波段的功率谱。(FFT spectrum can be extracted on EEG. We can use the extracted EEG each band to diagnose some brain disorders or brain tissue on the brain' s electrical activity and functional status were analyzed. One would experimentally measured EEG data file into a text file (has been 50Hz notch), obtained in Matlab platform can be used directly EEG data, that 0661.txt. (2) import data in Matlab and extract Fp1 channel EEG by FFT transform α, β, θ, δ bands were extracted, and do FFT inverse transform variable to the time domain. 3 calculate the power spectrum of each band.)
    2020-11-21 11:19:35下载
    积分:1
  • Fftfile-of-EEG
    可以用FFT频谱对脑电信号进行提取。我们可以利用提取出的各个波段脑电信号,来诊断一些脑部疾病或者对大脑组织的电活动及大脑的功能状态进行分析。 1.将实验测得的脑电数据文件转换为文本文件(已经过50Hz陷波), 获得在Matlab 平台上可直接使用的脑电信号数据,即0661.txt。 2.在Matlab中导入数据,并提取Fp1通道的脑电信号,通过FFT变换对α,β,θ,δ波段进行提取,并做FFT逆变换变到时域。 3.计算各个波段的功率谱。(FFT spectrum can be extracted on EEG. We can use the extracted EEG each band to diagnose some brain disorders or brain tissue on the brain' s electrical activity and functional status were analyzed. One would experimentally measured EEG data file into a text file (has been 50Hz notch), obtained in Matlab platform can be used directly EEG data, that 0661.txt. (2) import data in Matlab and extract Fp1 channel EEG by FFT transform α, β, θ, δ bands were extracted, and do FFT inverse transform variable to the time domain. 3 calculate the power spectrum of each band.)
    2020-11-21 11:19:35下载
    积分:1
  • brain_singal
    说明:  作者使用matlab程序开发了脑电图信号接口程序,并利用小波分解对脑电信号节律提取。(By using the matlab program development of EEG signal interface program, and the use of wavelet decomposition of the EEG rhythm extraction.)
    2010-03-27 21:43:27下载
    积分:1
  • Optimization_Genetic_Algorithm_and_Direct_Search
    基因演算法之多目標最佳化程式,有包含大量範例參考(optimization program based on genetic algorithm)
    2010-05-24 11:48:26下载
    积分:1
  • SIS
    传染病的SI SIS SIR 三种数学建模模型。文件内包含程序以及仿真结果图。是初学者学习的好材料!(Infectious diseases SI SIS SIR three kinds of mathematical modeling model. The file contains the procedures and simulation results Figure. It is a good material for beginners to learn!)
    2013-04-18 14:31:10下载
    积分:1
  • TDLDA
    人脸识别2DLDA代码,MATLAB写的。(code written in MATLAB.)
    2006-09-07 14:33:37下载
    积分:1
  • GEO.tar
    GEO表达谱的相关matlab源程序及数据文件举例(GEO expression profiling relevant matlab source code and data files, for example)
    2008-06-02 21:38:30下载
    积分:1
  • ECG-diag
    MATLAB心电图自动诊断程序。围绕心电信号预处理、心电波形检侧与定位、心电特征提取与分析三个方面。研究MIT数据库中的心电信号,针对心电信号中存在的工频干扰、基线漂移、肌电干扰等各种噪声,设计出了高通、低通、带阻、平滑效果滤波器来对心电信号进行预处理,对处理后的信号采用连续小波变化进行特征点的定位及瞬时心率的计算,最后通过分析给出诊断结果。(MATLAB ECG automatic diagnosis program. Around the ECG signal preprocessing, ECG waveform detection and location, ECG feature extraction and analysis of three aspects, the study of MIT in the ECG signal. According to the frequency interference, baseline drift in the presence of ECG, EMG interference and other noise, design a high pass, low pass, band stop filter, smoothing effect of pretreatment of the ECG signal, the calculation of the processed signal using continuous wavelet transform to locate feature points and instantaneous heart rate, finally the diagnosis results.)
    2016-10-18 18:52:14下载
    积分:1
  • PathSPCA
    稀疏PCA的优化解算法,较新的pca算法,供大家学习交流!(Optimal Solutions for Sparse Principal Component Analysis)
    2009-02-25 11:16:11下载
    积分:1
  • 696518资源总数
  • 104432会员总数
  • 16今日下载