A B C D F G H I J L M N P R S T U

N

NeighborReinforce - class connectionRules.NeighborReinforce.
A strategy learning rule that is like reinforcement dynamics.
NeighborReinforce() - Constructor for class connectionRules.NeighborReinforce
Returns a NeighborReinforce object.
NeighborReinforce(double) - Constructor for class connectionRules.NeighborReinforce
Returns a NeighborReinforce object with specified neigbor discount factor.
NeuQuant - class utilities.NeuQuant.
 
NeuQuant(byte[], int, int) - Constructor for class utilities.NeuQuant
 
newFrame() - Method in class utilities.BeliefAnimation
 
newGeneration() - Method in class connectionRules.ConnectNothing
 
newGeneration() - Method in interface connectionRules.ConnectionRule
The function to reset thing for the new generation
newGeneration(Individual) - Method in class connectionRules.NeighborReinforce
Prepares the individual for a new round of play.
newGeneration(Individual) - Method in class learningRules.StratReinforce
Prepares the individual for a new generation.
newGeneration(Individual) - Method in class learningRules.SmoothReinforcement
Prepares the individual for a new generation.
newGeneration(Individual) - Method in class learningRules.SmoothPayoffLearning
This does nothing since there is no discounting or anything.
newGeneration(Individual) - Method in class learningRules.SmoothBGLearning
This does nothing since there is no discounting or anything.
newGeneration(Individual) - Method in class learningRules.PayoffLearning
This does nothing since there is no discounting or anything.
newGeneration(Individual) - Method in class learningRules.MyopicBRLearning
This does nothing since there is no discounting or anything.
newGeneration(Individual) - Method in interface learningRules.LearningRule
A function that resets the learning rule for a new generation
newGeneration(Individual) - Method in class learningRules.ImitateBestLearning
This does nothing since there is no discounting or anything.
newGeneration(Individual) - Method in class learningRules.HybridLearning
The new generation method implements the averaging.
newGeneration(Individual) - Method in class learningRules.CondorcetLearning
There is no updating so this function does nothing
newGeneration(Individual) - Method in class learningRules.BgLearning
This does nothing since there is no discounting or anything.
nextBoolean() - Method in class utilities.MersenneTwister
This method is missing from jdk 1.0.x and below.
nextBoolean(double) - Method in class utilities.MersenneTwister
This generates a coin flip with a probability probability of returning true, else returning false.
nextBoolean(float) - Method in class utilities.MersenneTwister
This generates a coin flip with a probability probability of returning true, else returning false.
nextByte() - Method in class utilities.MersenneTwister
For completeness' sake, though it's not in java.util.Random.
nextBytes(byte[]) - Method in class utilities.MersenneTwister
A bug fix for all versions of the JDK.
nextChar() - Method in class utilities.MersenneTwister
For completeness' sake, though it's not in java.util.Random.
nextDouble() - Method in class utilities.MersenneTwister
A bug fix for versions of JDK 1.1 and below.
nextFloat() - Method in class utilities.MersenneTwister
A bug fix for versions of JDK 1.1 and below.
nextGaussian() - Method in class utilities.MersenneTwister
A bug fix for all JDK code including 1.2.
nextInt(int) - Method in class utilities.MersenneTwister
This method is missing from JDK 1.1 and below.
nextLong(long) - Method in class utilities.MersenneTwister
This method is for completness' sake.
nextShort() - Method in class utilities.MersenneTwister
For completeness' sake, though it's not in java.util.Random.
NoMutate - class mutationRules.NoMutate.
This is basically a simple class which can be used as a place holder
NoMutate() - Constructor for class mutationRules.NoMutate
 

A B C D F G H I J L M N P R S T U