All Packages Class Hierarchy This Package Previous Next Index
Class gpsys.ADFunction
java.lang.Object
|
+----gpsys.Primitive
|
+----gpsys.Function
|
+----gpsys.ADFunction
- public abstract class ADFunction
- extends Function
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).
- Author:
- Adil Qureshi
Department of Computer Science,
University College London,
Gower St,
London WC1E 6BT,
UK.
- See Also:
- Function
-
adfIndex
- should be set to the index corresponding to this ADF in the adf array
defined in your GPParameters extension.
-
ADFunction()
-
adfIndex
public int adfIndex
- should be set to the index corresponding to this ADF in the adf array
defined in your GPParameters extension.
- See Also:
- GPParameters
ADFunction
public ADFunction()
All Packages Class Hierarchy This Package Previous Next Index