mutPolynomialInt: Integer Polynomial Mutator

mutPolynomialIntR Documentation

Integer Polynomial Mutator

Description

See ecr::mutPolynomial

Usage

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


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