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

Inheritance: Encog.ML.Genetic.Genome.BasicGenome
Afficher le fichier Open project: encog/encog-silverlight-core Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Decode the genomes into a neural network.
public final Decode ( ) : void
Résultat void

Encode() public final méthode

Encode the neural network into genes.
public final Encode ( ) : void
Résultat void

NeuralGenome() public méthode

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