org.encog.neural.hyperneat.substrate
Class SubstrateLink
java.lang.Object
org.encog.neural.hyperneat.substrate.SubstrateLink
- All Implemented Interfaces:
- Serializable
public class SubstrateLink
- extends Object
- implements Serializable
A 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
SubstrateLink
public SubstrateLink(SubstrateNode source,
SubstrateNode target)
getSource
public SubstrateNode getSource()
- Returns:
- the source
getTarget
public SubstrateNode getTarget()
- Returns:
- the target
toString
public String toString()
-
- Overrides:
toString
in class Object
Copyright © 2014. All Rights Reserved.