java.lang.Object
org.unifi.mecvirtualresourceallocation.evaluation.ExecutionTimeEvaluator
- All Implemented Interfaces:
Evaluator
Evaluator for measuring the execution time of different allocation strategies.
-
Field Summary
Fields inherited from interface org.unifi.mecvirtualresourceallocation.evaluation.Evaluator
SEED
-
Constructor Summary
Constructors
-
Method Summary
void
Executes the evaluation of execution time.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.unifi.mecvirtualresourceallocation.evaluation.Evaluator
execute
-
Constructor Details
-
ExecutionTimeEvaluator
public ExecutionTimeEvaluator()
-
Method Details
-
execute
public void execute(List<Integer> numVertices,
int numExecutions,
int delta)
Executes the evaluation of execution time.
- Specified by:
execute
in interface Evaluator
- Parameters:
numVertices
- a list containing the number of vertices for each hypergraph to be evaluated
numExecutions
- the number of times the evaluation is executed
delta
- the delta (δ) value used for generating hypergraphs