org.encog.neural.hyperneat.substrate
Class SubstrateLink

java.lang.Object
  extended by 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

Constructor Summary
SubstrateLink(SubstrateNode source, SubstrateNode target)
           
 
Method Summary
 SubstrateNode getSource()
           
 SubstrateNode getTarget()
           
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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 String toString()

Overrides:
toString in class Object


Copyright © 2014. All Rights Reserved.