parsimony_Mutation {GAparsimony} | R Documentation |
Mutation operators in GA-PARSIMONY
Description
Functions implementing mutation genetic operator for GA-PARSIMONY. Method mutes a object@pmutation
percentage of them. If the value corresponds to a model parameter, algorithm uses uniform random mutation. For binary select features, method sets to one if the random value between [0,1] is lower or equal to object@feat_mut_thres
.
Usage
parsimony_mutation(object, ...)
Arguments
object |
An object of class |
... |
Further arguments passed to or from other methods. |
Value
Return object
with the population muted.
Author(s)
Francisco Javier Martinez de Pison. fjmartin@unirioja.es. EDMANS Group. https://edmans.webs.com/
See Also
[Package GAparsimony version 0.9.5 Index]