Index   Main   Namespaces   Classes   Hierarchy   Annotated   Files   Compound   Global   Pages  

SpMinLibPlayer Class Reference

#include <SpMinLibPlayer.h>

Inheritance diagram for SpMinLibPlayer:

Inheritance graph
[legend]
List of all members.

Detailed Description

Simple player using SpMinLibMoveGenerator.

Definition at line 34 of file SpMinLibPlayer.h.

Public Member Functions

 SpMinLibPlayer (GoBoard &board)
std::string Name () const
bool UseFilter () const
 Don't play on safe points.
SgPoint GenMove (const SgTimeRecord &time, SgBlackWhite toPlay)
virtual int MoveValue (SgPoint p)
GoBoardBoard ()
const GoBoardBoard () const
SgNodeCurrentNode () const
void SetCurrentNode (SgNode *node)
virtual void OnGameFinished ()
virtual void OnNewGame ()
virtual void Ponder ()
int Variant () const
void SetVariant (int variant)
void SetSubscriber (GoBoard &subscriber)
void UpdateSubscriber ()

Protected Member Functions

virtual void OnBoardChange ()
virtual void PrePlay (GoPlayerMove move)
virtual void OnPlay (GoPlayerMove move)
virtual void PreUndo ()
virtual void OnUndo ()

Protected Attributes

SgNodem_currentNode


Constructor & Destructor Documentation

SpMinLibPlayer::SpMinLibPlayer ( GoBoard board  ) 

Definition at line 38 of file SpMinLibPlayer.h.


Member Function Documentation

SgPoint SpSimplePlayer::GenMove ( const SgTimeRecord time,
SgBlackWhite  toPlay 
) [virtual, inherited]

Implements GoPlayer.

Definition at line 61 of file SpSimplePlayer.cpp.

References SgEvaluatedMovesArray::BestMove(), GoPlayer::Board(), SpMoveGenerator::GenerateMoves(), SpUtil::GetRelevantMoves(), SpSimplePlayer::m_generator, SpSimplePlayer::m_randomGenerator, SG_PASS, SG_UNUSED(), and SpSimplePlayer::UseFilter().

int SpSimplePlayer::MoveValue ( SgPoint  p  )  [virtual, inherited]

Reimplemented from GoPlayer.

Definition at line 43 of file SpSimplePlayer.cpp.

References GoBoard::AllEmpty(), GoPlayer::Board(), SpMoveGenerator::EvaluateMove(), GoSafetySolver::FindSafePoints(), SpSimplePlayer::m_generator, SG_BLACK, SG_WHITE, and SpSimplePlayer::UseFilter().

std::string SpMinLibPlayer::Name (  )  const [virtual]

Reimplemented from GoPlayer.

Definition at line 42 of file SpMinLibPlayer.h.

bool SpMinLibPlayer::UseFilter (  )  const [virtual]

Don't play on safe points.

Reimplemented from SpSimplePlayer.

Definition at line 47 of file SpMinLibPlayer.h.


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


17 Jun 2010 Doxygen 1.4.7