Uses of Class
org.dbe.eve.ga.StopCondition

Packages that use StopCondition
org.dbe.eve.ga This package provides the interfaces and classes for adding a Genetic Algorithm to the Habitat. 
org.dbe.eve.ga.impl This package provides a default implementation of a Genetic Algorithm. 
 

Uses of StopCondition in org.dbe.eve.ga
 

Methods in org.dbe.eve.ga with parameters of type StopCondition
 void GeneticAlgorithm.start(FitnessFunction function, StopCondition condition, ServicePool pool)
          Start the Genetic Algorithm using the indicated Fitness function.
 

Uses of StopCondition in org.dbe.eve.ga.impl
 

Methods in org.dbe.eve.ga.impl with parameters of type StopCondition
 void DefaultGeneticAlgorithmImpl.start(FitnessFunction function, StopCondition condition, ServicePool pool)