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