mutation_none {ExpDE} | R Documentation |
Implements the "/none" mutation (i.e., no mutation performed) for the ExpDE framework
mutation_none(X, mutpars)
X |
population matrix |
mutpars |
mutation parameters (see |
@return The same matrix X
used as an input.
The mutpars
parameter contains all parameters required to define the
mutation. mutation_none()
requires no fields in this parameter.