|
Belofte version 2.2.0
A promising chess program using the UCI or Winboard interface
|
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | gameEndException |
| class | noMoveFoundException |
| class | searchAbortedException |
| class | treeLogicException |
| class | bSearchAlgorithm |
Macros | |
| #define | DEBUG_sendInfoSearching(b, depth, msg, sc) |
| #define | DEBUG_sendInfoSearchingNS(b, depth, msg) |
| #define | ALPHA "πΌ" |
| #define | BETA "π½" |
| #define | ALPHABETA "πΌπ½" |
| #define | BE_INF "β" |
| #define | BE_DRAW "Β½-Β½" |
| #define | BE_UNDEFINED "" |
| #define DEBUG_sendInfoSearching | ( | b, | |
| depth, | |||
| msg, | |||
| sc ) |
Definition at line 53 of file search.h.
Referenced by SearchAlphaBeta::CalcBestMove(), SearchEvalPosOnly::CalcBestMove(), SearchMiniMax::CalcBestMove(), and SearchAlphaBeta::Quiescence().
| #define DEBUG_sendInfoSearchingNS | ( | b, | |
| depth, | |||
| msg ) |
Definition at line 54 of file search.h.
Referenced by SearchAlphaBeta::CalcBestMove(), SearchMiniMax::CalcBestMove(), and SearchAlphaBeta::Quiescence().
| #define ALPHA "πΌ" |
Definition at line 72 of file search.h.
Referenced by bSearchScore::operator std::string().
| #define BETA "π½" |
Definition at line 73 of file search.h.
Referenced by bSearchScore::operator std::string().
| #define ALPHABETA "πΌπ½" |
Definition at line 74 of file search.h.
Referenced by SearchAlphaBeta::SearchAlphaBeta(), and SearchAlphaBetaFH::SearchAlphaBetaFH().
| #define BE_INF "β" |
Definition at line 75 of file search.h.
Referenced by engineInterface::scoreAsString().
| #define BE_DRAW "Β½-Β½" |
Definition at line 76 of file search.h.
Referenced by engineInterface::scoreAsString().
| #define BE_UNDEFINED "" |
Definition at line 86 of file search.h.
Referenced by engineInterface::scoreAsString().