C# 클래스 SharpNeat.Phenomes.NeuralNets.FastConnection

Working data struct for use in FastCyclicNetwork and sub-classes. Represents a single connection - its weight and source/target neurons.
파일 보기 프로젝트 열기: colgreen/sharpneat 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
_srcNeuronIdx int
_tgtNeuronIdx int
_weight double

프로퍼티 상세

_srcNeuronIdx 공개적으로 프로퍼티

public int _srcNeuronIdx
리턴 int

_tgtNeuronIdx 공개적으로 프로퍼티

public int _tgtNeuronIdx
리턴 int

_weight 공개적으로 프로퍼티

public double _weight
리턴 double