Learn R Programming

ExpDE (version 0.1.4)

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)

Arguments

X

population matrix

mutpars

mutation parameters (see Mutation parameters for details)

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.