Uses of Class
Util.Statistics.IndividualCatcher

Packages that use IndividualCatcher
Main   
Operator   
Operator.Operations   
 

Uses of IndividualCatcher in Main
 

Methods in Main that return IndividualCatcher
protected  IndividualCatcher AbstractRun.getBestIndiv()
           
 

Uses of IndividualCatcher in Operator
 

Methods in Operator that return IndividualCatcher
 IndividualCatcher Collector.getBest()
          Call the getBest(list operands) in the operation.
 

Uses of IndividualCatcher in Operator.Operations
 

Fields in Operator.Operations declared as IndividualCatcher
protected  IndividualCatcher StatisticsCollectionOperation.indCatch
           
 

Methods in Operator.Operations that return IndividualCatcher
 IndividualCatcher StatisticsCollectionOperation.getBest(java.util.List<Individual> operand)
          Return the best individual in the group
 IndividualCatcher OutputI.getBest(java.util.List<Individual> operand)
           
 IndividualCatcher StatisticsCollectionOperation.getIndividualCatcher()
          Return IndividualCatcher for information retival.
 

Constructors in Operator.Operations with parameters of type IndividualCatcher
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