C# Class Encog.ML.Genetic.MateWorker

Inheritance: IEngineTask
Afficher le fichier Open project: encog/encog-silverlight-core Class Usage Examples

Méthodes publiques

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

Mate the two chromosomes.

Method Details

MateWorker() public méthode

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.
Résultat Encog.ML.Genetic.Genome

Run() public méthode

Mate the two chromosomes.
public Run ( ) : void
Résultat void