C# Class Encog.Neural.NEAT.Training.NEATLinkGene

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

Méthodes publiques

Méthode Description
Copy ( IGene gene ) : void

Copy from another gene.

NEATLinkGene ( ) : System

Default constructor, used mainly for persistence.

NEATLinkGene ( long fromNeuronID_0, long toNeuronID_1, bool enabled, long innovationID, double weight_2, bool recurrent_3 ) : System

Construct a NEAT link gene.

ToString ( ) : String

Method Details

Copy() public méthode

Copy from another gene.
public Copy ( IGene gene ) : void
gene IGene The other gene.
Résultat void

NEATLinkGene() public méthode

Default constructor, used mainly for persistence.
public NEATLinkGene ( ) : System
Résultat System

NEATLinkGene() public méthode

Construct a NEAT link gene.
public NEATLinkGene ( long fromNeuronID_0, long toNeuronID_1, bool enabled, long innovationID, double weight_2, bool recurrent_3 ) : System
fromNeuronID_0 long The source neuron.
toNeuronID_1 long The target neuron.
enabled bool Is this link enabled.
innovationID long The innovation id.
weight_2 double The weight.
recurrent_3 bool Is this a recurrent link?
Résultat System

ToString() public méthode

public ToString ( ) : String
Résultat String