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

GoUctPlayer< SEARCH, THREAD >::Statistics Struct Reference

Statistics collected by GoUctPlayer. More...

#include <GoUctPlayer.h>

List of all members.

Public Member Functions

 Statistics ()
void Clear ()
void Write (std::ostream &out) const
 Write in human readable format.

Public Attributes

std::size_t m_nuGenMove
SgStatisticsExt< float,
std::size_t > 
m_reuse
SgStatisticsExt< double,
std::size_t > 
m_gamesPerSecond

Detailed Description

template<class SEARCH, class THREAD>
struct GoUctPlayer< SEARCH, THREAD >::Statistics

Statistics collected by GoUctPlayer.

Definition at line 60 of file GoUctPlayer.h.


Constructor & Destructor Documentation

template<class SEARCH , class THREAD >
GoUctPlayer< SEARCH, THREAD >::Statistics::Statistics (  ) 

Definition at line 502 of file GoUctPlayer.h.

References GoUctPlayer< SEARCH, THREAD >::Statistics::Clear().


Member Function Documentation

template<class SEARCH , class THREAD >
void GoUctPlayer< SEARCH, THREAD >::Statistics::Clear (  ) 
template<class SEARCH , class THREAD >
void GoUctPlayer< SEARCH, THREAD >::Statistics::Write ( std::ostream &  out  )  const

Member Data Documentation

template<class SEARCH, class THREAD>
SgStatisticsExt<double,std::size_t> GoUctPlayer< SEARCH, THREAD >::Statistics::m_gamesPerSecond
template<class SEARCH, class THREAD>
std::size_t GoUctPlayer< SEARCH, THREAD >::Statistics::m_nuGenMove
template<class SEARCH, class THREAD>
SgStatisticsExt<float,std::size_t> GoUctPlayer< SEARCH, THREAD >::Statistics::m_reuse

The documentation for this struct was generated from the following file:


Sun Mar 13 2011 Doxygen 1.7.1