C# Class 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.
ファイルを表示 Open project: colgreen/sharpneat

Public Properties

Property Type Description
_srcNode SubstrateNode
_tgtNode SubstrateNode

Public Methods

Method Description
SubstrateConnection ( SubstrateNode srcNode, SubstrateNode tgtNode )

Constructs with the specified source and target substrate nodes.

Method Details

SubstrateConnection() public method

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

Property Details

_srcNode public_oe property

The source node.
public SubstrateNode,SharpNeat.Decoders.HyperNeat _srcNode
return SubstrateNode

_tgtNode public_oe property

The target node.
public SubstrateNode,SharpNeat.Decoders.HyperNeat _tgtNode
return SubstrateNode