recombination_arith {ExpDE} | R Documentation |
Arithmetic recombination for DE
Description
Implements the "/arith" (arithmetic) recombination for the ExpDE framework
Usage
recombination_arith(X, M, ...)
Arguments
X |
population matrix (original) |
M |
population matrix (mutated) |
... |
optional parameters (unused) |
Value
Matrix U
containing the recombined population
References
F. Herrera, M. Lozano, A. M. Sanchez, "A taxonomy for the crossover operator for real-coded genetic algorithms: an experimental study", International Journal of Intelligent Systems 18(3) 309-338, 2003.
[Package ExpDE version 0.1.4 Index]