C# Class SharpNeat.View.Graph.GraphConnection

Represents a connection in a graph.
Afficher le fichier Open project: colgreen/sharpneat Class Usage Examples

Méthodes publiques

Méthode Description
GraphConnection ( GraphNode sourceNode, GraphNode targetNode, float weight )

Constructs a connection between the specified source and target nodes and of the specified weight.

Method Details

GraphConnection() public méthode

Constructs a connection between the specified source and target nodes and of the specified weight.
public GraphConnection ( GraphNode sourceNode, GraphNode targetNode, float weight )
sourceNode GraphNode
targetNode GraphNode
weight float