C# Class Encog.ML.Genetic.MateWorker

Inheritance: IEngineTask
Datei anzeigen Open project: encog/encog-silverlight-core Class Usage Examples

Public Methods

Method Description
MateWorker ( IGenome theMother, IGenome theFather, IGenome theChild1, IGenome theChild2 ) : Encog.ML.Genetic.Genome
Run ( ) : void

Mate the two chromosomes.

Method Details

MateWorker() public method

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

Run() public method

Mate the two chromosomes.
public Run ( ) : void
return void