The Random Resetting Mutation operator replaces the value of a randomly selected gene with a randomly selected value between the allowed limits for that gene (Michalewicz, 1994).
This operator is used for value encoded (integer or real number) chromosomes.
Usage
unimut(y, lb, ub, ...)
Arguments
y
A vector. Chromosome of the offspring
lb
A vector. Lower bounds of genes
ub
A vector. Upper bounds of genes
…
Further arguments passed to or from other methods.