C# 클래스 SharpNeat.Genomes.Neat.CorrelationResults

The results from comparing two NEAT genomes and correlating their connection genes.
파일 보기 프로젝트 열기: colgreen/sharpneat

공개 메소드들

메소드 설명
CorrelationResults ( int itemListCapacity ) : System.Collections.Generic

Constructs with a specified initial correlation item list capacity.

PerformIntegrityCheck ( ) : bool

Performs an integrity check on the correlation items. Returns true if the test is passed.

메소드 상세

CorrelationResults() 공개 메소드

Constructs with a specified initial correlation item list capacity.
public CorrelationResults ( int itemListCapacity ) : System.Collections.Generic
itemListCapacity int
리턴 System.Collections.Generic

PerformIntegrityCheck() 공개 메소드

Performs an integrity check on the correlation items. Returns true if the test is passed.
public PerformIntegrityCheck ( ) : bool
리턴 bool