My Project
Public Attributes | List of all members
Result Struct Reference

#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
 

Detailed Description

Result

Member Data Documentation

◆ book_move

bool Result::book_move

book move origin

◆ bound

Bound Result::bound[BOARD_SIZE+2]

score bounds / move

◆ depth

int Result::depth

searched depth

◆ move

int Result::move

best move found

◆ n_moves

int Result::n_moves

total moves to search

◆ n_moves_left

int Result::n_moves_left

left moves to search

◆ n_nodes

unsigned long long Result::n_nodes

searched node count

◆ pv

Line Result::pv[1]

principal variation

◆ score

int Result::score

best score

◆ selectivity

int Result::selectivity

searched selectivity

◆ spin

SpinLock Result::spin

◆ time

long long Result::time

searched time


The documentation for this struct was generated from the following file: