C# 클래스 SharpNeat.View.Graph.GraphConnection

Represents a connection in a graph.
파일 보기 프로젝트 열기: colgreen/sharpneat 1 사용 예제들

공개 메소드들

메소드 설명
GraphConnection ( GraphNode sourceNode, GraphNode targetNode, float weight )

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

메소드 상세

GraphConnection() 공개 메소드

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