java.lang.Object
net.demilich.metastone.game.behaviour.mcts.UctPolicy

public class UctPolicy extends Object
A selection criteria that implements upper confidence bound for selecting children given information about the parent node.
  • Constructor Details

    • UctPolicy

      public UctPolicy()
  • Method Details

    • select

      public Node select(Node parent)