C# 클래스 Encog.Solve.Genetic.Genes.DoubleGene

A gene that contains a floating point value.
상속: BasicGene
파일 보기 프로젝트 열기: encog/encog-silverlight-core 1 사용 예제들

공개 메소드들

메소드 설명
Copy ( IGene gene ) : void

Copy another gene to this one.

ToString ( ) : String

The gene as a string.

메소드 상세

Copy() 공개 메소드

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

ToString() 공개 메소드

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