14inline namespace options {
53 constexpr operator Value()
const {
return _value; }
Base class for autopas options.
Definition: Option.h:25
Class representing the choices for timing samples to be aggregated.
Definition: SelectorStrategyOption.h:18
SelectorStrategyOption()=default
Constructor.
static std::set< SelectorStrategyOption > getDiscouragedOptions()
Set of options that are very unlikely to be interesting.
Definition: SelectorStrategyOption.h:59
Value
Possible choices for the employed selectors.
Definition: SelectorStrategyOption.h:23
@ fastestMean
Fastest mean value.
Definition: SelectorStrategyOption.h:31
@ fastestAbs
Fastest absolute value.
Definition: SelectorStrategyOption.h:27
@ fastestMedian
Fastest median value.
Definition: SelectorStrategyOption.h:35
constexpr SelectorStrategyOption(Value option)
Constructor from value.
Definition: SelectorStrategyOption.h:47
static std::map< SelectorStrategyOption, std::string > getOptionNames()
Provides a way to iterate over the possible choices of TraversalOption.
Definition: SelectorStrategyOption.h:65
This is the main namespace of AutoPas.
Definition: AutoPasDecl.h:32