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

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

공개 메소드들

메소드 설명
AddSpeciesMember ( ISpecies species, IGenome genome ) : void

Add a genome.

Iteration ( ) : void

Perform one training iteration.

PerformCalculateScore ( IGenome g ) : void

Calculate the score for this genome. The genome's score will be set.

메소드 상세

AddSpeciesMember() 공개 메소드

Add a genome.
public AddSpeciesMember ( ISpecies species, IGenome genome ) : void
species ISpecies The species to add.
genome IGenome The genome to add.
리턴 void

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

Perform one training iteration.
public abstract Iteration ( ) : void
리턴 void

PerformCalculateScore() 공개 메소드

Calculate the score for this genome. The genome's score will be set.
public PerformCalculateScore ( IGenome g ) : void
g IGenome The genome to calculate for.
리턴 void