- NEAREST_BALL_DISTANCE_WEIGHT - Static variable in class components.simplesoccer.SimpleSoccer
-
- neckDirection - Variable in class components.simplesoccer.model.SimPlayer
-
- neighbors - Variable in class SSEA2D.Member
-
- NEIGHBOURHOODMODE - Variable in class SSEA2D.SSEA2D
-
mode how the neighborhood of a member is defined
- NESRandom - Class in utils
-
This class extends Java's pseudorandom number generator by functions
for retrieving the seed and cloning the random object
- NESRandom() - Constructor for class utils.NESRandom
-
Creates a new pseudorandom number generator.
- NESRandom(long) - Constructor for class utils.NESRandom
-
Creates a new pseudorandom number generator, starting with the
specified seed, using setSeed(seed);
.
- nets - Variable in class components.simplesoccer.SimpleSoccer
-
- nInput - Variable in class fsm.EvolutionParams
-
- nnga - package nnga
-
- NNGA - Class in nnga
-
A genetic algorithm designed to evolve any kind of representation.
- NNGA(NESRandom) - Constructor for class nnga.NNGA
-
Constructs a new NNGA class
- NngaPlayer - Class in components.simplesoccer.model
-
The controller of a player, basically this class contains the behavior of the soccer player
- NngaPlayer(AbstractRepresentation, SimpleSoccer) - Constructor for class components.simplesoccer.model.NngaPlayer
-
- nOutput - Variable in class fsm.EvolutionParams
-
- nState - Variable in class fsm.EvolutionParams
-
- NUMBEROFNEIGHBORS - Variable in class SSEA2D.SSEA2D
-
defines the shape of the curve which represents the correlation between
the rank of the fitness in the Neighborhood and the severity of the
mutation.