Mutation operators in genetic algorithms
Functions implementing mutation genetic operator.
gabin_raMutation(object, parent, ...) gareal_raMutation(object, parent, ...) gareal_nraMutation(object, parent, ...) gareal_rsMutation(object, parent, ...) gareal_powMutation(object, parent, pow = 10, ...) gaperm_simMutation(object, parent, ...) gaperm_ismMutation(object, parent, ...) gaperm_swMutation(object, parent, ...) gaperm_dmMutation(object, parent, ...) gaperm_scrMutation(object, parent, ...)
object
: An object of class "ga"
, usually resulting from a call to function ga
.parent
: A vector of values for the parent from the current population where mutation should occur....
: Further arguments passed to or from other methods.pow
: Parameters of genetic operators.Return a vector of values containing the mutated string.
Luca Scrucca