public class ScoreEvaluator extends Object implements FitnessEvaluator
FitnessEvaluator interface.
This simply returns the score of warehouse in provided SourcingLocation| Constructor and Description |
|---|
ScoreEvaluator() |
| Modifier and Type | Method and Description |
|---|---|
Double |
evaluate(SourcingLocation sourcingLocation)
Calculate the fitness value
|
public Double evaluate(SourcingLocation sourcingLocation)
FitnessEvaluatorevaluate in interface FitnessEvaluatorsourcingLocation - the location to be evaluatedDouble.NaN if it cannot be evaluatedCopyright © 2017 SAP SE. All Rights Reserved.