|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
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. |
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.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |