mosmafs (version 0.1.2)

mutUniformInt: Integer Uniform Mutator

Description

See ecr::mutUniform

Usage

mutUniformInt(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(), mutGaussInt(), mutGaussScaled(), mutPolynomialInt(), mutRandomChoice(), recGaussian(), recIntIntermediate(), recIntSBX()