C# Класс SharpNeat.View.Graph.GraphConnection

Represents a connection in a graph.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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