Method | Description | |
---|---|---|
MateWorker ( IGenome theMother, IGenome theFather, IGenome theChild1, IGenome theChild2 ) : Encog.ML.Genetic.Genome | ||
Run ( ) : void |
Mate the two chromosomes.
|
public MateWorker ( IGenome theMother, IGenome theFather, IGenome theChild1, IGenome theChild2 ) : Encog.ML.Genetic.Genome | ||
theMother | IGenome | The mother. |
theFather | IGenome | The father. |
theChild1 | IGenome | The first child. |
theChild2 | IGenome | The second child. |
return | Encog.ML.Genetic.Genome |