Public Attributes | List of all members
Hint Struct Reference

#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
 

Detailed Description

Hint (for libEdax)

Author
lavox
Date
2018/1/17

Member Data Documentation

◆ book_move

bool Hint::book_move

book move origin

◆ depth

int Hint::depth

searched depth(except book moves)

◆ lower

int Hint::lower

lower score(except book moves)

◆ move

int Hint::move

best move found

◆ n_nodes

unsigned long long Hint::n_nodes

searched node count(except book moves)

◆ pv

Line Hint::pv[1]

principal variation

◆ score

int Hint::score

best score

◆ selectivity

int Hint::selectivity

searched selectivity(except book moves)

◆ time

long long Hint::time

searched time(except book moves)

◆ upper

int Hint::upper

upper score(except book moves)


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