powered by
performs a recombination of the sets of parameters
Crecombination(param, blocks, n)
xnew : matrix [ n , NPar ] of new vectors
: matrix [ . , NPar ] of the population of parameters
: list of integer vectors: list of variable blocks for recombination
: number of new vectors to generate
Fabrice Zaoui
# Definition of the parameters param <- matrix(rexp(15), 15, 1) blocks <- NULL n <- 5 # Call the function res <- Crecombination(param, blocks, n)
Run the code above in your browser using DataLab