27 #ifndef STOPPINGCRITERION_STOPPINGCRITERIA_METHODS_THRESHOLD_H
28 #define STOPPINGCRITERION_STOPPINGCRITERIA_METHODS_THRESHOLD_H
30 #include <MonitorIn.hxx>
A Method represent how to make the boolean assessment with criteria data (a vector of double)
Definition: Method.h:42
A Threshold method is a method where individualTest is true is the tested double is inferior or equal...
Definition: Threshold.h:41
Threshold(mml::Threshold *m)
constructor
Definition: Threshold.cpp:29
bool individualTest(double tested) override
return true if tested <= value
Definition: Threshold.cpp:34
~Threshold() override=default
destructor
std::string toString() override
get Method name
Definition: Threshold.cpp:39