登录
首页 » matlab » CEC09-MOEA-Codes-of-Problems

CEC09-MOEA-Codes-of-Problems

于 2020-09-24 发布 文件大小:1156KB
0 197
下载积分: 1 下载次数: 40

代码说明:

  CEC09年群体智能会议的测试问题的代码(CEC09-MOEA-Codes-of-Problems matlab code)

文件列表:

testproblemsourcecode0904
.........................\boundary_data
.........................\.............\R2_DTLZ2_bound_10D.dat,85,2007-01-19
.........................\.............\R2_DTLZ2_bound_30D.dat,379,2007-02-02
.........................\.............\R2_DTLZ2_lamda_10D.dat,41,2007-01-19
.........................\.............\R2_DTLZ2_lamda_30D.dat,185,2007-02-02
.........................\.............\R2_DTLZ2_M_10D.dat,350,2008-09-04
.........................\.............\R2_DTLZ2_M_30D.dat,4946,2008-09-04
.........................\.............\R2_DTLZ3_bound_10D.dat,85,2007-01-19
.........................\.............\R2_DTLZ3_bound_30D.dat,379,2007-02-02
.........................\.............\R2_DTLZ3_lamda_10D.dat,41,2007-01-19
.........................\.............\R2_DTLZ3_lamda_30D.dat,185,2007-02-02
.........................\.............\R2_DTLZ3_M_10D.dat,343,2008-09-04
.........................\.............\R2_DTLZ3_M_30D.dat,4952,2008-09-04
.........................\cec09.cpp,34862,2009-04-21
.........................\cec09.h,2260,2008-12-02
.........................\cec09.java,30059,2009-04-21
.........................\cec09.m,18434,2009-04-21
.........................\cec09m.cpp,4509,2008-10-02
.........................\cec09m.h,37021,2009-04-21
.........................\generate_front_data.m,1240,2008-09-08
.........................\IGD.cpp,2569,2008-09-08
.........................\IGD.mexw32,8192,2008-10-27
.........................\pareto.m,8083,2008-09-09
.........................\pf_data
.........................\.......\CF1.dat,756,2008-09-09
.........................\.......\CF10.dat,498624,2008-09-09
.........................\.......\CF2.dat,35964,2008-09-09
.........................\.......\CF3.dat,35964,2008-09-09
.........................\.......\CF4.dat,36000,2008-09-09
.........................\.......\CF5.dat,36000,2008-09-09
.........................\.......\CF6.dat,36000,2008-09-09
.........................\.......\CF7.dat,36000,2008-09-09
.........................\.......\CF8.dat,530000,2008-09-09
.........................\.......\CF9.dat,498624,2008-09-09
.........................\.......\R2_DTLZ2_M5.dat,430000,2007-02-08
.........................\.......\R3_DTLZ3_M5.dat,430000,2007-02-08
.........................\.......\UF1.dat,36000,2008-09-09
.........................\.......\UF10.dat,530000,2008-09-09
.........................\.......\UF2.dat,36000,2008-09-09
.........................\.......\UF3.dat,36000,2008-09-09
.........................\.......\UF4.dat,36000,2008-09-09
.........................\.......\UF5.dat,756,2008-09-09
.........................\.......\UF6.dat,36000,2008-09-09
.........................\.......\UF7.dat,36000,2008-09-09
.........................\.......\UF8.dat,530000,2008-09-09
.........................\.......\UF9.dat,530000,2008-09-09
.........................\.......\WFG1_M5.dat,360072,2007-01-23
.........................\pf_figs
.........................\.......\CF1.eps,9379,2008-10-27
.........................\.......\CF10.eps,230994,2008-10-27
.........................\.......\CF2.eps,15405,2008-10-27
.........................\.......\CF3.eps,15551,2008-10-27
.........................\.......\CF4.eps,18571,2008-10-27
.........................\.......\CF5.eps,18571,2008-10-27
.........................\.......\CF6.eps,18651,2008-10-27
.........................\.......\CF7.eps,18651,2008-10-27
.........................\.......\CF8.eps,260291,2008-10-27
.........................\.......\CF9.eps,230993,2008-10-27

.........................\.......\UF1.eps,13697,2008-10-27

.........................\.......\UF10.eps,662367,2008-10-27

.........................\.......\UF2.eps,22337,2008-10-27

.........................\.......\UF3.eps,13552,2008-10-27

.........................\.......\UF4.eps,13697,2008-10-27
.........................\.......\UF5.bmp,159502,2008-10-27
.........................\.......\UF5.eps,12742,2008-10-27
.........................\.......\UF6.bmp,159502,2008-10-27
.........................\.......\UF6.eps,15442,2008-10-27
.........................\.......\UF7.bmp,159502,2008-10-27
.........................\.......\UF7.eps,13733,2008-10-27
.........................\.......\UF8.bmp,159502,2008-10-27
.........................\.......\UF8.eps,662366,2008-10-27
.........................\.......\UF9.bmp,159502,2008-10-27
.........................\.......\UF9.eps,668441,2008-10-27
.........................\plot_front.m,4213,2008-10-27
.........................\htm" target=_blank>README,2284,2009-04-21
.........................\test_cec09.m,1191,2008-10-02
.........................\test_IGD.m,1630,2008-10-27
.........................\xboundary.m,1065,2008-09-06

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • C
    说明:  1.1 C基础知识 1 1.2 函数与头文件 2 1.3 C预处理器 3 1.4 将一个字符转换为long型 4 1.5 strcpy函数 4 1.6 assert用法 5 1.7 itoa函数和atoi函数 6 1.8 strcmp函数实现 8 1.9 strcpy函数实现 9 1.10 memcpy函数实现 10 1.11 memcpy和memmove函数的实现 11 1.12 strcat函数实现 13 1.13 使用库函数atoi,将char *→int 13 1.14 使用库函数itoa,将int→char * 14 1.15 不使用库函数,将int→char * 14 1.16 不使用库函数,将char *→int 15 1.17 求两个整数的最大公约数 16 1.18 Little_endian or Big_endian 17 1.19 sizeof与strlen的区别 19 1.20 实现String类的BIG_FOUR 19 1.21 struct和union的区别 20 1.22 char字符变量与int整型数据 22 1.23 字,字节,字符,比特 23 1.24 空格、空字符、字符数组结束符的区别 25(1.1 C Basics 1 1.2 Functions and header files 2 1.3 C preprocessor 3 1.4 will be a long-type characters into four 1.5 strcpy function 4 1.6 assert usage 5 1.7 itoa function and atoi function 6 1.8 strcmp function to achieve 8 1.9 strcpy function to achieve 9 1.10 memcpy function to achieve 10 Achieve 11 1.11 memcpy and memmove function 1.12 strcat function to achieve 13 1.13 using the library function atoi, the char* → int 13 1.14 using the library function itoa, the int → char* 14 1.15 does not use the library function, int → char* 14 1.16 does not use the library function, char* → int 15 1.17 find the greatest common divisor of two integers 16 1.18 Little_endian or Big_endian 17 Difference 1.19 sizeof and strlen 19 1.20 realize BIG_FOUR String class 19 Difference 1.21 struct and union of 20 1.22 char and int integer variable character data 22 1.23 word, byte, character, bit 23 Difference 1.24 spaces, null characters, character array termi)
    2014-10-08 10:33:55下载
    积分:1
  • Antenna-Theory-a-Design-3rd-Ed
    ALL MATLAB CODES RELATED TO ANTENNA
    2015-04-17 12:59:44下载
    积分:1
  • SolvingSymmetricalandDisSymmetricalTSPbaseonAntCol
    Using Ant Colony Optimization Algorithm to solve Traveling Salesman Problem.对此方面的研究很有帮助(Using Ant Colony Optimization Algorithm to solve Traveling Salesman Problem. This research helpful)
    2007-09-09 16:14:48下载
    积分:1
  • TLD1.0_demo
    捕食者物体跟踪算法 demo 动态物体捕捉算法 未来的计算机操作界面 (Object tracking algorithm demo predator to capture moving objects future computer interface algorithms LTD)
    2011-04-28 09:36:00下载
    积分:1
  • 2
    说明:  Current conversor for a system
    2012-06-02 04:51:34下载
    积分:1
  • system_4
    主要是完善的MLD检测,并且仿真出误码率图(Mainly the MLD detection, and simulation of bit error rate in Figure)
    2011-06-28 16:58:58下载
    积分:1
  • RDA_single_point_imaging
    对机载SAR系统点目标进行模拟仿真,利用RD算法分别对零斜视角、小斜视角、大斜视角进行成像。(This experiment is for point target simulation of SAR system, and we use RD algorithm to achieve point target imaging, respectively, zero oblique angle, a small oblique angle,and a large squint angle imaging.)
    2021-02-19 11:29:44下载
    积分:1
  • image_sobel
    利用sobel算子锐化边缘,增强对比度,matlab2012b编程通过,附带图片,便于移植和使用(Use sobel operator edge sharpening, contrast enhancement, matlab2012b programmed through, with pictures, portable and easy to use)
    2013-11-30 10:42:35下载
    积分:1
  • ICAsound
    Sound separation by ICA
    2007-08-14 09:23:56下载
    积分:1
  • activeContour
    compute active contour model
    2009-04-14 02:02:55下载
    积分:1
  • 696518资源总数
  • 106148会员总数
  • 10今日下载