| cec2007 {emoa} | R Documentation |
CEC 2007 multiobjective optimization competition results
Description
This data set contains the hypervolume and R2 indicator results of the 8 different algorithms that took part in the CEC 2007 multiobjective optimization benchmark.
Usage
data(cec2007)
Format
A data frame with 456 observations of the following 9 variables.
algoAbbreviated name of algorithm
funName of benchmark function
dDimension of objective space
nNumber of function evaluations
metricName of quality metric
pdefUnique id for each combination of
fun,d,nandmetricbestLargest value of metric
medianMedian value of metric
worstSmallest value of metric
meanAverage value of metric
stdStandard deviation of metric
Source
Formerly available at http://web.mysites.ntu.edu.sg/epnsugan/PublicSite/Shared%20Documents/CEC2007-final-pdfs.zip
Examples
## Not run:
data(cec2007)
require(lattice)
print(dotplot(algo ~ median | fun + metric, cec2007, groups=cec2007$n))
## End(Not run)
[Package emoa version 0.5-2 Index]