JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.javaGenes.evolvableDoubleList.DeJongExperiment
Class Parameters

java.lang.Object
  extended bygov.nasa.javaGenes.core.Parameters
      extended bygov.nasa.javaGenes.evolvableDoubleList.DeJongExperiment.Parameters
All Implemented Interfaces:
java.io.Serializable

public class Parameters
extends Parameters

See Also:
Serialized Form

Field Summary
static int deJongNumber
           
static int evolvableSize
           
 int numberOfChildMakers
           
 Population population
           
 Reporter reporter
           
static boolean useLocalBreeder
           
 
Fields inherited from class gov.nasa.javaGenes.core.Parameters
breeder, childMakerProvider, evaluationFunction, fitnessFunction, frequencyOfASCIIPopulations, kidsPerGeneration, logBestEvolvableEachGeneration, maximumGenerations, paretoFitness, populationSize, randomIndividualTriesPerSpecification, reportVariationOperatorPerformanceEachGeneration, separateLogAndEvolvableFiles, SEPARATOR, stopAtPerfection, stopFile, suspendFile, suspendTime, tournamentProbability
 
Constructor Summary
Parameters()
           
 
Method Summary
 void makeFiles()
          create any files necessary to describe the parameters.
 
Methods inherited from class gov.nasa.javaGenes.core.Parameters
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

deJongNumber

public static int deJongNumber

useLocalBreeder

public static boolean useLocalBreeder

evolvableSize

public static int evolvableSize

population

public Population population

reporter

public Reporter reporter

numberOfChildMakers

public final int numberOfChildMakers
See Also:
Constant Field Values
Constructor Detail

Parameters

public Parameters()
Method Detail

makeFiles

public void makeFiles()
Description copied from class: Parameters
create any files necessary to describe the parameters. Used for things that won't show up in the string representation.

Overrides:
makeFiles in class Parameters

JavaGenes, NASA Ames. Written largely by Al Globus