C# Class Encog.Neural.Networks.Training.Genetic.NeuralGenome

Inheritance: Encog.ML.Genetic.Genome.BasicGenome
Show file Open project: encog/encog-silverlight-core Class Usage Examples

Public Methods

Method Description
Decode ( ) : void

Decode the genomes into a neural network.

Encode ( ) : void

Encode the neural network into genes.

NeuralGenome ( BasicNetwork network ) : Encog.ML.Genetic.Genes

Construct a neural genome.

Method Details

Decode() public final method

Decode the genomes into a neural network.
public final Decode ( ) : void
return void

Encode() public final method

Encode the neural network into genes.
public final Encode ( ) : void
return void

NeuralGenome() public method

Construct a neural genome.
public NeuralGenome ( BasicNetwork network ) : Encog.ML.Genetic.Genes
network Encog.Neural.Networks.BasicNetwork The network to use.
return Encog.ML.Genetic.Genes