C# Class SharpNeat.Network.NetworkConnection

Concrete implementation of INetworkConnection.
Inheritance: INetworkConnection
Datei anzeigen Open project: colgreen/sharpneat Class Usage Examples

Public Methods

Method Description
NetworkConnection ( uint sourceNodeId, uint targetNodeId, double weight )

Constructs with the provided source and target node IDs and weight.

Method Details

NetworkConnection() public method

Constructs with the provided source and target node IDs and weight.
public NetworkConnection ( uint sourceNodeId, uint targetNodeId, double weight )
sourceNodeId uint
targetNodeId uint
weight double