Description Usage Arguments Value Note References See Also
The Simulated Binary Crossover was first proposed by [1]. It i suited for float representation only and creates two offspring. Given parents p_1, p_2 the offspring are generated as c_{1/2} = \bar{x} \pm \frac{1}{2}β(p_2 - p_1) where \bar{x} = \frac{1}{2}(p_1 + p_2), p_2 > p_1. This way \bar{c} = \bar{x} is assured.
1 | setupSBXRecombinator(eta = 5, p = 1)
|
eta |
[ |
p |
[ |
[ecr_recombinator
]
This is the default recombination operator used in the NSGA-II EMOA (see nsga2
).
[1] Deb, K. and Agrawal, R. B. (1995). Simulated binary crossover for continuous search space. Complex Systems 9(2), 115-148.
Other recombinators: setupCrossoverRecombinator
,
setupIntermediateRecombinator
,
setupNullRecombinator
,
setupOXRecombinator
,
setupPMXRecombinator
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.