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

A gene that contains a floating point value.
Inheritance: BasicGene
显示文件 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

The gene as a string.

Method Details

Copy() public method

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

ToString() public method

The gene as a string.
public ToString ( ) : String
return String