All Packages Class Hierarchy This Package Previous Next Index
Class gpsys.symreg.SymRegChromosomeParametersADF0
java.lang.Object
|
+----gpsys.ChromosomeParameters
|
+----gpsys.symreg.SymRegChromosomeParametersADF0
- public class SymRegChromosomeParametersADF0
- extends ChromosomeParameters
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}
- Author:
- Adil Qureshi
Department of Computer Science,
University College London,
Gower St,
London WC1E 6BT,
UK.
-
SymRegChromosomeParametersADF0(Random)
- Create the ChromosomeParameters object for ADF0.
SymRegChromosomeParametersADF0
public SymRegChromosomeParametersADF0(Random rng)
- Create the ChromosomeParameters object for ADF0.
All Packages Class Hierarchy This Package Previous Next Index