Trees | Index | Help |
---|
Package Bio :: Package GA :: Package Mutation :: Module Simple :: Class ConversionMutation |
|
Potentially mutate any item to another in the alphabet.
This just performs switching mutation -- changing one gene of a genome to any other potential gene, at some defined frequency. If the organism is determined to mutate, then the alphabet item it is equally likely to switch to any other letter in the alphabet.Method Summary | |
---|---|
Inititialize a mutator. | |
Mutate the organisms genome. |
Method Details |
---|
__init__(self,
mutation_rate=0.001)
|
mutate(self, organism)Mutate the organisms genome. |
Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Thu Jun 30 22:05:40 2005 | http://epydoc.sf.net |