C# 클래스 SharpNeat.Phenomes.NeuralNets.LayerInfo

Stores a node and connection index that represent a layer within the network (the nodes and connections at a given depth in a network).
파일 보기 프로젝트 열기: colgreen/sharpneat 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
_endConnectionIdx int
_endNodeIdx int

프로퍼티 상세

_endConnectionIdx 공개적으로 프로퍼티

The index (+1) of the last connection in the layer.
public int _endConnectionIdx
리턴 int

_endNodeIdx 공개적으로 프로퍼티

The index (+1) of the last node in the layer.
public int _endNodeIdx
리턴 int