Genetic Algorithm
The Genetic Algorithm (GA) part of the EvE is responsible for generating solutions for users request.
That is, after a user formulates a requets, these request is given to the habitat's
findBestGuestSolution
method, which triggers a GA run to start.
As the research on the GA part of the EvE is still under progress, the EvE currently provides just a
demo implementation of a GA that uses simplified, random service description.
FitnessFunctionFramework
Although a GA can be added relatively easy, the standard user/developer of the EvE GA Part
usually just adds a new FitnessFunction.