C# Class Encog.ML.Genetic.Genome.BasicGenome

Inheritance: IGenome
Afficher le fichier Open project: encog/encog-silverlight-core

Méthodes publiques

Méthode Description
CalculateGeneCount ( ) : int
CompareTo ( IGenome other ) : int

Decode ( ) : void

from Encog.ml.genetic.genome.Genome

Encode ( ) : void

from Encog.ml.genetic.genome.Genome

Mate ( IGenome father, IGenome child1, IGenome child2 ) : void

Mate two genomes. Will loop over all chromosomes.

ToString ( ) : String

Méthodes protégées

Méthode Description
BasicGenome ( ) : System

Construct the bo

Method Details

BasicGenome() protected méthode

Construct the bo
protected BasicGenome ( ) : System
Résultat System

CalculateGeneCount() public méthode

public CalculateGeneCount ( ) : int
Résultat int

CompareTo() public méthode

public CompareTo ( IGenome other ) : int
other IGenome
Résultat int

Decode() public abstract méthode

from Encog.ml.genetic.genome.Genome
public abstract Decode ( ) : void
Résultat void

Encode() public abstract méthode

from Encog.ml.genetic.genome.Genome
public abstract Encode ( ) : void
Résultat void

Mate() public méthode

Mate two genomes. Will loop over all chromosomes.
public Mate ( IGenome father, IGenome child1, IGenome child2 ) : void
father IGenome The father.
child1 IGenome The first child.
child2 IGenome The second child.
Résultat void

ToString() public final méthode

public final ToString ( ) : String
Résultat String