• 大小: 7KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-03
  • 语言: 其他
  • 标签: 2006(jDE)  Matlab  

资源简介

2006(jDE)Self-Adapting Control Parameters in Differential Evolution_ A Comparative Study on Numerical Benchmark Problems论文源代码完整版

资源截图

代码片段和文件信息

% 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

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       22913  2010-09-21 15:04  jDE\benchmark_func.m
     文件         446  2010-09-21 11:43  jDE\boundConstraint.m
     文件        1661  2010-09-21 11:43  jDE\gnR1R2R3.m
     文件       11702  2010-09-29 20:55  jDE\jDE.m
     目录           0  2018-12-30 16:57  jDE\

评论

共有 条评论