资源简介

PSO测试函数代码,CEC 005代码。包括shifted rotated generated函数

资源截图

代码片段和文件信息

function f=benchmark_func(xfunc_num)
global initial_flag
persistent fhd f_bias

% benchmark_func.m is the main function for 25 test functions all minimize
% problems
% e.g. f=benchmark_func(xfunc_num)
% x is the variable f is the function value 
% func_num is the function num

%       25 TEST FUCNTIONS
%      Unimodal Functions (5):
% 1.    Shifted Sphere Function                  Bounds[-100100] f_bias=-450
% 2. Shifted Schwefel‘s Problem 1.2              Bounds[-100100] f_bias=-450
% 3. Shifted Rotated High Conditioned Elliptic Function Bounds[-100100] f_bias=-450
% 4. Shifted Schwefel‘s Problem 1.2 with Noise in Fitness  Bounds[-100100] f_bias=-450
% 5. Schwefel‘s  Problem 2.6 with Global Optimum on Bounds Bounds[-100100] f_bias=-310

%      Mult

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

     文件        984  2005-02-18 16:17  CEC‘2005\matlab-files\ackley_func_data.mat

     文件        984  2005-02-15 23:48  CEC‘2005\matlab-files\ackley_M_D10.mat

     文件        216  2005-02-15 23:48  CEC‘2005\matlab-files\ackley_M_D2.mat

     文件       7384  2005-02-15 23:48  CEC‘2005\matlab-files\ackley_M_D30.mat

     文件      20184  2005-02-15 23:48  CEC‘2005\matlab-files\ackley_M_D50.mat

     文件      28200  2005-03-09 15:02  CEC‘2005\matlab-files\benchmark_func.m

     文件        984  2005-02-18 16:17  CEC‘2005\matlab-files\EF8F2_func_data.mat

     文件        984  2005-02-18 15:41  CEC‘2005\matlab-files\elliptic_M_D10.mat

     文件        216  2005-02-18 15:41  CEC‘2005\matlab-files\elliptic_M_D2.mat

     文件       7384  2005-02-18 15:41  CEC‘2005\matlab-files\elliptic_M_D30.mat

     文件      20184  2005-02-18 15:41  CEC‘2005\matlab-files\elliptic_M_D50.mat

     文件        984  2005-02-18 16:17  CEC‘2005\matlab-files\E_ScafferF6_func_data.mat

     文件        984  2005-02-16 16:21  CEC‘2005\matlab-files\E_ScafferF6_M_D10.mat

     文件        216  2005-02-16 16:21  CEC‘2005\matlab-files\E_ScafferF6_M_D2.mat

     文件       7384  2005-02-16 16:21  CEC‘2005\matlab-files\E_ScafferF6_M_D30.mat

     文件      20184  2005-02-16 16:21  CEC‘2005\matlab-files\E_ScafferF6_M_D50.mat

     文件        248  2005-02-17 14:11  CEC‘2005\matlab-files\fbias_data.mat

     文件       1765  2005-02-18 22:25  CEC‘2005\matlab-files\func_plot.m

     文件      20184  2005-02-18 16:55  CEC‘2005\matlab-files\global_optima.mat

     文件        984  2005-02-18 16:17  CEC‘2005\matlab-files\griewank_func_data.mat

     文件        984  2005-02-18 15:16  CEC‘2005\matlab-files\griewank_M_D10.mat

     文件        216  2005-02-18 15:16  CEC‘2005\matlab-files\griewank_M_D2.mat

     文件       7384  2005-02-18 15:16  CEC‘2005\matlab-files\griewank_M_D30.mat

     文件      20184  2005-02-18 15:16  CEC‘2005\matlab-files\griewank_M_D50.mat

     文件        984  2005-02-18 16:17  CEC‘2005\matlab-files\high_cond_elliptic_rot_data.mat

     文件       8184  2005-02-18 16:17  CEC‘2005\matlab-files\hybrid_func1_data.mat

     文件       8792  2005-02-14 14:06  CEC‘2005\matlab-files\hybrid_func1_M_D10.mat

     文件       7592  2005-02-18 14:55  CEC‘2005\matlab-files\hybrid_func1_M_D2.mat

     文件      72792  2005-02-14 14:06  CEC‘2005\matlab-files\hybrid_func1_M_D30.mat

     文件     200792  2005-02-14 14:06  CEC‘2005\matlab-files\hybrid_func1_M_D50.mat

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

评论

共有 条评论