Learn R Programming

ExpDE (version 0.1.4)

recombination_none: 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.