Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
SharpNeat
Phenomes
NeuralNets
Connection
C# 클래스 SharpNeat.Phenomes.NeuralNets.Connection
Represents a single connection between two neurons in a CyclicNetwork.
파일 보기
프로젝트 열기: colgreen/sharpneat
공개 메소드들
메소드
설명
Connection
(
Neuron
srcNeuron
,
Neuron
tgtNeuron
,
double
weight
)
Constructs a Connection with the provided source and target neurons, and connection weight.
메소드 상세
Connection()
공개
메소드
Constructs a Connection with the provided source and target neurons, and connection weight.
public
Connection
(
Neuron
srcNeuron
,
Neuron
tgtNeuron
,
double
weight
)
srcNeuron
Neuron
tgtNeuron
Neuron
weight
double