Gaussian intermediate recombinator samples component-wise from a normal distribution with mean as the component-wise mean and standard deviation as halved components-wise absolute distance of the two given parents. It is applicable only for numeric representations.
See also ecr::recIntermediate.
recGaussian(inds, lower, upper)
| inds |
|
|---|---|
| lower |
|
| upper |
|
[list of numeric] recombined individuals.
Other operators:
mutDoubleGeom(),
mutGaussIntScaled(),
mutGaussInt(),
mutGaussScaled(),
mutPolynomialInt(),
mutRandomChoice(),
mutUniformInt(),
recIntIntermediate(),
recIntSBX()