recombination_mmax: Min Max Arithmetical recombination for DE

Description Usage Arguments Value Warning Recombination Parameters References

View source: R/recombination_mmax.R

Description

Implements the "/mmax" (min-max-arithmetical) recombination for the ExpDE framework

Usage

1
recombination_mmax(X, M, recpars = list(lambda = 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

Warning

This recombination operator evaluates 4*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.

Recombination Parameters

The recpars parameter contains all parameters required to define the recombination. recombination_pbest() 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.
F Herrera, M. Lozano, J.L. Verdegay, "Tuning fuzzy logic controllers by genetic algorithms.", International Journal of Approximate Reasoning 12(3):299-315, 1995.


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