Package org.dbe.eve.fff

This package provides the interfaces and classes for the FitnessFunctionFramework.

See:
          Description

Interface Summary
FitnessFunction The FitnessFunction is one of the Core-Parts of a Genetic Algorithm.
FitnessFunctionAggregator  
 

Class Summary
Fitness  
FitnessFunctionContext  
FitnessFunctionFramework The FitnessFunctionFramework allows to easily add new FitnessFunctions to the evluation procedure.
 

Package org.dbe.eve.fff Description

This package provides the interfaces and classes for the FitnessFunctionFramework. In order to add own fitness function, implement a FitnessFunction or a FitnessFunctionAggregator.