mutGaussIntScaled: Integer Scaled Gaussian Mutator

mutGaussIntScaledR Documentation

Integer Scaled Gaussian Mutator

Description

See mutGaussScaled.

Usage

mutGaussIntScaled(ind, ..., lower, upper)

Arguments

ind

[integer] integer vector/individual to mutate.

...

further arguments passed on to the method.

lower

[integer] vector of minimal values for each parameter of the decision space. Must have the same length as ind.

upper

[integer] vector of maximal values for each parameter of the decision space. Must have the same length as ind.

Value

[integer] mutated individual.

See Also

Other operators: mutDoubleGeom(), mutGaussInt(), mutGaussScaled(), mutPolynomialInt(), mutRandomChoice(), mutUniformInt(), recGaussian(), recIntIntermediate(), recIntSBX()


mosmafs documentation built on Nov. 3, 2022, 1:05 a.m.