mutation_none: NULL mutation for DE
Description
Implements the "/none" mutation (i.e., no mutation performed) for the
ExpDE framework
Usage
mutation_none(X, mutpars)
Value
@return The same matrix X used as an input.
Arguments
- X
population matrix
- mutpars
mutation parameters (see Mutation parameters for details)
Mutation Parameters
The mutpars parameter contains all parameters required to define the
mutation. mutation_none() requires no fields in this parameter.