stat
Class DumpValueFieldsStat

java.lang.Object
  extended bystat.Stat
      extended bystat.DumpValueFieldsStat
All Implemented Interfaces:
java.lang.Runnable

public class DumpValueFieldsStat
extends Stat

Saves the values of the value fields stored with each parameter set to a file. Value Fields are things like the Score, NumFunctionCalls, etc. - some stoppers or iterators will store other values as well with each parameter set. If you want to save the values of the parameters themselves, use the Dump statistic.

See Also:
DumpStat, ParameterSet

Constructor Summary
DumpValueFieldsStat()
           
 
Method Summary
 void calculateStat()
           
 
Methods inherited from class stat.Stat
init, run, setOutputFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DumpValueFieldsStat

public DumpValueFieldsStat()
Method Detail

calculateStat

public void calculateStat()
Overrides:
calculateStat in class Stat