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

Inheritance: IGenome
显示文件 Open project: encog/encog-silverlight-core

Public Methods

Method 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

Protected Methods

Method Description
BasicGenome ( ) : System

Construct the bo

Method Details

BasicGenome() protected method

Construct the bo
protected BasicGenome ( ) : System
return System

CalculateGeneCount() public method

public CalculateGeneCount ( ) : int
return int

CompareTo() public method

public CompareTo ( IGenome other ) : int
other IGenome
return int

Decode() public abstract method

from Encog.ml.genetic.genome.Genome
public abstract Decode ( ) : void
return void

Encode() public abstract method

from Encog.ml.genetic.genome.Genome
public abstract Encode ( ) : void
return void

Mate() public method

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.
return void

ToString() public final method

public final ToString ( ) : String
return String