C# 클래스 Encog.ML.Genetic.MateWorker

상속: IEngineTask
파일 보기 프로젝트 열기: encog/encog-silverlight-core 1 사용 예제들

공개 메소드들

메소드 설명
MateWorker ( IGenome theMother, IGenome theFather, IGenome theChild1, IGenome theChild2 ) : Encog.ML.Genetic.Genome
Run ( ) : void

Mate the two chromosomes.

메소드 상세

MateWorker() 공개 메소드

public MateWorker ( IGenome theMother, IGenome theFather, IGenome theChild1, IGenome theChild2 ) : Encog.ML.Genetic.Genome
theMother IGenome The mother.
theFather IGenome The father.
theChild1 IGenome The first child.
theChild2 IGenome The second child.
리턴 Encog.ML.Genetic.Genome

Run() 공개 메소드

Mate the two chromosomes.
public Run ( ) : void
리턴 void