Learn R Programming

caRamel (version 1.4)

Crecombination: Recombination of the sets of parameters

Description

performs a recombination of the sets of parameters

Usage

Crecombination(param, blocks, n)

Value

xnew : matrix [ n , NPar ] of new vectors

Arguments

param

: matrix [ . , NPar ] of the population of parameters

blocks

: list of integer vectors: list of variable blocks for recombination

n

: number of new vectors to generate

Author

Fabrice Zaoui

Examples

Run this code
# 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