recombination_linear: Linear recombination for DE

Description Usage Arguments Value Warning References

View source: R/recombination_linear.R

Description

Implements the "/linear" recombination for the ExpDE framework

Usage

1

Arguments

X

population matrix (original)

M

population matrix (mutated)

...

optional parameters (unused)

Value

Matrix U containing the recombined population

Warning

This recombination operator evaluates 3*popsize candidate solutions per iteration of the algorithm. The value of the nfe counter and the vector of performance values G are updated in the calling environment.

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.
A.H. Wright, "Genetic Algorithms for Real Parameter Optimization", Proc. Foundations of Genetic Algorithms, 205-218, 1991.


ExpDE documentation built on May 2, 2019, 9:11 a.m.