All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class gpsys.cos.CosSimGPParameters

java.lang.Object
   |
   +----gpsys.GPParameters
           |
           +----gpsys.cos.CosSimGPParameters

public class CosSimGPParameters
extends GPParameters
The GPParameters class for the terrain robot problem. Any instance of this class has all the GP parameters correctly set.

Author:
Emmanuel PIERRE
DEA IARFA,

Variable Index

 o robot
The robot to be controlled.
 o terrain
The terrain to be moveed.

Constructor Index

 o CosSimGPParameters(long, int, int)
Constructs a GPParameters object for the terrain robot problem.

Variables

 o terrain
 public Terrain terrain
The terrain to be moveed.

 o robot
 public Robot robot
The robot to be controlled.

Constructors

 o CosSimGPParameters
 CosSimGPParameters(long seed,
                    int population,
                    int generations)
Constructs a GPParameters object for the terrain robot problem.

Parameters:
seed - The seed to be used for the random number generator. If a seed value of 0 is supplied, a unique seed is generated using the current time.
population - The size of the population to be used.
generations - The maximum number of generations to be evolved.

All Packages  Class Hierarchy  This Package  Previous  Next  Index