All Packages Class Hierarchy This Package Previous Next Index
Class gpsys.GPsys
java.lang.Object
|
+----gpsys.GPsys
- public class GPsys
- extends Object
The top level class of the GP system. Construct an object of this type
by supplying the GPParameters, and then call the evolve method to evolve
the code. Evolution is halted when a solution that meets the termination
citeria is met or when the population has evolved to the required number of
generations.
- Version:
- 1.1, 30th June '97
- Author:
- Adil Qureshi
Department of Computer Science,
University College London,
Gower St,
London WC1E 6BT,
UK.
-
GPsys(GPParameters)
- Construct a GP system using the supplied GPParameters object.
-
evolve()
- Evolves the population until the required number of generations have
been produced or the termination criteria has been satisfied.
GPsys
public GPsys(GPParameters gpParameters)
- Construct a GP system using the supplied GPParameters object.
if the population field of the gpParameters object is null, then
a new initial population is created.
- Parameters:
- gpParameters - The GPParaemeters defining the problem.
evolve
public void evolve()
- Evolves the population until the required number of generations have
been produced or the termination criteria has been satisfied.
All Packages Class Hierarchy This Package Previous Next Index