Uses of Class
com.anji.nn.AnjiNet

Packages that use AnjiNet
com.anji.floatingeye com.anji.floatingeye contains classes to build and operate a "floating eye" which is an agent that can move up and down, left and right, and zoom in and out relative to an image, or "surface". 
com.anji.integration com.anji.integration contains classes that provide the glue between the various components of the system, including artificial neural net implementations, JGAP, NEAT, Log4J, and persistence and presentation layers. 
com.anji.roshambo com.anji.roshambo contains classes to implement the game of roshambo, also commonly known as rock-scissors-paper. 
 

Uses of AnjiNet in com.anji.floatingeye
 

Methods in com.anji.floatingeye with parameters of type AnjiNet
 com.anji.floatingeye.AnjiNetFloatingEyeImageIdentifier AnjiNetFloatingEyeIdentifierFactory.getIdentifier(AnjiNet net, Surface surface)
           
 

Constructors in com.anji.floatingeye with parameters of type AnjiNet
AnjiNetFloatingEye(AnjiNet aNet, Surface aSurface, int anEyeDim, EyeMovementParms movementParms, AffinityListener anAffinityListener, java.util.List additionalInputConnections)
          Connects and AnjiNet to a FloatingEye.
 

Uses of AnjiNet in com.anji.integration
 

Methods in com.anji.integration that return AnjiNet
 AnjiNet AnjiNetTranscriber.newAnjiNet(Chromosome genotype)
          create new AnjiNet from genotype
 

Constructors in com.anji.integration with parameters of type AnjiNet
AnjiActivator(AnjiNet aNet, int aNumCycles)
           
 

Uses of AnjiNet in com.anji.roshambo
 

Constructors in com.anji.roshambo with parameters of type AnjiNet
AnjiNetScanningRoshamboPlayer(AnjiNet aNet, java.util.Random aRand, int anActivationCycles, int aHistorySize, int aScanningWindowSize)
          Must have at least 6 inputs.
AnjiNetScanningRoshamboPlayer(AnjiNet aNet)
           
AnjiNetScanningRoshamboPlayer(AnjiNet aNet, java.util.Random aRand)
           
AnjiNetScanningRoshamboPlayer(AnjiNet aNet, int anActivationCycles)
           
AnjiNetRoshamboPlayer(AnjiNet aNet, java.util.Random aRand, int anActivationCycles, int aHistorySize)
          Must have at least 6 inputs.
AnjiNetRoshamboPlayer(AnjiNet aNet)
           
AnjiNetRoshamboPlayer(AnjiNet aNet, java.util.Random aRand)
           
AnjiNetRoshamboPlayer(AnjiNet aNet, int anActivationCycles)