資源簡介
多目標遺傳發算法NSGA-III(基于參考點的非支配排序算法),在NSGA-II基礎進行改進的,提高了算法的收斂性
代碼片段和文件信息
function?f??=?select_chromosome0(intermediate_chromosomepropopZsnorm_fvaluedeltap)
%?淘汰選擇,將收斂性評判標準集合到子函數里面
%[Nm]?=?size(intermediate_chromosome);
switch?pro
????case?2.1
????????M?=?2;
????????V?=?24;
????????
????case?2.2
????????M?=?2;
????????V?=?24;
????case?2.3
????????M?=?2;
????????V?=?24;
????case?2.4
????????M?=?2;
????????V?=?24;
????case?3
????????M?=?3;
????????V?=24;
????case?3.1
????????M?=?3;
????????V?=?24;
????case?3.2
????????M?=?3;
????????V?=?24;
????case?3.3
????????M?=?3;
????????V?=?24;
????case?4.1
????????M?=?4;
????????V?=?24;
????case?4.2
????????M?=?4;
????????V?=?24;
????case?5
????????M?=?5;
????????V?=?24;
end
%?Get?the?index?for?the?population?sort?based?on?the?rank
%[tempindex]?=?sort(intermediate_chromos
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-10-16?14:45??NSGA-III\
?????文件???????15087??2018-07-13?14:43??NSGA-III\select_chromosome0.m
評論
共有 條評論