資源簡介
遺傳算法的多目標優化算例,動態顯示優化過程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
評論
共有 條評論