Index   Main   Namespaces   Classes   Hierarchy   Annotated   Files   Compound   Global   Pages  
Public Member Functions

GoUctRootFilter Class Reference

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

#include <GoUctRootFilter.h>

Inheritance diagram for GoUctRootFilter:
Inheritance graph
[legend]

List of all members.

Public Member Functions

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

Detailed Description

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

Definition at line 17 of file GoUctRootFilter.h.


Constructor & Destructor Documentation

GoUctRootFilter::~GoUctRootFilter (  )  [virtual]

Definition at line 13 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:


Sun Mar 13 2011 Doxygen 1.7.1