C# Class SharpNeat.Genomes.Neat.CorrelationResults

The results from comparing two NEAT genomes and correlating their connection genes.
显示文件 Open project: colgreen/sharpneat

Public Methods

Method Description
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.

Method Details

CorrelationResults() public method

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

PerformIntegrityCheck() public method

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