MATLAB环境下一种基于蜉蝣优化方法的聚类算法
算法运行环境为MATLAB R2018A,执行基于蜉蝣优化方法的聚类算法。
压缩包=数据+程序+参考文献。
MaxIt=500; % Maximum Number of Iterations
nPop=20; nPopf=20; % Population Size (males and females)
g=0.8; % Inertia Weight
gdamp=1; % Inertia Weight Damping Ratio
a1=1.0; % Personal Learning Coefficient