資源簡(jiǎn)介
GSO算法matlab代碼
%% 算法說(shuō)明:熒火蟲算法(GSO:Glowworm swarm optimisation:a new method for optimising mutlti-modal functions)
%% 算法特征:只適用于求極大值(極小值可轉(zhuǎn)化為求極大值)
%% ===============================================================
clc;%清屏
clear all;%清除變量
format long;%確定精度
代碼片段和文件信息
評(píng)論
共有 條評(píng)論