AutoPas  3.0.0
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
autopas::Evidence Class Reference

Helper class that associates a measurement with the iteration when it was taken. More...

#include <Evidence.h>

Public Member Functions

bool operator== (const Evidence &rhs) const
 Equality operator.
 
bool operator!= (const Evidence &rhs) const
 Inequality operator.
 

Public Attributes

size_t iteration
 Iteration in which the measurement was taken.
 
size_t tuningPhase
 Tuning phase in which the measurement was taken.
 
long effectiveValue
 Value of the effective measurement (time, energy, ...) combining rebuild and traversal, given the current rebuild frequency.
 
long rebuildValue
 Value of the measurement for only the rebuilding step.
 
long traversalValue
 Value of the measurement for the actual traversal (without potential rebuild).
 

Detailed Description

Helper class that associates a measurement with the iteration when it was taken.

Member Function Documentation

◆ operator!=()

bool autopas::Evidence::operator!= ( const Evidence rhs) const

Inequality operator.

Parameters
rhs
Returns

◆ operator==()

bool autopas::Evidence::operator== ( const Evidence rhs) const

Equality operator.

Parameters
rhs
Returns

The documentation for this class was generated from the following files: