C# Класс SharpNeat.Decoders.HyperNeat.SubstrateNodeSet

Represents a set of nodes on a substrate. Nodesets are used to represent sets such as the input and output nodes. Hidden nodes can be represented as layers with each layer being represented by a set. This allows connection mapping to be defined between sets.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
SubstrateNodeSet ( ) : System.Collections.Generic

Construct an empty nodeset. Node can be added after construction.

SubstrateNodeSet ( List nodePosList ) : System.Collections.Generic

Construct a nodeset with the provided list of nodes.

SubstrateNodeSet ( int capacity ) : System.Collections.Generic

Construct an empty nodeset with an initial capacity. Node can be added after construction.

Описание методов

SubstrateNodeSet() публичный Метод

Construct an empty nodeset. Node can be added after construction.
public SubstrateNodeSet ( ) : System.Collections.Generic
Результат System.Collections.Generic

SubstrateNodeSet() публичный Метод

Construct a nodeset with the provided list of nodes.
public SubstrateNodeSet ( List nodePosList ) : System.Collections.Generic
nodePosList List
Результат System.Collections.Generic

SubstrateNodeSet() публичный Метод

Construct an empty nodeset with an initial capacity. Node can be added after construction.
public SubstrateNodeSet ( int capacity ) : System.Collections.Generic
capacity int
Результат System.Collections.Generic