Belofte version 2.1.9
A promising chess program using the UCI or Winboard interface
|
Go to the source code of this file.
Classes | |
class | bSearchScore |
Typedefs | |
typedef enum tScoreType | scoretype_t |
Enumerations | |
enum | tScoreType : uint8_t { SC_UNDEF = 0 , SC_ALPHA , SC_BETA , SC_SIZE } |
typedef enum tScoreType scoretype_t |
Definition at line 19 of file searchscore.h.
enum tScoreType : uint8_t |
Enumerator | |
---|---|
SC_UNDEF | |
SC_ALPHA | |
SC_BETA | |
SC_SIZE |
Definition at line 13 of file searchscore.h.