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

故障检测 免疫算法 源码

于 2022-01-27 发布 文件大小:8.19 kB
0 84
下载积分: 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 个回复

  • wavelet1
    小波神经网络算法1(Wavelet neural network algorithm 1)
    2008-06-09 22:07:20下载
    积分:1
  • onedim
    matlab code 3 dim using fimite differance time domain method
    2009-07-02 19:49:55下载
    积分:1
  • 复件 高 自动控制系统作业
    说明:  关于自动控制的电机控制的仿真,是课本飞机的自动控制(control on the simulation of motor control is the control plane textbooks)
    2005-11-10 18:51:03下载
    积分:1
  • 实现对图像中圆形信号灯的检测与识别 imagetrdsum
    实现对图像中圆形信号灯的检测与识别,根据图片识别白天黑夜(Achieve the images roundel signals detection and recognition, image recognition based on day and night)
    2013-07-11 09:48:54下载
    积分:1
  • Input_Shaper
    输入成形器的设计,包括ZV,ZVD,ZVDD,EI在内的六种输入成形方法的算法。(input shape)
    2020-07-03 23:40:02下载
    积分:1
  • utc2gpstime
    协调世界时(UTC)时间转换为GPS时间(Coordinated universal time (UTC) changes into the GPS time)
    2021-03-17 22:19:21下载
    积分:1
  • matlab_quickref.pdf
    matlab快速检索手册,非常实用简洁,涵盖了matlab的所有基本函数(Quick Search matlab manual is very useful concise, covering all the basic functions matlab)
    2010-01-17 21:35:56下载
    积分:1
  • GPC_demo1
    由于自校正控制器在实际中的广泛运用,其缺点日益明显,主要体现在变阶次、变时延和变参数的系统中,因此研制具有较强的鲁棒性的控制器在实际运用中非常有用。Clark等人提出的广义预测控制自校正控制器是一种基于参数模型的预测控制算法,它采用了时段优化性能指标,结合辨识和自校正机制,从而克服自校正控制中存在的缺点,具有较强的鲁棒性。(self-tuning controller in practice the widespread use of its increasingly obvious shortcomings, mainly reflected in the change of Order, Variable Delay and change parameters in the system, developed with the robustness of the controller in actual application is very useful. Clark and others put the GPC self-tuning controller is based on the parameters of a model predictive control algorithm, it uses time optimize performance indicators, combining literacy and self-correction mechanism, in order to overcome self-tuning control of the shortcomings, with strong robust.)
    2006-07-18 13:35:28下载
    积分:1
  • matlab-function-library
    介绍了MATLAB里一些常用的,基本函数的意义,对初学者有帮助。(Introduced in some of the commonly used MATLAB, the significance of the basic functions, help for beginners.)
    2011-11-10 16:08:21下载
    积分:1
  • MATLAB7.0
    matlab初学者适用 简单教程 比较简单 (matlab tutorial for beginners is relatively simple application of a simple)
    2009-10-23 11:04:01下载
    积分:1
  • 696516资源总数
  • 106741会员总数
  • 17今日下载