资源简介

文档是关于差分进化的改进算法,通过自适应的改变差分进化的参数,有效地提高了算法的性能,有测试函数和数据,可直接运行

资源截图

代码片段和文件信息

% Acknowledgement:
% This function is provided by Dr. P. N. Suganthan and we have done minor
% revisions.

function f = benchmark_func(x func_num o A M a alpha b)

persistent fhd f_bias

% benchmark_func.m is the main function for 25 test functions  all
% minimize
% problems
% e.g. f = benchmark_func(x  func_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[-100  100] f_bias = -450
% 2.  Shifted Schwefel‘s Problem 1.2     Bounds[-100  100] f_bias = -450
% 3.  Shifted Rotated High Conditioned Elliptic Function Bounds[-100  100] f_bias = -450
% 4.  Shifted Schwefel‘s Problem 1.2 with Noise in Fitness  Bounds[-100  100] f_bia

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

     文件       2731  2010-09-29 17:26  Source Codes of CoDE adaptive CoDE JADE jDE SaDE EPSDE CLPSO CMAES and GL25\Readme.txt

     文件      15743  2010-09-29 20:47  Source Codes of CoDE adaptive CoDE JADE jDE SaDE EPSDE CLPSO CMAES and GL25\EPSDE\EPSDE.m

     文件      22913  2010-09-21 15:04  Source Codes of CoDE adaptive CoDE JADE jDE SaDE EPSDE CLPSO CMAES and GL25\EPSDE\benchmark_func.m

     文件        984  2005-02-18 16:17  Source Codes of CoDE adaptive CoDE JADE jDE SaDE EPSDE CLPSO CMAES and GL25\EPSDE\ackley_func_data.mat

     文件        216  2005-02-15 23:48  Source Codes of CoDE adaptive CoDE JADE jDE SaDE EPSDE CLPSO CMAES and GL25\EPSDE\ackley_M_D2.mat

     文件        984  2005-02-15 23:48  Source Codes of CoDE adaptive CoDE JADE jDE SaDE EPSDE CLPSO CMAES and GL25\EPSDE\ackley_M_D10.mat

     文件       7384  2005-02-15 23:48  Source Codes of CoDE adaptive CoDE JADE jDE SaDE EPSDE CLPSO CMAES and GL25\EPSDE\ackley_M_D30.mat

     文件      20184  2005-02-15 23:48  Source Codes of CoDE adaptive CoDE JADE jDE SaDE EPSDE CLPSO CMAES and GL25\EPSDE\ackley_M_D50.mat

     文件        984  2005-02-18 16:17  Source Codes of CoDE adaptive CoDE JADE jDE SaDE EPSDE CLPSO CMAES and GL25\EPSDE\E_ScafferF6_func_data.mat

     文件        216  2005-02-16 16:21  Source Codes of CoDE adaptive CoDE JADE jDE SaDE EPSDE CLPSO CMAES and GL25\EPSDE\E_ScafferF6_M_D2.mat

     文件        984  2005-02-16 16:21  Source Codes of CoDE adaptive CoDE JADE jDE SaDE EPSDE CLPSO CMAES and GL25\EPSDE\E_ScafferF6_M_D10.mat

     文件       7384  2005-02-16 16:21  Source Codes of CoDE adaptive CoDE JADE jDE SaDE EPSDE CLPSO CMAES and GL25\EPSDE\E_ScafferF6_M_D30.mat

     文件      20184  2005-02-16 16:21  Source Codes of CoDE adaptive CoDE JADE jDE SaDE EPSDE CLPSO CMAES and GL25\EPSDE\E_ScafferF6_M_D50.mat

     文件        984  2005-02-18 16:17  Source Codes of CoDE adaptive CoDE JADE jDE SaDE EPSDE CLPSO CMAES and GL25\EPSDE\EF8F2_func_data.mat

     文件        216  2005-02-18 15:41  Source Codes of CoDE adaptive CoDE JADE jDE SaDE EPSDE CLPSO CMAES and GL25\EPSDE\elliptic_M_D2.mat

     文件        984  2005-02-18 15:41  Source Codes of CoDE adaptive CoDE JADE jDE SaDE EPSDE CLPSO CMAES and GL25\EPSDE\elliptic_M_D10.mat

     文件       7384  2005-02-18 15:41  Source Codes of CoDE adaptive CoDE JADE jDE SaDE EPSDE CLPSO CMAES and GL25\EPSDE\elliptic_M_D30.mat

     文件      20184  2005-02-18 15:41  Source Codes of CoDE adaptive CoDE JADE jDE SaDE EPSDE CLPSO CMAES and GL25\EPSDE\elliptic_M_D50.mat

     文件        248  2005-02-17 14:11  Source Codes of CoDE adaptive CoDE JADE jDE SaDE EPSDE CLPSO CMAES and GL25\EPSDE\fbias_data.mat

     文件      20184  2005-02-18 16:55  Source Codes of CoDE adaptive CoDE JADE jDE SaDE EPSDE CLPSO CMAES and GL25\EPSDE\global_optima.mat

     文件        984  2005-02-18 16:17  Source Codes of CoDE adaptive CoDE JADE jDE SaDE EPSDE CLPSO CMAES and GL25\EPSDE\griewank_func_data.mat

     文件        216  2005-02-18 15:16  Source Codes of CoDE adaptive CoDE JADE jDE SaDE EPSDE CLPSO CMAES and GL25\EPSDE\griewank_M_D2.mat

     文件        984  2005-02-18 15:16  Source Codes of CoDE adaptive CoDE JADE jDE SaDE EPSDE CLPSO CMAES and GL25\EPSDE\griewank_M_D10.mat

     文件       7384  2005-02-18 15:16  Source Codes of CoDE adaptive CoDE JADE jDE SaDE EPSDE CLPSO CMAES and GL25\EPSDE\griewank_M_D30.mat

     文件      20184  2005-02-18 15:16  Source Codes of CoDE adaptive CoDE JADE jDE SaDE EPSDE CLPSO CMAES and GL25\EPSDE\griewank_M_D50.mat

     文件        984  2005-02-18 16:17  Source Codes of CoDE adaptive CoDE JADE jDE SaDE EPSDE CLPSO CMAES and GL25\EPSDE\high_cond_elliptic_rot_data.mat

     文件       8184  2005-02-18 16:17  Source Codes of CoDE adaptive CoDE JADE jDE SaDE EPSDE CLPSO CMAES and GL25\EPSDE\hybrid_func1_data.mat

     文件       7592  2005-02-18 14:55  Source Codes of CoDE adaptive CoDE JADE jDE SaDE EPSDE CLPSO CMAES and GL25\EPSDE\hybrid_func1_M_D2.mat

     文件       8792  2005-02-14 14:06  Source Codes of CoDE adaptive CoDE JADE jDE SaDE EPSDE CLPSO CMAES and GL25\EPSDE\hybrid_func1_M_D10.mat

     文件      72792  2005-02-14 14:06  Source Codes of CoDE adaptive CoDE JADE jDE SaDE EPSDE CLPSO CMAES and GL25\EPSDE\hybrid_func1_M_D30.mat

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

评论

共有 条评论

相关资源