org.epochx.gr.stats
Class GRStatField

java.lang.Object
  extended by org.epochx.stats.StatField
      extended by org.epochx.gr.stats.GRStatField

public final class GRStatField
extends StatField


Field Summary
static java.lang.String GEN_DEPTH_AVE
          Requests a Double which is the average depth of CandidatePrograms in that generation.
static java.lang.String GEN_DEPTH_MAX
          Requests a Double which is maximum depth of all the CandidatePrograms in that generation.
static java.lang.String GEN_DEPTH_MIN
          Requests a Double which is minimum depth of all the CandidatePrograms in that generation.
static java.lang.String GEN_DEPTH_STDEV
          Requests a Double which is the standard deviation of depths of CandidatePrograms in that generation.
static java.lang.String GEN_DEPTHS
           
 
Fields inherited from class org.epochx.stats.StatField
CROSSOVER_CHILDREN, CROSSOVER_PARENTS, CROSSOVER_REVERSIONS, CROSSOVER_TIME, GEN_FITNESS_AVE, GEN_FITNESS_CI95, GEN_FITNESS_MAX, GEN_FITNESS_MEDIAN, GEN_FITNESS_MIN, GEN_FITNESS_STDEV, GEN_FITNESSES, GEN_FITTEST_PROGRAM, GEN_NUMBER, GEN_POPULATION, GEN_REVERSIONS, GEN_TIME, INIT_REVERSIONS, MUTATION_PROGRAM_AFTER, MUTATION_PROGRAM_BEFORE, MUTATION_REVERSIONS, MUTATION_TIME, POOL_REVERSIONS, REP_REVERSIONS, RUN_FITNESS_MIN, RUN_FITTEST_PROGRAM, RUN_NUMBER, RUN_TIME
 
Constructor Summary
GRStatField()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GEN_DEPTHS

public static final java.lang.String GEN_DEPTHS
See Also:
Constant Field Values

GEN_DEPTH_AVE

public static final java.lang.String GEN_DEPTH_AVE
Requests a Double which is the average depth of CandidatePrograms in that generation.

See Also:
Constant Field Values

GEN_DEPTH_STDEV

public static final java.lang.String GEN_DEPTH_STDEV
Requests a Double which is the standard deviation of depths of CandidatePrograms in that generation.

See Also:
Constant Field Values

GEN_DEPTH_MAX

public static final java.lang.String GEN_DEPTH_MAX
Requests a Double which is maximum depth of all the CandidatePrograms in that generation. Should always be a whole number.

See Also:
Constant Field Values

GEN_DEPTH_MIN

public static final java.lang.String GEN_DEPTH_MIN
Requests a Double which is minimum depth of all the CandidatePrograms in that generation. Should always be a whole number.

See Also:
Constant Field Values
Constructor Detail

GRStatField

public GRStatField()