Description Usage Format Source Examples
Dataset with the performance of several dynamic optimization algorithms in the Moving Peaks Benchmark problem (see the source section). The MPB function can be configured according to some parameters such as the dimension, the change frequency and the severity of changes. The performance measure employed is the average offline error.
1 |
A data frame with 220000 observations on the following 5 variables.
AlgorithmA factor with levels reactive-cs independent-cs mqso-both mqso-rand mqso-change mqso agents soriga
that correspond to 8 different algorithms for dynamic optimization applied to the Moving Peaks Benchmark function.
DimA numeric vector with the dimension (number of input variables) of the MPB function.
CFA numeric vector with the change frequency along the time, i.e. the number of evaluations of the fitness function after which a change of the location of the function maxima happens.
SeverityA numeric vector with the severity of a change when it occurs.
OffErrorA numeric vector with the performance measure, in this case the offline error computed as the average of the offline errors just before every change.
I.G. del Amo, D.A. Pelta. SRCS: a technique for comparing multiple algorithms under several factors in dynamic optimization problems, in: E. Alba, A. Nakib, P. Siarry (Eds.), Metaheuristics for Dynamic Optimization. Series: Studies in Computational Intelligence 433, Springer, Berlin/Heidelberg, 2012.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.