Belofte version 2.1.8
A promising chess program using the UCI or Winboard interface
|
#include <search_bf.h>
Additional Inherited Members | |
![]() | |
depth_t | m_maxDepth = 0 |
int64_t | m_nodes = 0LL |
int64_t | m_nonleafnodes = 0LL |
bool | m_iterativesearch = false |
![]() | |
bScore | CalcBestMove (bBoard &b) override |
![]() | |
void | CheckIfAbortingSearch () const |
bScore | attenuateScore (bScore const sc) const |
converge score towards zero in order to force immediate best move first | |
void | setLevel (bLevel *l) |
bLevel * | getLevel () |
void | sendInfoCurrMove (bBoard const &b, depth_t const nDepth, movenum_t const moveid) const |
bScore | sendInfoScore (bBoard const &b, depth_t const nDepth, bScore const) const |
void | dumpMoveList (bBoard &b, depth_t const iDepth) const |
![]() | |
void | ClockStart () |
void | ClockEnd () |
long long | getDurationSec () const |
long long | getDurationMilliSec () const |
Definition at line 36 of file search_bf.h.
SearchIterativeBF::SearchIterativeBF | ( | ) |
Definition at line 82 of file search_bf.cpp.
|
override |
Definition at line 88 of file search_bf.cpp.
|
delete |
|
delete |
|
delete |
|
delete |