C# Класс SharpNeat.Genomes.Neat.CorrelationResults

The results from comparing two NEAT genomes and correlating their connection genes.
Показать файл Открыть проект

Открытые методы

Метод Описание
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