KN2H7F5CIEAKA5XQ4NQXAZV25VNZ6AV7Q3M2FVOX2JF7JKMDFDCAC
Node(
{this.gameState,
this.parent,
this.move,
this.visits = 0,
this.depth = 0,
this.draws = 0,
root,
this.c = 1.41421356237 // square root of 2
})
: initialState = gameState {
Node({
this.gameState,
this.parent,
this.move,
this.visits = 0,
this.depth = 0,
this.draws = 0,
root,
this.c = 1.41421356237,
this.backpropObserver, // square root of 2
}) : initialState = gameState {