C# 클래스 Encog.Neural.Networks.Training.Genetic.NeuralGenome

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

공개 메소드들

메소드 설명
Decode ( ) : void

Decode the genomes into a neural network.

Encode ( ) : void

Encode the neural network into genes.

NeuralGenome ( BasicNetwork network ) : Encog.ML.Genetic.Genes

Construct a neural genome.

메소드 상세

Decode() 공개 최종 메소드

Decode the genomes into a neural network.
public final Decode ( ) : void
리턴 void

Encode() 공개 최종 메소드

Encode the neural network into genes.
public final Encode ( ) : void
리턴 void

NeuralGenome() 공개 메소드

Construct a neural genome.
public NeuralGenome ( BasicNetwork network ) : Encog.ML.Genetic.Genes
network Encog.Neural.Networks.BasicNetwork The network to use.
리턴 Encog.ML.Genetic.Genes