All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
treePredictor.h
Go to the documentation of this file.
1 /* treePredictor.h
2  */
3 #ifndef _TREEPREDICTOR_H
4 #define _TREEPREDICTOR_H
5 
9 #include "osl/misc/bitOp.h"
11 
12 namespace osl
13 {
14  namespace threatmate
15  {
17  {
18  public:
19  bool predict(const NumEffectState& state, const Move move);
20  double probability(const NumEffectState& state, const Move move);
21  };
22  } // namespace threatmate
23 } // namespace osl
24 
25 #endif /* _TREEPREDICTOR_H */
26 // ;;; Local Variables:
27 // ;;; mode:c++
28 // ;;; c-basic-offset:2
29 // ;;; End: