GoUctBoard | Go board optimized for Monte-Carlo |
GoUctBoard::Block | Data related to a block of stones on the board |
GoUctBoard::Iterator | Iterate through all points on the given board |
GoUctBoard::LibertyIterator | Iterate through all the liberties of a block |
GoUctBoard::StoneIterator | Iterate through all the stones of a block |
GoUctBookBuilder< PLAYER > | Expands a Book using the given player to evaluate game positions |
GoUctBookBuilder< PLAYER >::Worker | Copyable worker |
GoUctBookBuilderCommands< PLAYER > | |
GoUctCommands | GTP commands for GoUctPlayer |
GoUctDefaultPriorKnowledge | Default prior knowledge heuristic |
GoUctDefaultRootFilter | Default root filter used by GoUctPlayer |
GoUctGlobalSearch< POLICY, FACTORY > | Full board Monte-Carlo tree search |
GoUctGlobalSearchState< POLICY > | Global UCT-Search for Go |
GoUctGlobalSearchStateFactory< POLICY, FACTORY > | Factory for creating a GoUctGlobalSearchState |
GoUctGlobalSearchStateParam | Parameters for GoUctGlobalSearchState |
GoUctKnowledge | Base knowledge class |
GoUctObjectWithSearch | Interface implemented by object that owns a (single) GoUctSearch |
GoUctPatterns< BOARD > | Some hard-coded pattern matching routines to match patterns used by MoGo |
GoUctPlayer< SEARCH, THREAD > | Player using UCT |
GoUctPlayer< SEARCH, THREAD >::Statistics | Statistics collected by GoUctPlayer |
GoUctPlayoutPolicy< BOARD > | Default playout policy for usage in GoUctGlobalSearch |
GoUctPlayoutPolicy< BOARD >::CaptureGenerator | Incrementally keeps track of blocks in atari |
GoUctPlayoutPolicyFactory< BOARD > | |
GoUctPlayoutPolicyParam | Parameters for GoUctPlayoutPolicy |
GoUctPlayoutPolicyStat | Statistics collected by GoUctPlayoutPolicy |
GoUctPureRandomGenerator< BOARD > | Randomly select from empty points on the board |
GoUctRootFilter | Interface for using external knowledge to prune moves at the root node of a search |
GoUctSearch | Base class for UCT searches in Go |
GoUctState | Thread state for GoUctSearch |
GoUctState::AssertionHandler | Assertion handler to dump the state of a GoUctState |