org.encog.neural.hyperneat.substrate
Class SubstrateLink
- java.lang.Object
-
- org.encog.neural.hyperneat.substrate.SubstrateLink
-
- All Implemented Interfaces:
- java.io.Serializable
public class SubstrateLink extends java.lang.Object implements java.io.SerializableA substrate link. ----------------------------------------------------------------------------- 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 SubstrateLink(SubstrateNode source, SubstrateNode target)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description SubstrateNodegetSource()SubstrateNodegetTarget()java.lang.StringtoString()
-
-
-
Constructor Detail
-
SubstrateLink
public SubstrateLink(SubstrateNode source, SubstrateNode target)
-
-
Method Detail
-
getSource
public SubstrateNode getSource()
- Returns:
- the source
-
getTarget
public SubstrateNode getTarget()
- Returns:
- the target
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-
DMelt 3.0 © DataMelt by jWork.ORG