资源简介

该用matlab 实现的遗传算法可以用于多目标有约束优化,是我最近学习matlab时一个视频上讲的例子,视频在土豆网搜“matlab全局优化方法及应用”。希望多大家有用。

资源截图

代码片段和文件信息

% 使用平台 - Matlab2008Ra
%by akjuan
%all rights preserved by www.4math.cn www.matlabsky.cn
%2008.12

function my_ga_test1()  
figure
ezsurf(@(xy)20+x^2+y^2-10*(cos(2*pi*x)+cos(2*pi*y))[-5 5][-5 5])
text(0085‘\downarrowglobelmin(00)‘‘EdgeColor‘‘red‘‘FontSize‘18‘BackgroundColor‘[.7 .9 .7]);
figure
ezcontour(@(xy)20+x^2+y^2-10*(cos(2*pi*x)+cos(2*pi*y))[-1 1][-1 1])
text(00‘\downarrowglobelmin(00)‘‘FontSize‘18);

disp(‘please press any key to continue.....‘)
pause()
FitnessFunction = @simple_fitness;
numberOfVariables = 2;
 opt= gaoptimset(‘Plo

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

     文件       1166  2008-12-08 15:06  my_ga_test1.m

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

                 1166                    1


评论

共有 条评论