| Trees | Index | Help |
|---|
| Package Bio :: Package GA :: Package Mutation :: Module Simple :: Class SinglePositionMutation |
|
Perform a conversion mutation, but only at a single point in the genome.
This does not randomize the genome as much as ConversionMutation, since only one change is allowed per genome at the specified mutation rate.| Method Summary | |
|---|---|
Initialize 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 Wed Jan 31 09:57:59 2007 | http://epydoc.sf.net |