SearchNode

A move-keyed UCB1 tree node. Exposed so callers can read visit/reward stats after a Ismcts.search.

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val move: Move?
Link copied to clipboard
Link copied to clipboard
var visits: Int

Functions

Link copied to clipboard
Link copied to clipboard
fun ucb(c: Double): Double