C# Class SharpNeat.Phenomes.NeuralNets.LayerInfo

Stores a node and connection index that represent a layer within the network (the nodes and connections at a given depth in a network).
Mostra file Open project: colgreen/sharpneat Class Usage Examples

Public Properties

Property Type Description
_endConnectionIdx int
_endNodeIdx int

Property Details

_endConnectionIdx public_oe property

The index (+1) of the last connection in the layer.
public int _endConnectionIdx
return int

_endNodeIdx public_oe property

The index (+1) of the last node in the layer.
public int _endNodeIdx
return int