Uses of Package
com.anji.nn

Packages that use com.anji.nn
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.neat com.anji.neat contains classes implementing NEAT framework, including genes, mutation operators, and fitness function used for XOR. 
com.anji.nn com.anji.nn contains classes implementing a simple artificial neural net framework. 
com.anji.roshambo com.anji.roshambo contains classes to implement the game of roshambo, also commonly known as rock-scissors-paper. 
 

Classes in com.anji.nn used by com.anji.floatingeye
AnjiNet
          Aggregates all pieces for a full neural network.
Connection
          Abstract connection to carry data into neurons.
 

Classes in com.anji.nn used by com.anji.integration
AnjiNet
          Aggregates all pieces for a full neural network.
Pattern
          Converts double array stimuli to Connection objects.
RecurrencyPolicy
          Enumerated type representing policies for how to handle recurrency.
 

Classes in com.anji.nn used by com.anji.neat
ActivationFunctionType
          Enumerated type representing flavors of neurons: input, output, hidden.
RecurrencyPolicy
          Enumerated type representing policies for how to handle recurrency.
 

Classes in com.anji.nn used by com.anji.nn
ActivationFunction
          Abstracts activation function for neurons.
ActivationFunctionFactory
          Factory to hide implementation details of creating activation functions and ensure there is always only one of each.
ActivationFunctionType
          Enumerated type representing flavors of neurons: input, output, hidden.
BiasConnection
          Connection used for bias node, clamped at 1.
Connection
          Abstract connection to carry data into neurons.
Neuron
          Neuron component of an artificial neural network.
NeuronConnection
          Connection between neurons.
RandomConnection
           
RecurrencyPolicy
          Enumerated type representing policies for how to handle recurrency.
 

Classes in com.anji.nn used by com.anji.roshambo
AnjiNet
          Aggregates all pieces for a full neural network.