|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--gpsys.Primitive
|
+--gpsys.Function
|
+--gpsys.ADFunction
An Automatically Defined Function is a Function that is evolved. ADFunctions take arguments just like other Functions. ADFunctions need to be defined by extending this class for each ADF taking arguments execept ADF0 (the root ADF).
Function, Serialized Form| Field Summary | |
int |
adfIndex
should be set to the index corresponding to this ADF in the adf array defined in your GPParameters extension. |
| Fields inherited from class gpsys.Function |
argTypes |
| Fields inherited from class gpsys.Primitive |
type |
| Constructor Summary | |
ADFunction()
|
|
| Methods inherited from class gpsys.Function |
evaluateBoolean,
evaluateByte,
evaluateChar,
evaluateDouble,
evaluateFloat,
evaluateInt,
evaluateLong,
evaluateObject,
evaluateShort |
| Methods inherited from class gpsys.Primitive |
instance,
toString |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
public int adfIndex
GPParameters| Constructor Detail |
public ADFunction()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||