资源简介
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
相关资源
- 泛函分析:理论和应用.pdf
- _源代码.rar
- sogoupinyin-2.2.0.0102-2.zip
- 模式分析的核方法中文版和英文版合
- zw_qq_41143492-10381309-学生考试系统.zip
- zw_feifan50-9720417-MissionPlanner1.3.32PlayUA
- zw_weixin_42810059-10567648-数学分析考研笔
- 刺客.rar
- zw_DXF转G代码.zip
- 彩票开发源码.zip
- 斯坦福-IntroductiontoRobotics.zip
- zw_gephi-0.8.2-beta.setup.zip
- zw_嵌入式网络那些事(完整中文版)
- zw_WINDOWSAPI程序设计参考大全.zip
- zw_ssm-crm-new.zip
- zw_SolidWorks2014中文版基础教程.zip
- zw_Altera官方元件封装库.zip
- zw_AutofacIOC.zip
- zw_ionicDemo.zip
- Location虚拟定位ios12.1破解版.zip
- 流体模拟插件NextLimitRealFlowC4D2.6.5.00
- 老虎淘宝客v6.0.15.zip
- iSkysoft Video Converter Ultimate 5.1简体中文
- 20180704全彩种彩票网站源码.rar
- 暗影2MAC12系统安装clover.zip
- fdt_4_09_03.exe
- pkg-win.zip
- PRML最全资料集合.zip
- 数据可视化驾驶舱.zip
- 李晓峰通信原理.zip
评论
共有 条评论