mutation_none {ExpDE} | R Documentation |
NULL mutation for DE
Description
Implements the "/none" mutation (i.e., no mutation performed) for the ExpDE framework
Usage
mutation_none(X, mutpars)
Arguments
X |
population matrix |
mutpars |
mutation parameters (see |
Value
@return The same matrix X
used as an input.
Mutation Parameters
The mutpars
parameter contains all parameters required to define the
mutation. mutation_none()
requires no fields in this parameter.
[Package ExpDE version 0.1.4 Index]