C# Class SharpNeat.View.Graph.GraphConnection

Represents a connection in a graph.
Show file Open project: colgreen/sharpneat Class Usage Examples

Public Methods

Method 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 method

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