Interface FitnessEvaluator
- All Known Implementing Classes:
AllocationFitnessEvaluator,DistanceEvaluator,PriorityEvaluator,ScoreEvaluator
public interface FitnessEvaluator
Defines the services for fitness evaluation
-
Method Summary
Modifier and TypeMethodDescriptionevaluate(SourcingLocation sourcingLocation) Calculate the fitness value
-
Method Details
-
evaluate
Calculate the fitness value- Parameters:
sourcingLocation- the location to be evaluated- Returns:
- the fitness value or
Double.NaNif it cannot be evaluated
-