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

SgUctSearchStat Struct Reference

Statistics of the last search performed by SgUctSearch. More...

#include <SgUctSearch.h>

List of all members.

Public Member Functions

void Clear ()
void Write (std::ostream &out) const

Public Attributes

double m_time
SgUctValue m_knowledge
 Number of nodes for which the knowledge threshold was exceeded.
double m_gamesPerSecond
 Games per second.
SgStatisticsExt< SgUctValue,
SgUctValue
m_gameLength
SgStatisticsExt< SgUctValue,
SgUctValue
m_movesInTree
SgUctStatistics m_aborted

Detailed Description

Statistics of the last search performed by SgUctSearch.

Definition at line 415 of file SgUctSearch.h.


Member Function Documentation

void SgUctSearchStat::Clear (  ) 
void SgUctSearchStat::Write ( std::ostream &  out  )  const

Member Data Documentation

Definition at line 431 of file SgUctSearch.h.

Referenced by Clear(), SgUctSearch::UpdateStatistics(), and Write().

Definition at line 427 of file SgUctSearch.h.

Referenced by Clear(), SgUctSearch::UpdateStatistics(), and Write().

Games per second.

Useful values only if search time is higher than resolution of SgTime::Get().

Definition at line 425 of file SgUctSearch.h.

Referenced by SgUctSearch::CheckAbortSearch(), Clear(), SgUctSearch::Search(), SgUctSearch::UpdateCheckTimeInterval(), and Write().

Number of nodes for which the knowledge threshold was exceeded.

Definition at line 420 of file SgUctSearch.h.

Referenced by Clear(), SgUctSearch::PlayInTree(), and SgUctSearch::WriteStatistics().

Definition at line 429 of file SgUctSearch.h.

Referenced by Clear(), SgUctSearch::UpdateStatistics(), and Write().

Definition at line 417 of file SgUctSearch.h.

Referenced by Clear(), SgUctSearch::Search(), and Write().


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


Sun Mar 13 2011 Doxygen 1.7.1