Uses of Package
net.sourceforge.cilib.stoppingcondition

Packages that use net.sourceforge.cilib.stoppingcondition
net.sourceforge.cilib.algorithm The Algorithm package provides the generic algorithm foundation for all Algorithm instances. 
net.sourceforge.cilib.bioinf.sequencealignment   
net.sourceforge.cilib.stoppingcondition   
net.sourceforge.cilib.xml   
 

Classes in net.sourceforge.cilib.stoppingcondition used by net.sourceforge.cilib.algorithm
StoppingCondition
           A class that implements this interface can be used to measure the progress of an algorithm.
 

Classes in net.sourceforge.cilib.stoppingcondition used by net.sourceforge.cilib.bioinf.sequencealignment
StoppingCondition
           A class that implements this interface can be used to measure the progress of an algorithm.
 

Classes in net.sourceforge.cilib.stoppingcondition used by net.sourceforge.cilib.stoppingcondition
MaximumFitnessEvaluations
           
MaximumIterations
           
MaximumRestarts
          The maximum number of allowed restarts.
MinimumDiversity
          A stopping condition that is based on the Diversity of the population.
MinimumFunctionMinimisationError
           
MinimumSwarmDiameter
           
OptimiserStalled
          used to check if optimisation algorithm has stalled.
SingleIteration
           
StoppingCondition
           A class that implements this interface can be used to measure the progress of an algorithm.
 

Classes in net.sourceforge.cilib.stoppingcondition used by net.sourceforge.cilib.xml
StoppingCondition
           A class that implements this interface can be used to measure the progress of an algorithm.
StoppingConditionFactory
           
 



Copyright © 2009 CIRG. All Rights Reserved.