Package org.dbe.eve.ga

This package provides the interfaces and classes for adding a Genetic Algorithm to the Habitat.

See:
          Description

Interface Summary
GeneticAlgorithm This is the GenericAlgoritm interface.
PrivateSolution  
 

Class Summary
GAFactory This class is used by the Habitat Service to get an specific GAFactory implementation, this GAFactory implementation will be the only one who knows how to get a new GeneticAlgorithm (some parameters could be necessary in when the constructor is invoqued)
StopCondition The StopCondition class try to store the three possible conditions that can be specified by the user to stop the GeneticAlgorithm iterations.
 

Package org.dbe.eve.ga Description

This package provides the interfaces and classes for adding a Genetic Algorithm to the Habitat. To add your own GA, implement a @see GAFactory with a matching @see GeneticAlgorithm. To use this GA, add it to the classPath and change the GeneticAlgorithm.Factory Parameter in the deployment.properties accordingly. The HabitatService is bundled with a Default implementaion. @see org.dbe.eve.ga.impl.