Go to the documentation of this file. 33 #ifndef SHARK_ALGORITHMS_ABSTRACTSTOPPINGCRITERION_H 34 #define SHARK_ALGORITHMS_ABSTRACTSTOPPINGCRITERION_H 50 template<
class ResultSetT>
55 virtual void reset() = 0;
58 virtual bool stop(ResultSet
const&
set) = 0;