Uses of Class
jenes.AlgorithmException

Packages that use AlgorithmException
jenes   
 

Uses of AlgorithmException in jenes
 

Methods in jenes that throw AlgorithmException
 void GeneticAlgorithm.evolve()
          Evolves the algorithms by restarting the algorithm from the initial population.
 void GeneticAlgorithm.evolve(boolean restart)
          Evolves the algorithm until the termination condition or the generation limit is reached.