org.encog.neural.hyperneat.substrate
Class SubstrateNode
- java.lang.Object
-
- org.encog.neural.hyperneat.substrate.SubstrateNode
-
- All Implemented Interfaces:
- java.io.Serializable
public class SubstrateNode extends java.lang.Object implements java.io.SerializableA substrate node. A node has a coordinate in an n-dimension space that matches the dimension count of the substrate. ----------------------------------------------------------------------------- http://www.cs.ucf.edu/~kstanley/ Encog's NEAT implementation was drawn from the following three Journal Articles. For more complete BibTeX sources, see NEATNetwork.java. Evolving Neural Networks Through Augmenting Topologies Generating Large-Scale Neural Networks Through Discovering Geometric Regularities Automatic feature selection in neuroevolution- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description SubstrateNode(int theID, int size)Construct this node.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description intgetId()double[]getLocation()intsize()java.lang.StringtoString()
-
DMelt 3.0 © DataMelt by jWork.ORG