A B C D E F G H I L M N O P R S T U V X

N

name() - Method in class gpalta.nodes.Abs
 
name() - Method in class gpalta.nodes.And
 
name() - Method in class gpalta.nodes.Angle
 
name() - Method in class gpalta.nodes.Cos
 
name() - Method in class gpalta.nodes.Divide
 
name() - Method in class gpalta.nodes.Equals
 
name() - Method in class gpalta.nodes.Exponential
 
name() - Method in class gpalta.nodes.GreaterThan
 
name() - Method in class gpalta.nodes.IfThenElse
 
name() - Method in class gpalta.nodes.LessThan
 
name() - Method in class gpalta.nodes.LogicConstant
 
name() - Method in class gpalta.nodes.Minus
 
name() - Method in class gpalta.nodes.Node
Get the Node's short name (such as "plus", "minus", "x1", etc)
name() - Method in class gpalta.nodes.NormOfX
 
name() - Method in class gpalta.nodes.Not
 
name() - Method in class gpalta.nodes.Or
 
name() - Method in class gpalta.nodes.Plus
 
name() - Method in class gpalta.nodes.RBF
 
name() - Method in class gpalta.nodes.RealConstant
 
name() - Method in class gpalta.nodes.RealVar
 
name() - Method in class gpalta.nodes.Sin
 
name() - Method in class gpalta.nodes.Square
 
name() - Method in class gpalta.nodes.SquareRoot
 
name() - Method in class gpalta.nodes.Times
 
nativeFitnessLib - Variable in class gpalta.core.Config
 
nClasses - Variable in class gpalta.core.Config
 
nDaysToRun - Variable in class gpalta.core.Config
 
nEvalThreads - Variable in class gpalta.core.Config
 
newKids() - Method in class gpalta.core.Tree
 
newKids() - Method in class gpalta.nodes.Node
 
newKids() - Method in interface gpalta.nodes.NodeParent
 
newNode(String, int) - Method in class gpalta.core.NodeFactory
Obtain a new Node from a type that matches the given string.
newRandomNode(List<Node>, int) - Method in class gpalta.core.NodeFactory
Obtain a new Node randomly chosen from the given list.
nGenerations - Variable in class gpalta.core.Config
 
nIndividuals() - Method in class gpalta.multitree.operators.CrossRandomTrees
 
nIndividuals() - Method in class gpalta.multitree.operators.CrossRandomWithMostSimilar
 
nIndividuals() - Method in class gpalta.multitree.operators.CrossRandomWithMostSimilarMutInf
 
nIndividuals() - Method in class gpalta.multitree.operators.CrossWorstWithBest
 
nIndividuals() - Method in class gpalta.multitree.operators.CrossWorstWithMostSimilar
 
nIndividuals() - Method in class gpalta.multitree.operators.ExchangeRandomTrees
 
nIndividuals() - Method in class gpalta.multitree.operators.ExchangeRandomWithMostSimilar
 
nIndividuals() - Method in class gpalta.multitree.operators.LowLevelMultiTreeOperator
 
nIndividuals() - Method in class gpalta.multitree.operators.MutateRandomTree
 
nIndividuals() - Method in class gpalta.multitree.operators.MutateWorstTree
 
nIndividuals() - Method in class gpalta.multitree.operators.ReplaceWorstWithBest
 
nIndividuals() - Method in class gpalta.multitree.operators.ReplaceWorstWithMostSimilarIfBetter
 
nIndividuals() - Method in class gpalta.multitree.operators.ReplaceWorstWithMostSimilarIfBetterMutInf
 
nIndividuals() - Method in class gpalta.multitree.operators.Reproduce
 
nKids() - Method in class gpalta.core.Tree
 
nKids() - Method in class gpalta.nodes.Abs
 
nKids() - Method in class gpalta.nodes.And
 
nKids() - Method in class gpalta.nodes.Angle
 
nKids() - Method in class gpalta.nodes.Cos
 
nKids() - Method in class gpalta.nodes.Divide
 
nKids() - Method in class gpalta.nodes.Equals
 
nKids() - Method in class gpalta.nodes.Exponential
 
nKids() - Method in class gpalta.nodes.GreaterThan
 
nKids() - Method in class gpalta.nodes.IfThenElse
 
nKids() - Method in class gpalta.nodes.LessThan
 
nKids() - Method in class gpalta.nodes.LogicConstant
 
nKids() - Method in class gpalta.nodes.Minus
 
nKids() - Method in class gpalta.nodes.Node
Read the number of kids of the Node
nKids() - Method in interface gpalta.nodes.NodeParent
 
nKids() - Method in class gpalta.nodes.NormOfX
 
nKids() - Method in class gpalta.nodes.Not
 
nKids() - Method in class gpalta.nodes.Or
 
nKids() - Method in class gpalta.nodes.Plus
 
nKids() - Method in class gpalta.nodes.RBF
 
nKids() - Method in class gpalta.nodes.RealConstant
 
nKids() - Method in class gpalta.nodes.RealVar
 
nKids() - Method in class gpalta.nodes.Sin
 
nKids() - Method in class gpalta.nodes.Square
 
nKids() - Method in class gpalta.nodes.SquareRoot
 
nKids() - Method in class gpalta.nodes.Times
 
Node - Class in gpalta.nodes
Generic Node definition.
Node() - Constructor for class gpalta.nodes.Node
 
NodeBuilder - Class in gpalta.ops
Abstract Node Builder
NodeBuilder() - Constructor for class gpalta.ops.NodeBuilder
 
NodeBuilderFull - Class in gpalta.ops
Implements the 'FULL' build method
NodeBuilderFull(NodeFactory) - Constructor for class gpalta.ops.NodeBuilderFull
 
NodeBuilderGrow - Class in gpalta.ops
Implements the 'GROW' build method
NodeBuilderGrow(NodeFactory) - Constructor for class gpalta.ops.NodeBuilderGrow
 
nodeConfigFileName - Variable in class gpalta.core.Config
 
NodeFactory - Class in gpalta.core
Holds information for the Nodes available and provides methods for random Node creation
NodeFactory(Config, ProblemData) - Constructor for class gpalta.core.NodeFactory
Read Node config from file config.nodeConfigFileName, including available nodes and their possible connections
NodeParent - Interface in gpalta.nodes
Any object that can be set as the parent of a Node must conform to this Interface
NodeSelector - Class in gpalta.ops
 
NodeSelector(Config, NodeFactory) - Constructor for class gpalta.ops.NodeSelector
 
NodeSet - Class in gpalta.core
Simple class that defines a set of Nodes.
NodeSet(String) - Constructor for class gpalta.core.NodeSet
 
nonInteractive - Variable in class gpalta.core.Config
 
nOperators - Variable in class gpalta.multitree.operators.MultiTreeOperator
 
normalizeOutputs - Variable in class gpalta.core.Config
 
NormOfX - Class in gpalta.nodes
 
NormOfX() - Constructor for class gpalta.nodes.NormOfX
 
Not - Class in gpalta.nodes
 
Not() - Constructor for class gpalta.nodes.Not
 
notifyReady() - Method in class gpalta.distributed.DistributedEvalClient
 
notifyReady(int) - Method in class gpalta.distributed.DistributedEvalController
 
notifyReady() - Method in class gpalta.gui.GPaltaGUI
 
notifyReady(EvalThread) - Method in class gpalta.multithread.MultiThreadedEvaluator
 
nSamples - Variable in class gpalta.core.ProblemData
 
nTrees() - Method in class gpalta.multitree.MultiTreeIndividual
 
nVars - Variable in class gpalta.core.ProblemData
 

A B C D E F G H I L M N O P R S T U V X