Belofte version 2.1.8
A promising chess program using the UCI or Winboard interface
|
Go to the source code of this file.
Classes | |
class | noMoveFoundException |
class | searchAbortedException |
class | bSearchScore |
class | bSearchAlgorithm |
Macros | |
#define | DEBUG_sendInfoSearching(b, depth, msg, sc) |
#define | DEBUG_returnInfoSearching(b, depth, msg, sc) sc |
Typedefs | |
typedef enum tScoreType | scoretype_t |
Enumerations | |
enum | tScoreType : uint8_t { SC_UNDEF = 0 , SC_ALPHA , SC_BETA , SC_CHILD , SC_BEST , SC_SIZE } |
typedef enum tScoreType scoretype_t |
enum tScoreType : uint8_t |