|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ec.gp.GPFunctionSet | +--ec.gp.build.PTCFunctionSet
Field Summary | |
float[] |
p_y
nonterminal-choice probabilities[type] |
float[][] |
q_ny
nonterminal probabilities[type][thenodes] |
float[][] |
q_ty
terminal probabilities[type][thenodes] |
Fields inherited from class ec.gp.GPFunctionSet |
all,
name,
nodes,
nodes_h,
nodesByArity,
nonterminals,
nonterminals_h,
nonterminalsOverArity,
nonterminalsUnderArity,
P_FUNC,
p_funcinfo,
P_FUNCINFO,
P_NAME,
P_SIZE,
terminals,
terminals_h |
Constructor Summary | |
PTCFunctionSet()
|
Method Summary | |
void |
setup(EvolutionState state,
Parameter base)
Must be done after GPType and GPNodeConstraints have been set up |
Methods inherited from class ec.gp.GPFunctionSet |
functionSetFor,
postProcessFunctionSet,
readObject,
setupFunctionSets,
toString,
writeObject |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Field Detail |
public float[][] q_ty
public float[][] q_ny
public float[] p_y
Constructor Detail |
public PTCFunctionSet()
Method Detail |
public void setup(EvolutionState state, Parameter base)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |