C# Class Encog.Solve.Genetic.Genes.DoubleGene

A gene that contains a floating point value.
Inheritance: BasicGene
Afficher le fichier Open project: encog/encog-silverlight-core Class Usage Examples

Méthodes publiques

Méthode Description
Copy ( IGene gene ) : void

Copy another gene to this one.

ToString ( ) : String

The gene as a string.

Method Details

Copy() public méthode

Copy another gene to this one.
public Copy ( IGene gene ) : void
gene IGene The other gene to copy.
Résultat void

ToString() public méthode

The gene as a string.
public ToString ( ) : String
Résultat String