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

资源简介

2009(JADE)JADE_Adaptive_Differential_Evolution_with_Optional_External_Archive论文源代码完整版本

资源截图

代码片段和文件信息

% 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

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       12728  2010-09-29 20:55  JADE\JADE.m
     文件       22913  2010-09-21 15:04  JADE\benchmark_func.m
     文件         544  2010-09-21 11:22  JADE\boundConstraint.m
     文件        1248  2010-09-21 11:18  JADE\gnR1R2.m
     文件        1217  2010-09-21 11:23  JADE\randFCR.m
     文件        1121  2010-09-21 11:24  JADE\updateArchive.m
     目录           0  2018-12-30 16:53  JADE\

评论

共有 条评论