public class WaitqueueEvaluator extends BasicEvaluator<Integer>
Constructor and Description |
---|
WaitqueueEvaluator(MethodInfo mi)
Create a new evaluator.
|
WaitqueueEvaluator(MethodInfo mi,
int max)
Create a new evaluator.
|
Modifier and Type | Method and Description |
---|---|
double |
calculateEvaluation(Integer value)
Calculate the value with 1 best and 0 worst.
|
evaluate
public WaitqueueEvaluator(MethodInfo mi) throws Exception
Exception
public WaitqueueEvaluator(MethodInfo mi, int max) throws Exception
Exception
public double calculateEvaluation(Integer value)
calculateEvaluation
in class BasicEvaluator<Integer>
Copyright © 2013. All Rights Reserved.