Uses of Class
org.dbe.eve.fff.Fitness

Packages that use Fitness
org.dbe.eve.fff This package provides the interfaces and classes for the FitnessFunctionFramework. 
org.dbe.eve.fff.impl This package provides a default implementation of a FitnessFunction for the default implementation of the GA. 
 

Uses of Fitness in org.dbe.eve.fff
 

Methods in org.dbe.eve.fff that return Fitness
 Fitness FitnessFunction.evaluate(Solution solution)
          Evaluate the fitness function with the indicated solution.
 

Uses of Fitness in org.dbe.eve.fff.impl
 

Methods in org.dbe.eve.fff.impl that return Fitness
 Fitness FFSimpleImplementation.evaluate(Solution solution)
           
 Fitness DefaultAgregator.evaluate(Solution solution)
           
 Fitness AnotherFFImpl.evaluate(Solution solution)