Class AbstractBenchmarkRunner.RepetitionOutcome
java.lang.Object
it.univr.di.cstnu.util.AbstractBenchmarkRunner.RepetitionOutcome
- Enclosing class:
AbstractBenchmarkRunner
Outcome of the repeated executions of an algorithm on a single network, collected by
AbstractBenchmarkRunner.repeatMeasure(String, String, Supplier, AlgorithmExecutor).- Author:
- posenato
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) StringError message of the failed repetition; empty if no error occurred.(package private) final org.apache.commons.math3.stat.descriptive.SummaryStatisticsStatistics of the execution times [ns] of the successful repetitions.(package private) booleanTrue if a repetition failed because of an error or a cancellation.(package private) STNUInstance used by the last executed repetition. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
executionTimeNS
final org.apache.commons.math3.stat.descriptive.SummaryStatistics executionTimeNSStatistics of the execution times [ns] of the successful repetitions. -
error
String errorError message of the failed repetition; empty if no error occurred. -
interrupted
boolean interruptedTrue if a repetition failed because of an error or a cancellation. -
stnu
STNU stnuInstance used by the last executed repetition.
-
-
Constructor Details
-
RepetitionOutcome
RepetitionOutcome()
-