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.
显示文件 Open project: colgreen/sharpneat Class Usage Examples

Public Properties

Property Type Description
_srcNeuronIdx int
_tgtNeuronIdx int
_weight double

Property Details

_srcNeuronIdx public_oe property

public int _srcNeuronIdx
return int

_tgtNeuronIdx public_oe property

public int _tgtNeuronIdx
return int

_weight public_oe property

public double _weight
return double