资源简介

完整的差分进化优化算法程序例子,可用用函数优化等多种优化问题。

资源截图

代码片段和文件信息


% Initialization and run of differential evolution optimizer.
% A simpler version with fewer explicit parameters is in run0.m
%
% Here for Rosenbrock‘s function
% Change relevant entries to adapt to your personal applications
%
% The file ofunc.m must also be changed 
% to return the objective function
%

% VTR “Value To Reach“ (stop when ofunc < VTR)
%VTR = 1.e-30; 

trnum=30;    %???????????????????????????????????????????????????????????????????????????????????????????????????????
funnum=8;

Size=100;

%----------------------------
if funnum==1; %第funnum个函数minxmum f(00...0)=0
G=1500;                   %????????????????????????????????????????????????????????????????????????????????????????
Variables=30;              %??????????????????????????????????????????????????????????????

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

     文件      13324  2007-06-24 18:08  My_run_DE.m

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

                13324                    1


评论

共有 条评论