C# Class SharpNeat.Network.NetworkConnection

Concrete implementation of INetworkConnection.
Inheritance: INetworkConnection
Afficher le fichier Open project: colgreen/sharpneat Class Usage Examples

Méthodes publiques

Méthode Description
NetworkConnection ( uint sourceNodeId, uint targetNodeId, double weight )

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

Method Details

NetworkConnection() public méthode

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