Helper class that associates a measurement with the iteration when it was taken.
Definition: Evidence.h:15
size_t iteration
Iteration in which the measurement was taken.
Definition: Evidence.h:20
long effectiveValue
Value of the effective measurement (time, energy, ...) combining rebuild and traversal,...
Definition: Evidence.h:29
long rebuildValue
Value of the measurement for only the rebuilding step.
Definition: Evidence.h:33
long traversalValue
Value of the measurement for the actual traversal (without potential rebuild).
Definition: Evidence.h:37
size_t tuningPhase
Tuning phase in which the measurement was taken.
Definition: Evidence.h:24
bool operator==(const Evidence &rhs) const
Equality operator.
Definition: Evidence.cpp:8
bool operator!=(const Evidence &rhs) const
Inequality operator.
Definition: Evidence.cpp:12
This is the main namespace of AutoPas.
Definition: AutoPasDecl.h:34