Uses of Class
jenes.stage.StageException

Packages that use StageException
jenes.stage   
jenes.stage.operator   
 

Uses of StageException in jenes.stage
 

Methods in jenes.stage that throw StageException
 void AbstractStage.dispose()
          Disposes this stage
 void AbstractStage.init(GeneticAlgorithm<T> ga)
          Initializes this stage according to the genetic algorithm that uses it
 void Parallel.init(GeneticAlgorithm<T> ga)
           
abstract  void AbstractStage.process(Population<T> in, Population<T> out)
          Processes the input population and tranforms it into the output population.
 void BreakPoint.process(Population<T> in, Population<T> out)
           
 void Parallel.process(Population<T> in, Population<T> out)
           
 void Sequence.process(Population<T> in, Population<T> out)
          Invokes the process method on all of its internal stages
 

Uses of StageException in jenes.stage.operator
 

Methods in jenes.stage.operator that throw StageException
 void Crossover.init(GeneticAlgorithm<T> ga)
           
 void Crossover.process(Population<T> in, Population<T> out)
           
 void Mutator.process(Population<T> in, Population<T> out)
           
 void Selector.process(Population<T> in, Population<T> out)
          Sets the individuals in the output population like the selected ones