C# Класс SharpNeat.Network.NetworkNode

Concrete implementation of an INetworkNode.
Наследование: INetworkNode
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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