mosmafs (version 0.1.2)

mutGaussInt: Integer Gaussian Mutator

Description

See ecr::mutGauss

Usage

mutGaussInt(ind, ..., lower, upper)

Value

[integer] mutated individual.

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.

See Also

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