C# Class SharpNeat.Phenomes.NeuralNets.FastConnection

Working data struct for use in FastCyclicNetwork and sub-classes. Represents a single connection - its weight and source/target neurons.
Afficher le fichier Open project: colgreen/sharpneat Class Usage Examples

Méthodes publiques

Свойство Type Description
_srcNeuronIdx int
_tgtNeuronIdx int
_weight double

Property Details

_srcNeuronIdx public_oe property

public int _srcNeuronIdx
Résultat int

_tgtNeuronIdx public_oe property

public int _tgtNeuronIdx
Résultat int

_weight public_oe property

public double _weight
Résultat double