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

Inheritance: BasicGene
Show file Open project: encog/encog-silverlight-core Class Usage Examples

Public Methods

Method Description
Copy ( IGene gene ) : void

Copy another gene to this one.

ToString ( ) : String

Method Details

Copy() public final method

Copy another gene to this one.
public final Copy ( IGene gene ) : void
gene IGene The other gene to copy.
return void

ToString() public final method

public final ToString ( ) : String
return String