cec2013 {cec2013} | R Documentation |
Common interface to the 28 CEC-2013 benchmark functions
cec2013(i, x)
i |
numeric (integer) between 1 and 28, defining the number of the benchmark function to be evaluated on the |
x |
Either a vector with 2, 5, 10, 20, 30, 40, 50, 60, 70, 80, 90, 100 elements or a matrix with the same number of columns and one row for each vector to be evaluated |
numeric, with the value of the i-th CEC-2013 benchmark function evaluated in the vector x
or for each row of x
when the latter is a matrix
Yasser Gonzalez-Fernandez, ygonzalezfernandez@gmail.com, Mauricio Zambrano-Bigiarini, mzb.devel@gmail.com
J. J. Liang, B-Y. Qu, P. N. Suganthan, Alfredo G. Hernandez-Diaz, Problem Definitions and Evaluation Criteria for the CEC 2013 Special Session and Competition on Real-Parameter Optimization. Technical Report 201212, Computational Intelligence Laboratory, Zhengzhou University, Zhengzhou China and Technical Report, Nanyang Technological University, Singapore, January 2013. http://tracer.uc3m.es/tws/pso/neighborhood.html. Last visited [21-Jan-2015]
# CEC-2013 Benchmark function 1: Shifted Sphere, 10-dimensional space # x=[0,..0]^D: func.num <- 1 D <- 10 cec2013(func.num, rep(0, D))