My Project
|
#include <search.h>
Public Attributes | |
int | depth |
int | selectivity |
int | move |
int | score |
int | upper |
int | lower |
Line | pv [1] |
long long | time |
unsigned long long | n_nodes |
bool | book_move |
Hint (for libEdax)
bool Hint::book_move |
book move origin
int Hint::depth |
searched depth(except book moves)
int Hint::lower |
lower score(except book moves)
int Hint::move |
best move found
unsigned long long Hint::n_nodes |
searched node count(except book moves)
Line Hint::pv[1] |
principal variation
int Hint::score |
best score
int Hint::selectivity |
searched selectivity(except book moves)
long long Hint::time |
searched time(except book moves)
int Hint::upper |
upper score(except book moves)