Trees | Index | Help |
---|
Package Bio :: Package GA :: Package Crossover :: Module TwoPoint :: Class TwoPointCrossover |
|
GeneralPointCrossover
--+ |TwoCrossover
--+ | TwoPointCrossover
Perform two point crossover between genomes at some defined rate.
This performs a crossover between two genomes at some defined frequency. The location of the points of crossover are chosen randomly if the crossover meets the probability to occur.Method Summary | |
---|---|
Initialize to do crossovers at the specified probability. | |
Inherited from GeneralPointCrossover | |
Potentially do a crossover between the two organisms. |
Method Details |
---|
__init__(self,
crossover_prob=0.10000000000000001)
Initialize to do crossovers at the specified probability.
|
Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Thu Mar 31 20:15:40 2005 | http://epydoc.sf.net |