Uses of Class
Util.Statistics.StatCatcher

Packages that use StatCatcher
Main   
Operator.Operations   
 

Uses of StatCatcher in Main
 

Methods in Main with parameters of type StatCatcher
protected  boolean AbstractRun.foundOptimum(boolean stopWhenSolved, StatCatcher stats)
          Check if the global optimum value has been found
 

Uses of StatCatcher in Operator.Operations
 

Fields in Operator.Operations declared as StatCatcher
protected  StatCatcher StatisticsCollectionOperation.stats
           
 

Methods in Operator.Operations that return StatCatcher
 StatCatcher StatisticsCollectionOperation.getStats()
          Return StatCatcher for information retival.
 

Constructors in Operator.Operations with parameters of type StatCatcher
StatisticsCollectionOperation(StatCatcher stats, IndividualCatcher indCatch)
          Creates a new instance of StatisticsCollectionOperation
StatisticsCollectionOperation(StatCatcher stats, IndividualCatcher indCatch, java.util.Properties p)
          Creates a new instance of StatisticsCollectionOperation