org.dbe.eve.fff
Interface FitnessFunctionAggregator

All Superinterfaces:
FitnessFunction
All Known Implementing Classes:
DefaultAgregator

public interface FitnessFunctionAggregator
extends FitnessFunction

Author:
Claudius The FitnessFunctionAggregator allows to combine several FitnessFunctions to return one single FitnessValue. In addition to a "standard" FitnessFunction, it has access to the FitnessFunctionFramework which knows all FitnessFunction that are available

Method Summary
 void setFramework(FitnessFunctionFramework framework)
           
 
Methods inherited from interface org.dbe.eve.fff.FitnessFunction
evaluate, init
 

Method Detail

setFramework

void setFramework(FitnessFunctionFramework framework)