darknet  v3
Public Attributes | List of all members
mcts_tree Struct Reference
Collaboration diagram for mcts_tree:
Collaboration graph

Public Attributes

float * board
 
struct mcts_tree ** children
 
float * prior
 
int * visit_count
 
float * value
 
float * mean
 
float * prob
 
int total_count
 
float result
 
int done
 
int pass
 

Detailed Description

Definition at line 362 of file go.c.

Member Data Documentation

◆ board

float* mcts_tree::board

Definition at line 363 of file go.c.

◆ children

struct mcts_tree** mcts_tree::children

Definition at line 364 of file go.c.

◆ done

int mcts_tree::done

Definition at line 372 of file go.c.

◆ mean

float* mcts_tree::mean

Definition at line 368 of file go.c.

◆ pass

int mcts_tree::pass

Definition at line 373 of file go.c.

◆ prior

float* mcts_tree::prior

Definition at line 365 of file go.c.

◆ prob

float* mcts_tree::prob

Definition at line 369 of file go.c.

◆ result

float mcts_tree::result

Definition at line 371 of file go.c.

◆ total_count

int mcts_tree::total_count

Definition at line 370 of file go.c.

◆ value

float* mcts_tree::value

Definition at line 367 of file go.c.

◆ visit_count

int* mcts_tree::visit_count

Definition at line 366 of file go.c.


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