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.

Constructor Index

 o GPsys(GPParameters)
Construct a GP system using the supplied GPParameters object.

Method Index

 o evolve()
Evolves the population until the required number of generations have been produced or the termination criteria has been satisfied.

Constructors

 o 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.

Methods

 o 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