C# 클래스 Encog.Neural.NEAT.Training.NEATLinkGene

상속: Encog.ML.Genetic.Genes.BasicGene
파일 보기 프로젝트 열기: encog/encog-silverlight-core 1 사용 예제들

공개 메소드들

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

Copy from another gene.

NEATLinkGene ( ) : System

Default constructor, used mainly for persistence.

NEATLinkGene ( long fromNeuronID_0, long toNeuronID_1, bool enabled, long innovationID, double weight_2, bool recurrent_3 ) : System

Construct a NEAT link gene.

ToString ( ) : String

메소드 상세

Copy() 공개 메소드

Copy from another gene.
public Copy ( IGene gene ) : void
gene IGene The other gene.
리턴 void

NEATLinkGene() 공개 메소드

Default constructor, used mainly for persistence.
public NEATLinkGene ( ) : System
리턴 System

NEATLinkGene() 공개 메소드

Construct a NEAT link gene.
public NEATLinkGene ( long fromNeuronID_0, long toNeuronID_1, bool enabled, long innovationID, double weight_2, bool recurrent_3 ) : System
fromNeuronID_0 long The source neuron.
toNeuronID_1 long The target neuron.
enabled bool Is this link enabled.
innovationID long The innovation id.
weight_2 double The weight.
recurrent_3 bool Is this a recurrent link?
리턴 System

ToString() 공개 메소드

public ToString ( ) : String
리턴 String