登录
首页 » Matlab » 故障检测 免疫算法 源码

故障检测 免疫算法 源码

于 2022-01-27 发布 文件大小:8.19 kB
0 86
下载积分: 2 下载次数: 2

代码说明:

应用 MATLAB编写的 故障检测 的 免疫算法源程序。好用绝对! clc; clear all; global popsize length min max N code; N=12;               % 每个染色体段数(十进制编码位数) M=20;               % 进化代数 popsize=20;         %设置初始参数,群体大小 length=10;          % length为每段基因的二进制编码位数 chromlength=N*length;  %字符串长度(个体长度),染色体的二进制编码长度 pc=0.7;                %设置交叉概率,本例中交叉概率是定值,若想设置变化的交叉概率可用表达式表示,或从写一个交叉概率函数,例如用神经网络训练得到的值作为交叉概率 pm=0.3;               %设置变异概率,同理也可设置为变化的 bound={-100*ones(popsize,1),zeros(popsize,1)};min=bound{1};max=bound{2}; pop=initpop(popsize,chromlength);   

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

发表评论

0 个回复

  • fcmthresh
    the clustering gives a high level of understanding with the present number of data sets which do not have a common behaviour between one and the other
    2009-12-10 01:41:26下载
    积分:1
  • biandaoxianjiance
    该程序包是道路边缘和车道线检测与跟踪的matlab程序,可运行,实验效果很好(The package is the road edge and lane detection and tracking matlab program, you can run, experimental works well)
    2012-07-12 16:46:32下载
    积分:1
  • speed
    无刷直流电机调速系统仿真模型,霍尔传感器提供位置信号,调压调速(Brushless DC motor speed control system simulation model)
    2015-01-17 11:28:27下载
    积分:1
  • slide-bearing
    轴承热弹流计算程序,很好用。可以计算高端轴承。(thermal、elastic DEFORM and fulid model,solving reynold eqn)
    2015-04-15 20:57:51下载
    积分:1
  • ACodeforMatlab
    this is a matlab code for kmeans algorithm...
    2010-11-06 21:02:31下载
    积分:1
  • bhatta
    Find the bhattachharya coefficient
    2011-11-22 01:10:25下载
    积分:1
  • guiyihua
    说明:  对图像进行归一化处理!是图像预处理中不可缺少的重要部分(The image is normalized! Image preprocessing is an indispensable part in)
    2010-04-26 14:57:53下载
    积分:1
  • 线性打靶法
    利用线性打靶法计算变系数的微分方程,并画图(The second- order differential equation with variable coefficient is solved by linear target method, and the content is detailed)
    2017-05-09 11:19:56下载
    积分:1
  • kmeanforvoice
    说明:  K-MEAN:经典K均值算法,适用领域:语音识别,图像识别(K-MEAN: classical K-means algorithm, the application areas: speech recognition, image recognition)
    2008-09-11 20:18:05下载
    积分:1
  • ex7Data
    matlab skin detection
    2013-08-09 07:25:15下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载