JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.javaGenes.EOSscheduling
Class EOSschedulingReporter

java.lang.Object
  extended bygov.nasa.javaGenes.core.Reporter
      extended bygov.nasa.javaGenes.EOSscheduling.EOSschedulingReporter
All Implemented Interfaces:
java.io.Serializable

public class EOSschedulingReporter
extends Reporter

See Also:
Serialized Form

Field Summary
 java.lang.String fitnessEachGenerationFilename
           
 
Fields inherited from class gov.nasa.javaGenes.core.Reporter
bestEvolvablesFilename, breederReportFilename, childMakerFilename, childMakersForBestEvolvableFilename, childMakerSoFarFilenameBase, doneFilename, fittestTextFilename, logFilename, parameters, parametersFilename, paretoFilename, populationDirectory, totalTimeFilename, variationOperatorDirectory
 
Constructor Summary
EOSschedulingReporter(Parameters p)
           
 
Method Summary
 void done(Population population)
          Call when the run is finished.
 
Methods inherited from class gov.nasa.javaGenes.core.Reporter
addPostfix, childMakerReport, fitnessMeanAndStdDevString, report, report, shouldWrite, specialLog, stateSave, toString, totalTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

fitnessEachGenerationFilename

public final java.lang.String fitnessEachGenerationFilename
See Also:
Constant Field Values
Constructor Detail

EOSschedulingReporter

public EOSschedulingReporter(Parameters p)
Method Detail

done

public void done(Population population)
Description copied from class: Reporter
Call when the run is finished.

Overrides:
done in class Reporter

JavaGenes, NASA Ames. Written largely by Al Globus