All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
realizationProbability.h
Go to the documentation of this file.
1 /* realizationProbability.h
2  */
3 #ifndef INCLUDED_REALIZATIONPROBABILITY
4 #define INCLUDED_REALIZATIONPROBABILITY
5 
6 namespace osl
7 {
8  namespace search
9  {
11  {
12  enum {
13  DefaultProb = 500,
14  ReSearch = 100,
15  KillerMove = 200,
16  TableMove = 100,
17  };
18  };
19 
21  {
22  enum {
23  DefaultProb = 500,
24  ReSearch = 500,
25  KillerMove = 500,
26  TableMove = 500,
27  };
28  };
29  } // namespace search
30 
31  using search::RealizationProbability;
32  using search::FullWidthMoveProbability;
33 } // namespace osl
34 
35 #endif /* INCLUDED_REALIZATIONPROBABILITY */
36 // ;;; Local Variables:
37 // ;;; mode:c++
38 // ;;; c-basic-offset:2
39 // ;;; End: