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

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

Public Methods

Method Description
Copy ( IGene gene ) : void

Copy another gene to this gene.

ToString ( ) : String

Method Details

Copy() public final method

Copy another gene to this gene.
public final Copy ( IGene gene ) : void
gene IGene The source gene.
return void

ToString() public final method

public final ToString ( ) : String
return String