|
My Project
|
#include <search.h>
Public Attributes | |
| int | depth |
| int | selectivity |
| int | move |
| int | score |
| Bound | bound [BOARD_SIZE+2] |
| Line | pv [1] |
| long long | time |
| unsigned long long | n_nodes |
| bool | book_move |
| int | n_moves |
| int | n_moves_left |
| SpinLock | spin |
| bool Result::book_move |
book move origin
| Bound Result::bound[BOARD_SIZE+2] |
score bounds / move
| int Result::depth |
searched depth
| int Result::move |
best move found
| int Result::n_moves |
total moves to search
| int Result::n_moves_left |
left moves to search
| unsigned long long Result::n_nodes |
searched node count
| Line Result::pv[1] |
principal variation
| int Result::score |
best score
| int Result::selectivity |
searched selectivity
| SpinLock Result::spin |
| long long Result::time |
searched time