资源简介

遗传算法的多目标优化算例,动态显示优化过程pareto前端的分布情况。 distribution of the front end )

资源截图

代码片段和文件信息

function f = my_first_multi(x)
 
f(1) = x(1)^4 - 10*x(1)^2+x(1)*x(2) + x(2)^4 - (x(1)^2)*(x(2)^2);
f(2) = x(2)^4 - (x(1)^2)*(x(2)^2) + x(1)^4 + x(1)*x(2);

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

     文件        157  2010-08-21 13:35  源程序\my_first_multi.m

     文件        598  2012-03-07 15:46  源程序\my_first_multi_run.asv

     文件        598  2012-03-22 21:07  源程序\my_first_multi_run.m

     目录          0  2012-03-07 15:36  源程序

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

                 1353                    4


评论

共有 条评论