Skip navigation links
$ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 

N

n() - Method in class tools.StatSummary
 
NAIVE_AGENT_NAME - Static variable in class tracks.levelGeneration.geneticLevelGenerator.SharedData
The name of a naive agent
NAIVE_AGENT_NAME - Static variable in class tracks.ruleGeneration.geneticRuleGenerator.SharedData
The name of a naive agent
naiveAgent - Static variable in class tracks.ruleGeneration.geneticRuleGenerator.SharedData
the naive automated agent
name - Variable in class core.game.GameDescription.SpriteData
Sprite name
name - Variable in class core.vgdl.VGDLSprite
Name of this sprite.
name(String) - Method in class tools.com.google.gson.internal.bind.JsonTreeWriter
 
name(String) - Method in class tools.com.google.gson.stream.JsonWriter
Encodes the property name.
name - Variable in class tools.StatSummary
 
name - Variable in class tracks.levelGeneration.geneticLevelGenerator.Chromosome.SpritePointData
 
newFactory(TypeToken<?>, Object) - Static method in class tools.com.google.gson.internal.bind.TreeTypeAdapter
Returns a new factory that will match each type against exactType.
newFactory(TypeToken<TT>, TypeAdapter<TT>) - Static method in class tools.com.google.gson.internal.bind.TypeAdapters
 
newFactory(Class<TT>, TypeAdapter<TT>) - Static method in class tools.com.google.gson.internal.bind.TypeAdapters
 
newFactory(Class<TT>, Class<TT>, TypeAdapter<? super TT>) - Static method in class tools.com.google.gson.internal.bind.TypeAdapters
 
newFactoryForMultipleTypes(Class<TT>, Class<? extends TT>, TypeAdapter<? super TT>) - Static method in class tools.com.google.gson.internal.bind.TypeAdapters
 
newFactoryWithMatchRawType(TypeToken<?>, Object) - Static method in class tools.com.google.gson.internal.bind.TreeTypeAdapter
Returns a new factory that will match each type and its raw type against exactType.
newInstance(Class<T>) - Method in class tools.com.google.gson.internal.UnsafeAllocator
 
newJsonReader(Reader) - Method in class tools.com.google.gson.Gson
Returns a new JSON reader configured for the settings on this Gson instance.
newJsonWriter(Writer) - Method in class tools.com.google.gson.Gson
Returns a new JSON writer configured for the settings on this Gson instance.
newParameterizedTypeWithOwner(Type, Type, Type...) - Static method in class tools.com.google.gson.internal.$Gson$Types
Returns a new parameterized type, applying typeArguments to rawType and enclosed by ownerType.
newTypeHierarchyFactory(Class<?>, Object) - Static method in class tools.com.google.gson.internal.bind.TreeTypeAdapter
Returns a new factory that will match each type's raw type for assignability to hierarchyType.
newTypeHierarchyFactory(Class<T1>, TypeAdapter<T1>) - Static method in class tools.com.google.gson.internal.bind.TypeAdapters
Returns a factory for all subtypes of typeAdapter.
next() - Method in class tools.com.google.gson.JsonStreamParser
Returns the next available JsonElement on the reader.
nextBoolean() - Method in class tools.com.google.gson.internal.bind.JsonTreeReader
 
nextBoolean() - Method in class tools.com.google.gson.stream.JsonReader
Returns the boolean value of the next token, consuming it.
nextDouble() - Method in class tools.com.google.gson.internal.bind.JsonTreeReader
 
nextDouble() - Method in class tools.com.google.gson.stream.JsonReader
Returns the double value of the next token, consuming it.
nextExecution - Variable in class ontology.effects.TimeEffect
Indicates the next time step when this effect will be automatically triggered without collisions.
nextInt() - Method in class tools.com.google.gson.internal.bind.JsonTreeReader
 
nextInt() - Method in class tools.com.google.gson.stream.JsonReader
Returns the int value of the next token, consuming it.
nextLong() - Method in class tools.com.google.gson.internal.bind.JsonTreeReader
 
nextLong() - Method in class tools.com.google.gson.stream.JsonReader
Returns the long value of the next token, consuming it.
nextName() - Method in class tools.com.google.gson.internal.bind.JsonTreeReader
 
nextName() - Method in class tools.com.google.gson.stream.JsonReader
Returns the next token, a property name, and consumes it.
nextNull() - Method in class tools.com.google.gson.internal.bind.JsonTreeReader
 
nextNull() - Method in class tools.com.google.gson.stream.JsonReader
Consumes the next token from the JSON stream and asserts that it is a literal null.
nextSpriteID - Variable in class core.game.Game
Next ID to generate for sprites;
nextString() - Method in class tools.com.google.gson.internal.bind.JsonTreeReader
 
nextString() - Method in class tools.com.google.gson.stream.JsonReader
Returns the string value of the next token, consuming it.
NIL - Static variable in class ontology.Types
 
no_counters - Variable in class core.game.Game
 
no_players - Variable in class core.game.Game
 
no_players - Variable in class tracks.multiPlayer.advanced.sampleMCTS.Agent
 
no_players - Variable in class tracks.multiPlayer.advanced.sampleMCTS.SingleMCTSPlayer
 
no_players - Variable in class tracks.multiPlayer.advanced.sampleMCTS.SingleTreeNode
 
no_players - Variable in class tracks.multiPlayer.deprecated.sampleMCTS.Agent
 
no_players - Variable in class tracks.multiPlayer.deprecated.sampleMCTS.SingleMCTSPlayer
 
no_players - Variable in class tracks.multiPlayer.deprecated.sampleMCTS.SingleTreeNode
 
Node - Class in core.vgdl
Created with IntelliJ IDEA.
Node(String, int, Node, int) - Constructor for class core.vgdl.Node
Constructor of the node.
Node(String, int, Node, int, int) - Constructor for class core.vgdl.Node
 
Node - Class in tools.pathfinder
Created by dperez on 13/01/16.
Node(Vector2d) - Constructor for class tools.pathfinder.Node
 
nodeDepth - Variable in class tracks.singlePlayer.advanced.olets.SingleTreeNode
Depth of the node in the tree
noise(double, double, double) - Static method in class tools.Utils
Adds a small noise to the input value.
NONE - Static variable in class ontology.Types
 
nonMoveProb - Static variable in class tracks.singlePlayer.tools.repeatOLETS.Agent
probability it will react to not hit walls
noOfPlayers - Variable in class core.game.SerializableStateObservation
 
normalise(double, double, double) - Static method in class tools.Utils
 
normalise() - Method in class tools.Vector2d
Normalises this vector.
notFullyExpanded() - Method in class tracks.multiPlayer.advanced.sampleMCTS.SingleTreeNode
 
notFullyExpanded() - Method in class tracks.multiPlayer.deprecated.sampleMCTS.SingleTreeNode
 
notFullyExpanded() - Method in class tracks.singlePlayer.advanced.olets.SingleTreeNode
Checks if the current node is fully expanded, i.e. if all actions have been selected at least once.
notFullyExpanded() - Method in class tracks.singlePlayer.advanced.sampleMCTS.SingleTreeNode
 
notFullyExpanded() - Method in class tracks.singlePlayer.deprecated.sampleMCTS.SingleTreeNode
 
notFullyExpanded() - Method in class tracks.singlePlayer.tools.ucbOptimizerAgent.SingleTreeNode
 
notStype - Variable in class ontology.effects.unary.UndoAll
List of sprites that do NOT respond to UndoAll.
NPCPositions - Variable in class core.game.SerializableStateObservation
 
NPCPositionsMaxRow - Variable in class core.game.SerializableStateObservation
 
NPCPositionsNum - Variable in class core.game.SerializableStateObservation
 
nPoints - Variable in class core.content.ParameterContent
Number of points that can be sampled from minValue
NullAvatar - Class in ontology.avatar
Created with IntelliJ IDEA.
NullAvatar() - Constructor for class ontology.avatar.NullAvatar
 
NullAvatar(Vector2d, Dimension, SpriteContent) - Constructor for class ontology.avatar.NullAvatar
 
nullSafe() - Method in class tools.com.google.gson.TypeAdapter
This wrapper method is used to make a type adapter null tolerant.
nullValue() - Method in class tools.com.google.gson.internal.bind.JsonTreeWriter
 
nullValue() - Method in class tools.com.google.gson.stream.JsonWriter
Encodes null.
num - Variable in class tracks.multiPlayer.deprecated.sampleMCTS.SingleMCTSPlayer
 
num - Variable in class tracks.singlePlayer.deprecated.sampleMCTS.SingleMCTSPlayer
 
num - Static variable in class tracks.singlePlayer.tools.ucbOptimizerAgent.SingleMCTSPlayer
 
NUM_ACTIONS - Variable in class tracks.multiPlayer.advanced.sampleMCTS.Agent
 
NUM_ACTIONS - Variable in class tracks.multiPlayer.advanced.sampleMCTS.SingleTreeNode
 
NUM_ACTIONS - Variable in class tracks.multiPlayer.deprecated.sampleMCTS.Agent
 
NUM_ACTIONS - Variable in class tracks.singlePlayer.advanced.olets.Agent
Number of feasible actions (usually from 2 to 5)
num_actions - Variable in class tracks.singlePlayer.advanced.olets.SingleTreeNode
Number of actions in this node.
num_actions - Variable in class tracks.singlePlayer.advanced.sampleMCTS.Agent
 
num_actions - Variable in class tracks.singlePlayer.advanced.sampleMCTS.SingleMCTSPlayer
 
num_actions - Variable in class tracks.singlePlayer.advanced.sampleMCTS.SingleTreeNode
 
num_actions - Variable in class tracks.singlePlayer.deprecated.sampleMCTS.Agent
 
num_actions - Variable in class tracks.singlePlayer.deprecated.sampleMCTS.SingleMCTSPlayer
 
num_actions - Variable in class tracks.singlePlayer.deprecated.sampleMCTS.SingleTreeNode
 
NUM_ACTIONS - Static variable in class tracks.singlePlayer.tools.ucbOptimizerAgent.Agent
 
NUM_LEARNING_LEVELS - Static variable in class ontology.Types
 
num_sprites - Variable in class core.game.Game
Number of sprites this game has.
NUM_TRAINING_LEVELS - Static variable in class ontology.Types
 
NUMBER - Static variable in class tools.com.google.gson.internal.bind.TypeAdapters
 
NUMBER_FACTORY - Static variable in class tools.com.google.gson.internal.bind.TypeAdapters
 
NUMBER_IMMOVABLE - Static variable in class tracks.singlePlayer.tools.ucbOptimizerAgent.Helper
 
NUMBER_MOVABLE - Static variable in class tracks.singlePlayer.tools.ucbOptimizerAgent.Helper
 
NUMBER_NPC - Static variable in class tracks.singlePlayer.tools.ucbOptimizerAgent.Helper
 
NUMBER_PORTAL - Static variable in class tracks.singlePlayer.tools.ucbOptimizerAgent.Helper
 
NUMBER_RESOURCE - Static variable in class tracks.singlePlayer.tools.ucbOptimizerAgent.Helper
 
numDisabledSprites() - Method in class core.vgdl.SpriteGroup
Returns the number of disabled sprites
numDiscrepancies - Static variable in class controller.PlanningAgent
 
NUMERICAL_VALUE_PARAM - Static variable in class tracks.ruleGeneration.geneticRuleGenerator.SharedData
The upper bound on a numerical value for a parameter insertion
numGoals - Static variable in class controller.PlanningAgent
 
numOfObjects - Variable in class tracks.levelGeneration.constraints.AvatarNumberConstraint
hashmap contains the number of objects for each type
numOfObjects - Variable in class tracks.levelGeneration.constraints.GoalConstraint
hashmap for number of objects in the level
numOfObjects - Variable in class tracks.levelGeneration.constraints.SpriteNumberConstraint
hashmap contains the number of objects for each type
numSprites() - Method in class core.vgdl.SpriteGroup
Gets the number of sprites in the collection.
numSpriteTypes() - Method in class core.vgdl.VGDLRegistry
Returns the -number of elements in the sprite_mapping array.
numValuesGenome - Variable in class tracks.DesignMachine
 
nVisits - Variable in class tracks.multiPlayer.advanced.sampleMCTS.SingleTreeNode
 
nVisits - Variable in class tracks.multiPlayer.deprecated.sampleMCTS.SingleTreeNode
 
nVisits - Variable in class tracks.singlePlayer.advanced.sampleMCTS.SingleTreeNode
 
nVisits - Variable in class tracks.singlePlayer.deprecated.sampleMCTS.SingleTreeNode
 
nVisits - Variable in class tracks.singlePlayer.tools.ucbOptimizerAgent.SingleTreeNode
 
$ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
Skip navigation links