C# 클래스 SharpNeat.Network.NetworkNode

Concrete implementation of an INetworkNode.
상속: INetworkNode
파일 보기 프로젝트 열기: colgreen/sharpneat 1 사용 예제들

공개 메소드들

메소드 설명
NetworkNode ( uint id, NodeType nodeType, int activationFnId )

Constructs with the provided node ID, type and activation function ID.

NetworkNode ( uint id, NodeType nodeType, int activationFnId, double auxState )

Constructs with the provided node ID, type, activation function ID and auxiliary state data.

메소드 상세

NetworkNode() 공개 메소드

Constructs with the provided node ID, type and activation function ID.
public NetworkNode ( uint id, NodeType nodeType, int activationFnId )
id uint
nodeType NodeType
activationFnId int

NetworkNode() 공개 메소드

Constructs with the provided node ID, type, activation function ID and auxiliary state data.
public NetworkNode ( uint id, NodeType nodeType, int activationFnId, double auxState )
id uint
nodeType NodeType
activationFnId int
auxState double