Uses of Interface
net.sourceforge.cilib.stoppingcondition.StoppingCondition

Packages that use 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   
 

Uses of StoppingCondition in net.sourceforge.cilib.algorithm
 

Methods in net.sourceforge.cilib.algorithm that return types with arguments of type StoppingCondition
 List<StoppingCondition> Algorithm.getStoppingConditions()
          Get the current list of StoppingCondition instances that are associated with the current Algorithm.
 

Methods in net.sourceforge.cilib.algorithm with parameters of type StoppingCondition
 void MultistartOptimisationAlgorithm.addRestartCondition(StoppingCondition condition)
          Add a stopping condition used to determine when the algorithm should be restarted.
 void Algorithm.addStoppingCondition(StoppingCondition stoppingCondition)
          Adds a stopping condition.
 void MultistartOptimisationAlgorithm.removeRestartCondition(StoppingCondition condition)
          Removes a restart condition.
 void Algorithm.removeStoppingCondition(StoppingCondition stoppingCondition)
          Removes a stopping condition.
 

Uses of StoppingCondition in net.sourceforge.cilib.bioinf.sequencealignment
 

Classes in net.sourceforge.cilib.bioinf.sequencealignment that implement StoppingCondition
 class DesiredMaximizationFitness
          This class serves as a crude implementation of a stopping condition that forces the optimizer to stop whenever a arbitrary fitness has been reached.
 

Uses of StoppingCondition in net.sourceforge.cilib.stoppingcondition
 

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

Methods in net.sourceforge.cilib.stoppingcondition that return StoppingCondition
 StoppingCondition StoppingCondition.getClone()
           
 StoppingCondition StoppingConditionFactory.newStoppingCondition()
           
 

Uses of StoppingCondition in net.sourceforge.cilib.xml
 

Methods in net.sourceforge.cilib.xml that return StoppingCondition
 StoppingCondition XMLStoppingConditionFactory.newStoppingCondition()
          Returns a newly constructed StoppingCondition.
 

Methods in net.sourceforge.cilib.xml with parameters of type StoppingCondition
 void XMLStoppingConditionFactory.setProgressIndicator(StoppingCondition progressIndicator)
           
 



Copyright © 2009 CIRG. All Rights Reserved.