C# 클래스 SharpNeat.Network.NetworkConnection

Concrete implementation of INetworkConnection.
상속: INetworkConnection
파일 보기 프로젝트 열기: colgreen/sharpneat 1 사용 예제들

공개 메소드들

메소드 설명
NetworkConnection ( uint sourceNodeId, uint targetNodeId, double weight )

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

메소드 상세

NetworkConnection() 공개 메소드

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