32 #ifndef GUM_STATISTICAL_LAZY_DECIDER_H 33 #define GUM_STATISTICAL_LAZY_DECIDER_H 35 #include <agrum/FMDP/decision/lazyDecider.h> 36 #include <agrum/FMDP/simulation/statesCounter.h> 63 GUM_CONSTRUCTOR(StatisticalLazyDecider);
70 GUM_DESTRUCTOR(StatisticalLazyDecider);
82 void checkState(
const Instantiation& newState, Idx actionId = 0) {
84 _counter_.reset(newState);
87 _counter_.incState(newState);
StatisticalLazyDecider()
Constructor.
INLINE void emplace(Args &&... args)
void checkState(const Instantiation &newState, Idx actionId=0)
<agrum/FMDP/decision/statisticalLazyDecider.h>
~StatisticalLazyDecider()
Destructor.