|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--gpsys.ChromosomeParameters
|
+--gpsys.symreg.SymRegChromosomeParametersADF0
The Chromosome parameters for ADF0 (the result producing branch) of the symbolic regression problem. Note that the function set contains If, GE and LE functions which are not really needed, but are included to demonstrate the type system. ADF0 has the following Function and Terminal sets.
Functions = {Add, Sub, Div, Mult, If, GE, LE}
Terminals = {X, 1}
| Fields inherited from class gpsys.ChromosomeParameters |
CREATE_FULL,
CREATE_GROW,
CREATE_RAMP_HALF_AND_HALF,
createMethod,
functions,
functionsOfTypeAtDepthFull,
functionsOfTypeAtDepthGrow,
maxDepth,
maxDepthAtCreation,
maxDepthMutation,
terminals,
terminalsOfType,
type,
types |
| Constructor Summary | |
SymRegChromosomeParametersADF0(java.util.Random rng)
Create the ChromosomeParameters object for ADF0. |
|
| Methods inherited from class gpsys.ChromosomeParameters |
initialiseFunctionsTypeTable,
initialiseFunctionsTypeTableFull,
initialiseFunctionsTypeTableGrow,
initialiseTerminalsTypeTable,
initialiseTypeTables |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public SymRegChromosomeParametersADF0(java.util.Random rng)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||