recombination_none {ExpDE} | R Documentation |
NULL recombination for DE
Description
Implements the "/none" recombination (i.e., no recombination performed) for the ExpDE framework
Usage
recombination_none(X, M, ...)
Arguments
X |
population matrix (original) |
M |
population matrix (mutated) |
... |
optional parameters (unused) |
Value
The same matrix M
used as an input.
[Package ExpDE version 0.1.4 Index]