资源简介

利用帕累托最优和协同进化算法做一个模拟,可以应用在多目标优化上。

资源截图

代码片段和文件信息

function [s]=betterinone(p1p2)

if (max(p1-p2)>0)
  s=1;
else
  s=0;
end;

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件         82  2009-03-16 19:14  an implementation of Coevolutionary algorithm\betterinone.m

     文件        148  2009-03-16 19:14  an implementation of Coevolutionary algorithm\compare_on_all.m

     文件        161  2009-03-16 19:15  an implementation of Coevolutionary algorithm\compare_on_one.m

     文件        176  2009-03-16 19:15  an implementation of Coevolutionary algorithm\compare_symmetric.m

     文件       2010  2009-06-17 18:57  an implementation of Coevolutionary algorithm\delphi.m

     文件        290  2009-03-16 19:16  an implementation of Coevolutionary algorithm\distinctions.m

     文件        114  2009-03-16 19:17  an implementation of Coevolutionary algorithm\dominates.m

     文件         90  2009-03-16 19:17  an implementation of Coevolutionary algorithm\equalorbetterinall.m

     文件        258  2009-03-16 19:18  an implementation of Coevolutionary algorithm\generatelearners.m

     文件        249  2009-03-16 19:18  an implementation of Coevolutionary algorithm\generatetests.m

     文件        467  2009-03-16 19:18  an implementation of Coevolutionary algorithm\init.m

     文件        681  2009-03-16 19:19  an implementation of Coevolutionary algorithm\mut.m

     文件        121  2009-03-20 13:56  an implementation of Coevolutionary algorithm\neu.m

     文件        408  2009-03-25 18:09  an implementation of Coevolutionary algorithm\percep1.m

     文件        374  2009-03-16 19:20  an implementation of Coevolutionary algorithm\play.m

     文件        188  2009-03-16 19:19  an implementation of Coevolutionary algorithm\playgames.m

     文件       3124  2009-03-16 19:13  an implementation of Coevolutionary algorithm\Readme.m

     文件        787  2009-03-16 19:20  an implementation of Coevolutionary algorithm\replace_learners.m

     文件        646  2009-03-16 19:20  an implementation of Coevolutionary algorithm\replace_tests.m

     文件        504  2009-03-16 19:22  an implementation of Coevolutionary algorithm\rotate.m

     文件        430  2009-03-16 19:21  an implementation of Coevolutionary algorithm\rotated_compare_on_one.m

     文件       2071  2009-03-20 13:09  an implementation of Coevolutionary algorithm\SA1.m

     文件        527  2009-03-16 19:22  an implementation of Coevolutionary algorithm\stats.m

     文件         57  2009-03-20 13:09  an implementation of Coevolutionary algorithm\STexamp6.m

     文件        956  2009-03-16 19:23  an implementation of Coevolutionary algorithm\visualize.m

     文件        307  2009-03-25 18:45  an implementation of Coevolutionary algorithm\wfl.m

     目录          0  2010-01-19 09:14  an implementation of Coevolutionary algorithm

----------- ---------  ---------- -----  ----

                15226                    27



............此处省略0个文件信息

评论

共有 条评论