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,
-
robot
- The robot to be controlled.
-
terrain
- The terrain to be moveed.
-
CosSimGPParameters(long, int, int)
- Constructs a GPParameters object for the terrain robot problem.
terrain
public Terrain terrain
- The terrain to be moveed.
robot
public Robot robot
- The robot to be controlled.
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