
Last chance! 50% off unlimited learning
Sale ends in
A discrete test function constructed from the six-hump camel function in Ali et al. (2005).
camel6(xx,ntimes,nlev)
A
Number of duplications for the function (base function is 2D).
A
# NOT RUN {
xx <- c(1,2,1,2,1,2) #input factors
nlev <- rep(4,length(xx)) #number of levels for each factor
ntimes <- length(xx)/2 #base function is in 2D, so duplicate 3 times
camel6(xx,ntimes,nlev)
# }
Run the code above in your browser using DataLab