Overview
Package
Class
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
I
L
M
N
O
P
R
S
T
U
W
G
generation
- Variable in class gpalta.core.
Evolution
generation
- Variable in class gpalta.core.
EvolutionStats
get(int)
- Method in interface gpalta.core.
Population
Get a certain individual
get(int)
- Method in class gpalta.core.
SingleTreePopulation
get()
- Method in class gpalta.core.
TempOutputFactory
Get a new output object.
getAll()
- Method in class gpalta.core.
NodeSet
getArray(int)
- Method in class gpalta.core.
Output
Get an array representing outputs for each sample
getArrayCopy(int)
- Method in class gpalta.core.
Output
Get an independent array representing outputs for each sample
getCurrentDepth()
- Method in class gpalta.core.
Tree
getCurrentDepth()
- Method in class gpalta.nodes.
Node
getCurrentDepth()
- Method in interface gpalta.nodes.
NodeParent
getCurrentSample()
- Method in class gpalta.core.
DataHolder
Get the current sample (all variables)
getData(int)
- Method in class gpalta.core.
DataHolder
Get the current value for a variable
getDataVect(int)
- Method in class gpalta.core.
DataHolder
Get all values (in all samples) for a variable
getDim()
- Method in class gpalta.core.
Output
Get the dimension (number of scalar outputs per sample) of this Output
getFunctions()
- Method in class gpalta.core.
NodeSet
getKid(int)
- Method in class gpalta.core.
Tree
getKid(int)
- Method in class gpalta.nodes.
Node
getKid(int)
- Method in interface gpalta.nodes.
NodeParent
getMax(int)
- Method in class gpalta.core.
DataHolder
Get the maximum value of a certain variable
getMaxDepthFromHere()
- Method in class gpalta.core.
Tree
getMaxDepthFromHere()
- Method in class gpalta.nodes.
Node
getMaxDepthFromHere()
- Method in interface gpalta.nodes.
NodeParent
getMin(int)
- Method in class gpalta.core.
DataHolder
Get the minimum value of a certain variable
getName()
- Method in class gpalta.core.
NodeSet
getNSubNodes()
- Method in class gpalta.core.
Tree
getNSubNodes()
- Method in class gpalta.nodes.
Node
getNSubNodes()
- Method in interface gpalta.nodes.
NodeParent
getParent()
- Method in class gpalta.core.
Tree
getParent()
- Method in class gpalta.nodes.
Node
getParent()
- Method in interface gpalta.nodes.
NodeParent
getProcessedOutput(Individual)
- Method in class gpalta.core.
Evolution
Evaluate a single Individual and get its output after being further processed by the Fitness
getProcessedOutput(Output, Individual, TempOutputFactory, DataHolder)
- Method in interface gpalta.core.
Fitness
Get the output of the individual for every sample, plus anything the fitness might need to add, like statistics or aditional calculations related to the fitness.
getProcessedOutput(Output, Individual, TempOutputFactory, DataHolder)
- Method in class gpalta.core.
FitnessClassic
getProcessedOutput(Individual, Fitness, TempOutputFactory, DataHolder)
- Method in interface gpalta.core.
Population
getProcessedOutput(Individual, Fitness, TempOutputFactory, DataHolder)
- Method in class gpalta.core.
SingleTreePopulation
getRange(int)
- Method in class gpalta.core.
DataHolder
Get the range (maximum - minimum) of a certain variable
getRawOutput(Individual)
- Method in class gpalta.core.
Evolution
Evaluate a single Individual and get its "raw" output for every sample.
getRawOutput(Individual, double[][])
- Method in class gpalta.core.
Evolution
Evaluate a single Individual and get its "raw" output for every sample, using the supplied data matrix, instead of the one used in evolution.
getRawOutput(Individual, TempOutputFactory, DataHolder)
- Method in interface gpalta.core.
Population
Get the output directly from the Individual, without further processing
getRawOutput(Individual, TempOutputFactory, DataHolder)
- Method in class gpalta.core.
SingleTreePopulation
getSample(int)
- Method in class gpalta.core.
DataHolder
Get a sample (all variables)
getSaveInterval()
- Method in class gpalta.gui.
GPaltaGUI
getSize()
- Method in class gpalta.core.
Individual
Get the size of this Individual, hopefully without recalculating it (ie. in the case of a Tree, without descending every node).
getSize()
- Method in class gpalta.core.
Tree
getTerminals()
- Method in class gpalta.core.
NodeSet
getWhichKidOfParent()
- Method in class gpalta.nodes.
Node
globalRandom
- Static variable in class gpalta.core.
Common
A random number generator for use by other classes
go(int)
- Method in class gpalta.gui.
EvolutionThread
Tell the Evolution to advance n generatinos
gpalta.core
- package gpalta.core
gpalta.gui
- package gpalta.gui
gpalta.nodes
- package gpalta.nodes
gpalta.ops
- package gpalta.ops
GPaltaGUI
- Class in
gpalta.gui
GPaltaGUI()
- Constructor for class gpalta.gui.
GPaltaGUI
Creates new form GPaltaGUI
GreaterThan
- Class in
gpalta.nodes
GreaterThan()
- Constructor for class gpalta.nodes.
GreaterThan
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
I
L
M
N
O
P
R
S
T
U
W