用 MATLAB 编写的 免疫算法源程序 比较实用。希望对大家有所帮助。算法很好。-using MATLAB immune algorithm source more practical. We want to help. Algorithm good. 下载
|
人工免疫算法源程序 matlab6.0 环境下 比较完整-artificial immune algorithm source matlab6.0 environment complete 下载
|
基于免疫网络模型的免疫算法源程序,MATLAB编程,仅供大家参考-based on the immune network model immune algorithm source code and MATLAB programming, is for your reference 下载
|
提供一个人工免疫算法源程序,其算法过程包括: 1.设置各参数 2.随机产生初始群体——pop=initpop(popsize,chromlength) 3.故障类型编码,每一行为一种!code(1,:),正常;code(2,:),50%;code(3,:),150%。实际故障测得数据编码,这里Unnoralcode,188% 4.开始迭代(M次): 1)计算目标函数值:欧氏距离[objvalue]=calobjvalue(pop,i) 2)计算群体中每个个体的适应度fitvalue=calfitvalue(objvalue) 3)选择newpop=selection(pop,fitvalue) objvalue=calobjvalue(newpop,i) % 交叉newpop=crossover(newpop,pc,k) objvalue=calobjvalue(newpop,i) % 变异newpop=mutation(newpop,pm) objvalue=calobjvalue(newpop,i) % 5.求出群体中适应值最大的个体及其适应值 6.迭代停止判断。-provide a source of artificial immune algorithm, the algorithm process include : 1. Two of the parameters set. Initial randomly generated groups -- pop = initpop (popsize, chromlength) 3. Fault type coding, each act a! Code (1 :), normal; Code (2, :), 50%; Code (3 :), 150%. Fault actual measured data coding, here Unnoralcode, 188% 4. Beginning iteration (M) : 1) the objective function value : Euclidean distance [objvalue] = calobjvalue (pop, i) 2) calculation of each individual groups of fitness calfitvalue fitvalue = ( objvalue) 3) = newpop choice selection (pop, fitvalue) objvalue = calobjvalue (newpop, i) =% newpop cross-crossover (newpop, pc, k) = calobjvalue objvalue (newpop, i) =% variation newpop mutation (newpop, pm ) objvalue = calobjvalue (newpop, i)% 5. groups sought to adapt th 下载
|
人工免疫算法的源程序。由主程序和子程序等十几个m文件组成。-artificial immune algorithm of the source. From the main program and subprogram m dozen other documents. 下载
|
pid控制器模糊免疫优化算法程序,matlab编程,直接在matlab中运行-pid fuzzy controller optimization algorithm immunization procedures, Matlab programming, directly in Matlab run 下载
|
基于距离的免疫遗传算法,程序能够执行,算法比较优化,收敛性能非常好。供大家参考。-based on distance from the immune genetic algorithms, procedures can be implemented, algorithm optimization, convergence performance is very good. For your reference. 下载
|
基于c语言的人工免疫算法的源程序,PDF格式的,内容详尽,欢迎下载。- 下载
|
一种基于matlab编写的免疫遗传算法程序,比较好,不过我看不懂,请高手指点。谢谢!-prepared by the immune genetic algorithm procedures, better, but I do not understand, please master guiding. Thank you! 下载
|
基于matlab的人工免疫和遗传算法源程序- 下载
|