GSO算法matlab代码
%% 算法说明:荧火虫算法(GSO:Glowworm swarm optimisation:a new method for optimising mutlti-modal functions)
%% 算法特征:只适用于求极大值(极小值可转化为求极大值)
%% ===============================================================
clc;%清屏
clear all;%清除变量
format long;%确定精度
2019-12-21 20:38:13
33KB
sxs
1