Index   Main   Namespaces   Classes   Hierarchy   Annotated   Files   Compound   Global   Pages  

GoUctRootFilter Class Reference

#include <GoUctRootFilter.h>

Inheritance diagram for GoUctRootFilter:

Inheritance graph
[legend]
List of all members.

Detailed Description

Interface for using external knowledge to prune moves at the root node of a search.

Definition at line 18 of file GoUctRootFilter.h.

Public Member Functions

virtual ~GoUctRootFilter ()
virtual std::vector< SgPointGet ()=0
 Get moves to filter in the current position.


Constructor & Destructor Documentation

GoUctRootFilter::~GoUctRootFilter (  )  [virtual]

Definition at line 14 of file GoUctRootFilter.cpp.


Member Function Documentation

virtual std::vector<SgPoint> GoUctRootFilter::Get (  )  [pure virtual]

Get moves to filter in the current position.

This function is invoked by the player before the search, it does not need to be thread-safe.

Implemented in GoUctDefaultRootFilter.


The documentation for this class was generated from the following files:


17 Jun 2010 Doxygen 1.4.7