Simple player using SpInfluenceMoveGenerator. More...
#include <SpInfluencePlayer.h>
Public Member Functions | |
SpInfluencePlayer (const GoBoard &board) | |
std::string | Name () const |
SgPoint | GenMove (const SgTimeRecord &time, SgBlackWhite toPlay) |
virtual int | MoveValue (SgPoint p) |
GoBoard & | Board () |
const GoBoard & | Board () const |
SgNode * | CurrentNode () const |
void | ClearSearchTraces () |
SgNode * | TransferSearchTraces () |
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 | |
SgNode * | m_currentNode |
Simple player using SpInfluenceMoveGenerator.
Definition at line 29 of file SpInfluencePlayer.h.
SpInfluencePlayer::SpInfluencePlayer | ( | const GoBoard & | board | ) |
Definition at line 33 of file SpInfluencePlayer.h.
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 SpInfluencePlayer::Name | ( | ) | const [virtual] |
Reimplemented from GoPlayer.
Definition at line 37 of file SpInfluencePlayer.h.