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

Worker that is used to mate the genomes in a multithreaded way.
상속: IEngineTask
파일 보기 프로젝트 열기: encog/encog-silverlight-core 1 사용 예제들

공개 메소드들

메소드 설명
MateWorker ( IGenome mother, IGenome father, IGenome child1, IGenome child2 ) : System

Create a MateWorker.

Run ( ) : void

Mate the two chromosomes.

메소드 상세

MateWorker() 공개 메소드

Create a MateWorker.
public MateWorker ( IGenome mother, IGenome father, IGenome child1, IGenome child2 ) : System
mother IGenome The mother.
father IGenome The father.
child1 IGenome The first child.
child2 IGenome The second child.
리턴 System

Run() 공개 메소드

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