• 大小: 0.05M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-03-28
  • 语言: 其他
  • 标签: 其他  

资源简介


In the Multi-Objective Grey Wolf Optimizer (MOGWO), a fixed-sized external archive is integrated to the GWO for saving and retrieving the Pareto optimal solutions. This archive has been employed to define the social hierarchy and simulate the hunting behavior of grey wolves in multi-objective search

资源截图

代码片段和文件信息

% cec09.m

% The Matlab version of the test instances for CEC 2009 Multiobjective
%   Optimization Competition.

% Usage: fobj = cec09(problem_name) the handle of the function will be
%   with fobj

% Please refer to the report for correct one if the source codes are not
%   consist with the report.
% History:
%   v1 Sept.08 2008
%   v2 Nov.18  2008
%   v3 Nov.26  2008

function fobj = cec09(name)

    switch name
        case ‘UF1‘
            fobj = @UF1;
        case ‘UF2‘
            fobj = @UF2; 
        case ‘UF3‘
            fobj = @UF3;  
        case ‘UF4‘
            fobj = @UF4;
        case ‘UF5‘
            fobj = @UF5; 
        case ‘UF6‘
            fobj = @UF6;
        case ‘UF7‘
            fobj = @UF7;
        case ‘UF8‘
            fobj = @UF8; 
        case ‘UF9‘
            fobj = @UF9; 
        case ‘UF10‘
            fobj = @UF10;
        case ‘CF1‘
            fobj = @CF1;
        case ‘CF2‘
            fobj = @CF2

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       18434  2009-04-21 11:30  cec09.m
     文件        3598  2015-12-15 21:06  CreateEmptyParticle.m
     文件        3705  2015-12-15 21:06  CreateHypercubes.m
     文件        3828  2015-12-18 07:30  DeleteFromRep.m
     文件        3626  2015-12-15 21:06  DetermineDomination.m
     文件        3348  2015-12-15 21:06  Dominates.m
     文件        3283  2015-12-15 21:06  GetCosts.m
     文件        3644  2015-12-15 21:05  GetGridIndex.m
     文件        3283  2015-12-15 21:05  GetNonDominatedParticles.m
     文件        3528  2015-12-15 21:07  GetOccupiedCells.m
     文件        8225  2015-12-15 20:56  MOGWO.m
     文件       32064  2015-12-18 07:29  results.mat
     文件        3281  2015-12-15 21:06  RouletteWheelSelection.m
     文件        3753  2015-12-15 21:06  SelectLeader.m
     文件        1065  2014-01-07 10:20  xboundary.m

评论

共有 条评论