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.
파일 보기 프로젝트 열기: colgreen/sharpneat 1 사용 예제들

공개 메소드들

메소드 설명
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