All Packages Class Hierarchy This Package Previous Next Index
Class gpsys.lawnmower.LawnMowerGPParameters
java.lang.Object
|
+----gpsys.GPParameters
|
+----gpsys.lawnmower.LawnMowerGPParameters
- public class LawnMowerGPParameters
- extends GPParameters
The GPParameters class for the lawnmower problem. Any instance of
this class has all the GP parameters correctly set.
- Version:
- 1.1, 30th June '97
- Author:
- Adil Qureshi
Department of Computer Science,
University College London,
Gower St,
London WC1E 6BT,
UK.
-
lawn
- The lawn to be mowed.
-
mower
- The mower to be controlled.
lawn
public Lawn lawn
- The lawn to be mowed.
mower
public Mower mower
- The mower to be controlled.
All Packages Class Hierarchy This Package Previous Next Index