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.
파일 보기 프로젝트 열기: colgreen/sharpneat

공개 프로퍼티들

프로퍼티 타입 설명
_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