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

Represents a connection between two nodes in a HyperNEAT substrate. The node positions are represented as arrays of numbers so as not to limit the number of dimensions that positions (and therefore substrates) can be defined within.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
_srcNode SubstrateNode
_tgtNode SubstrateNode

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

Метод Описание
SubstrateConnection ( SubstrateNode srcNode, SubstrateNode tgtNode )

Constructs with the specified source and target substrate nodes.

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

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

Constructs with the specified source and target substrate nodes.
public SubstrateConnection ( SubstrateNode srcNode, SubstrateNode tgtNode )
srcNode SubstrateNode
tgtNode SubstrateNode

Описание свойств

_srcNode публичное свойство

The source node.
public SubstrateNode,SharpNeat.Decoders.HyperNeat _srcNode
Результат SubstrateNode

_tgtNode публичное свойство

The target node.
public SubstrateNode,SharpNeat.Decoders.HyperNeat _tgtNode
Результат SubstrateNode