mutationStringRandomChange {CEGO} | R Documentation |
Mutation for Strings
Description
Given a population of strings, this function mutates all individuals by randomly changing an element of the string.
Usage
mutationStringRandomChange(population, parameters = list())
Arguments
population |
List of permutations |
parameters |
list of parameters, with |
Value
mutated population
[Package CEGO version 2.4.3 Index]