資源簡介
如何開發多目標遺傳算法。(其中附帶了多目標遺傳算法的程序)。以及遺傳工具箱的應用!
代碼片段和文件信息
function?childs?=?children(parentmethodpmut)
%?CHILDREN?-?Creates?the?children?from?the?parentpool
%?
%?c=children(parent‘method‘pmut)?The?function?returns?a
%?vector?with?the?children?created?from?the?supplied?matrix?of
%?parents.?The?methods?allowed?is?described?below?the?argument
%?‘pmut‘?is?the?probability?of?mutation.??
%?
%?‘uform‘??-?uniform?crossover
%?‘npoint‘????-?n?points?crossover?a?number?with?the?desired
%?points.?NOT?IMPLEMENTED?YET
%??
%?See?also?PARENTSUI_MUTATEMUTATE
ind=1;
switch?method
?
?case?‘uform‘
??[m?n]=size(parent);
??for?k=1:m
????c1=parent(k1)+parent(k2);
????c1=morph(c1parent(k2)pmut);
????childs(ind)=c1;
????ind=ind+1;
????c2=parent(k2)+parent(k1);
????c2=morph(c2parent(k1)pmut);
????childs(ind)=c2;
????ind=ind+1;
??end
?otherwise
end
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-08-27?15:02??Matlab多目標遺傳算法工具箱\
?????文件??????????55??2018-08-27?11:33??Matlab多目標遺傳算法工具箱\【源碼使用必讀】.url
?????目錄???????????0??2018-08-27?15:02??Matlab多目標遺傳算法工具箱\多目標遺傳算法工具箱\
?????目錄???????????0??2018-08-27?15:02??Matlab多目標遺傳算法工具箱\多目標遺傳算法工具箱\@cdv\
?????文件?????????842??2007-04-28?18:21??Matlab多目標遺傳算法工具箱\多目標遺傳算法工具箱\@cdv\cdv.m
?????文件?????????313??2007-04-28?18:21??Matlab多目標遺傳算法工具箱\多目標遺傳算法工具箱\@cdv\display.m
?????文件?????????399??2007-04-28?18:21??Matlab多目標遺傳算法工具箱\多目標遺傳算法工具箱\@cdv\get.m
?????文件?????????408??2007-04-28?18:21??Matlab多目標遺傳算法工具箱\多目標遺傳算法工具箱\@cdv\set.m
?????目錄???????????0??2018-08-27?15:02??Matlab多目標遺傳算法工具箱\多目標遺傳算法工具箱\@chrom\
?????文件????????1408??2007-04-28?18:21??Matlab多目標遺傳算法工具箱\多目標遺傳算法工具箱\@chrom\chrom.m
?????文件?????????447??2007-04-28?18:21??Matlab多目標遺傳算法工具箱\多目標遺傳算法工具箱\@chrom\display.m
?????文件?????????127??2007-04-28?18:21??Matlab多目標遺傳算法工具箱\多目標遺傳算法工具箱\@chrom\eq.m
?????文件????????1390??2007-04-28?18:21??Matlab多目標遺傳算法工具箱\多目標遺傳算法工具箱\@chrom\export.m
?????文件?????????305??2007-04-28?18:21??Matlab多目標遺傳算法工具箱\多目標遺傳算法工具箱\@chrom\find.m
?????文件?????????147??2007-04-28?18:21??Matlab多目標遺傳算法工具箱\多目標遺傳算法工具箱\@chrom\ge.m
?????文件????????1101??2007-04-28?18:21??Matlab多目標遺傳算法工具箱\多目標遺傳算法工具箱\@chrom\get.m
?????文件?????????138??2007-04-28?18:21??Matlab多目標遺傳算法工具箱\多目標遺傳算法工具箱\@chrom\gt.m
?????文件?????????398??2007-04-28?18:21??Matlab多目標遺傳算法工具箱\多目標遺傳算法工具箱\@chrom\impfit.m
?????文件?????????603??2007-04-28?18:21??Matlab多目標遺傳算法工具箱\多目標遺傳算法工具箱\@chrom\import.m
?????文件?????????225??2007-04-28?18:21??Matlab多目標遺傳算法工具箱\多目標遺傳算法工具箱\@chrom\import_values.m
?????文件?????????540??2007-04-28?18:21??Matlab多目標遺傳算法工具箱\多目標遺傳算法工具箱\@chrom\init.m
?????文件?????????143??2007-04-28?18:21??Matlab多目標遺傳算法工具箱\多目標遺傳算法工具箱\@chrom\le.m
?????文件?????????132??2007-04-28?18:21??Matlab多目標遺傳算法工具箱\多目標遺傳算法工具箱\@chrom\lt.m
?????文件?????????648??2007-04-28?18:21??Matlab多目標遺傳算法工具箱\多目標遺傳算法工具箱\@chrom\max.m
?????文件?????????365??2007-04-28?18:21??Matlab多目標遺傳算法工具箱\多目標遺傳算法工具箱\@chrom\mean.m
?????文件?????????357??2007-04-28?18:21??Matlab多目標遺傳算法工具箱\多目標遺傳算法工具箱\@chrom\median.m
?????文件?????????626??2007-04-28?18:21??Matlab多目標遺傳算法工具箱\多目標遺傳算法工具箱\@chrom\min.m
?????文件?????????197??2007-04-28?18:21??Matlab多目標遺傳算法工具箱\多目標遺傳算法工具箱\@chrom\nmbr_of_members.m
?????文件????????1650??2007-04-28?18:21??Matlab多目標遺傳算法工具箱\多目標遺傳算法工具箱\@chrom\plot.m
?????文件?????????590??2007-04-28?18:21??Matlab多目標遺傳算法工具箱\多目標遺傳算法工具箱\@chrom\plus.m
?????文件?????????214??2007-04-28?18:21??Matlab多目標遺傳算法工具箱\多目標遺傳算法工具箱\@chrom\pmga.m
............此處省略43個文件信息
- 上一篇:帝國競爭算法源代碼
- 下一篇:用MATLAB實現遺傳算法程序解多目標規劃
評論
共有 條評論