recombination_onepoint: One-point recombination for DE

Description Usage Arguments Value Recombination Parameters References

Description

Implements the one-point recombination (as used in the Simple GA).

Usage

1
recombination_onepoint(X, M, recpars = list(K = NULL))

Arguments

X

population matrix (original)

M

population matrix (mutated)

recpars

recombination parameters (see Recombination parameters for details)

Value

Matrix U containing the recombined population

Recombination Parameters

The recpars parameter contains all parameters required to define the recombination. recombination_onepoint() understands the following fields in recpars:

References

F. Herrera, M. Lozano, A. M. Sanchez, "A taxonomy for the crossover operator for real-coded genetic algorithms: an experimental study", International Journal of Intelligent Systems 18(3) 309-338, 2003.


fcampelo/ExpDE documentation built on May 16, 2019, 12:04 p.m.