Description Usage Arguments Value Recombination Parameters References
View source: R/recombination_bin.R
Implements the "/bin" (binomial) recombination for the ExpDE framework
1 | recombination_bin(X, M, recpars)
|
X |
population matrix (original) |
M |
population matrix (mutated) |
recpars |
recombination parameters (see |
Matrix U containing the recombined population
The recpars parameter contains all parameters required to define the
recombination. recombination_bin() understands the following fields in
recpars:
cr : component-wise probability of using the value in
M.
Accepts numeric value 0 < cr <= 1.
minchange : logical flag to force each new candidate solution
to inherit at least one component from its
mutated 'parent'.
Defaults to TRUE
K. Price, R.M. Storn, J.A. Lampinen, "Differential Evolution: A Practical Approach to Global Optimization", Springer 2005
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.