C# 클래스 Encog.ML.Genetic.Genome.BasicGenome

상속: IGenome
파일 보기 프로젝트 열기: encog/encog-silverlight-core

공개 메소드들

메소드 설명
CalculateGeneCount ( ) : int
CompareTo ( IGenome other ) : int

Decode ( ) : void

from Encog.ml.genetic.genome.Genome

Encode ( ) : void

from Encog.ml.genetic.genome.Genome

Mate ( IGenome father, IGenome child1, IGenome child2 ) : void

Mate two genomes. Will loop over all chromosomes.

ToString ( ) : String

보호된 메소드들

메소드 설명
BasicGenome ( ) : System

Construct the bo

메소드 상세

BasicGenome() 보호된 메소드

Construct the bo
protected BasicGenome ( ) : System
리턴 System

CalculateGeneCount() 공개 메소드

public CalculateGeneCount ( ) : int
리턴 int

CompareTo() 공개 메소드

public CompareTo ( IGenome other ) : int
other IGenome
리턴 int

Decode() 공개 추상적인 메소드

from Encog.ml.genetic.genome.Genome
public abstract Decode ( ) : void
리턴 void

Encode() 공개 추상적인 메소드

from Encog.ml.genetic.genome.Genome
public abstract Encode ( ) : void
리턴 void

Mate() 공개 메소드

Mate two genomes. Will loop over all chromosomes.
public Mate ( IGenome father, IGenome child1, IGenome child2 ) : void
father IGenome The father.
child1 IGenome The first child.
child2 IGenome The second child.
리턴 void

ToString() 공개 최종 메소드

public final ToString ( ) : String
리턴 String