powered by
determines mean performance
getPerformanceStats(x, y)
matrix of n solutions (usually a (nxd)-matrix, where d is the problem dimension)
matrix with objective values (usually a (nx1)-matrix
further stats will be added
# NOT RUN { x <- matrix(1:10, ncol=2, byrow=TRUE) y1 <- funSphere(x) +1 y2 <- funSphere(x) -1 x <- rbind(x,x) y <- rbind(y1, y2) M <- getPerformanceStats(x,y) # }
Run the code above in your browser using DataLab