49 constexpr operator Value()
const {
return _value; }
Class representing the load estimator choices.
Definition: TuningMetricOption.h:18
constexpr TuningMetricOption(Value option)
Constructor from value.
Definition: TuningMetricOption.h:43
Value
Possible choices for the load estimation algorithm.
Definition: TuningMetricOption.h:23
@ energy
Optimize for least energy usage.
Definition: TuningMetricOption.h:31
@ time
Optimize for shortest simulation time.
Definition: TuningMetricOption.h:27
static std::map< TuningMetricOption, std::string > getOptionNames()
Provides a way to iterate over the possible choices of LoadEstimatorOption.
Definition: TuningMetricOption.h:61
static std::set< TuningMetricOption > getDiscouragedOptions()
Set of options that are very unlikely to be interesting.
Definition: TuningMetricOption.h:55
TuningMetricOption()=default
Constructor.
This is the main namespace of AutoPas.
Definition: AutoPasDecl.h:32