|
| | ExplicitTimingVisitor (const size_t visithNth=1, const size_t reserve=0, const bool verbose=true, const bool multiline=true, const double timeLimit=std::numeric_limits< double >::infinity(), const double gapLimit=0.0, const size_t memLogging=1) |
| |
| void | begin (INFERENCE &inf, const typename INFERENCE::ValueType value, const typename INFERENCE::ValueType bound) |
| |
| size_t | operator() (INFERENCE &inf, const typename INFERENCE::ValueType value, const typename INFERENCE::ValueType bound) |
| |
| void | end (INFERENCE &inf, const typename INFERENCE::ValueType value, const typename INFERENCE::ValueType bound) |
| |
| const std::map< std::string, std::vector< double > > & | protocolMap () const |
| |
| const std::vector< double > & | getConstructionTime () const |
| |
| const std::vector< double > & | getTimes () const |
| |
| const std::vector< double > & | getValues () const |
| |
| const std::vector< double > & | getBounds () const |
| |
| const std::vector< double > & | getIterations () const |
| |
template<class INFERENCE>
class opengm::visitors::ExplicitTimingVisitor< INFERENCE >
Definition at line 344 of file visitors/visitors.hxx.