SharpNeat.Decoders.HyperNeat.SubstrateNodeSet.SubstrateNodeSet C# (CSharp) Method

SubstrateNodeSet() public method

Construct an empty nodeset. Node can be added after construction.
public SubstrateNodeSet ( ) : System.Collections.Generic
return System.Collections.Generic
        public SubstrateNodeSet()
        {
            _nodePosList = new List<SubstrateNode>();
        }

Same methods

SubstrateNodeSet::SubstrateNodeSet ( List nodePosList ) : System.Collections.Generic
SubstrateNodeSet::SubstrateNodeSet ( int capacity ) : System.Collections.Generic
SubstrateNodeSet