Package net.demilich.metastone.game.behaviour.mcts
package net.demilich.metastone.game.behaviour.mcts
An incomplete Monte Carlo Tree Search based implementation of a behaviour.
-
ClassesClassDescriptionAn experimental implementation of a Monte Carlo Tree Search behaviour.A node in the Monte Carlo Tree Search tree.A selection criteria that implements upper confidence bound for selecting children given information about the parent node.