Index   Main   Namespaces   Classes   Hierarchy   Annotated   Files   Compound   Global   Pages  

SpMinLibMoveGenerator Class Reference

#include <SpMinLibPlayer.h>

Inheritance diagram for SpMinLibMoveGenerator:

Inheritance graph
[legend]
List of all members.

Detailed Description

Tries to maximize minimum liberty of own minus opponent blocks.

Definition at line 18 of file SpMinLibPlayer.h.

Public Member Functions

 SpMinLibMoveGenerator (GoBoard &board)
virtual int Evaluate ()
int LibertyMinimum (SgBlackWhite toplay)
 Value corresponding to minimum liberties for EITHER color.
int EvaluateMove (SgPoint p)
 Execute move, then evaluate board.
virtual void GenerateMoves (SgEvaluatedMoves &eval, SgBlackWhite toPlay)

Protected Attributes

GoBoardm_board
 Reference to go board on which to play.


Constructor & Destructor Documentation

SpMinLibMoveGenerator::SpMinLibMoveGenerator ( GoBoard board  )  [explicit]

Definition at line 22 of file SpMinLibPlayer.h.


Member Function Documentation

int SpMinLibMoveGenerator::Evaluate (  )  [virtual]

Implements Sp1PlyMoveGenerator.

Definition at line 52 of file SpMinLibPlayer.cpp.

References LibertyAveragex10(), LibertyMinimum(), SpMoveGenerator::m_board, GoBoard::Opponent(), and SgOppBW().

int Sp1PlyMoveGenerator::EvaluateMove ( SgPoint  p  )  [virtual, inherited]

Execute move, then evaluate board.

Implements SpMoveGenerator.

Definition at line 33 of file SpMoveGenerator.cpp.

References Sp1PlyMoveGenerator::Evaluate(), GoMoveExecutor::IsLegal(), and SpMoveGenerator::m_board.

void SpMoveGenerator::GenerateMoves ( SgEvaluatedMoves eval,
SgBlackWhite  toPlay 
) [virtual, inherited]

Reimplemented in SpDumbTacticalMoveGenerator, and SpLadderMoveGenerator.

Definition at line 18 of file SpMoveGenerator.cpp.

References SgEvaluatedMoves::AddMove(), SpMoveGenerator::EvaluateMove(), SpMoveGenerator::m_board, SgEvaluatedMoves::Relevant(), and GoBoard::SetToPlay().

Referenced by SpSimplePlayer::GenMove().

int SpMinLibMoveGenerator::LibertyMinimum ( SgBlackWhite  toplay  ) 

Value corresponding to minimum liberties for EITHER color.

Definition at line 16 of file SpMinLibPlayer.cpp.

References GoBoard::All(), GoBoard::AllEmpty(), SpMoveGenerator::m_board, SG_ASSERT, SgOpp(), and GoBoard::Size().

Referenced by Evaluate().


Member Data Documentation

GoBoard& SpMoveGenerator::m_board [protected, inherited]

Reference to go board on which to play.

Definition at line 35 of file SpMoveGenerator.h.

Referenced by SpSafeMoveGenerator::Evaluate(), Evaluate(), SpMaxEyeMoveGenerator::Evaluate(), SpInfluenceMoveGenerator::Evaluate(), SpGreedyMoveGenerator::Evaluate(), SpCaptureMoveGenerator::Evaluate(), SpAverageMoveGenerator::Evaluate(), SpStaticMoveGenerator::EvaluateMove(), Sp1PlyMoveGenerator::EvaluateMove(), SpDumbTacticalMoveGenerator::GenerateAttackMoves(), SpDumbTacticalMoveGenerator::GenerateDefendMoves(), SpMoveGenerator::GenerateMoves(), SpLadderMoveGenerator::GenerateMoves(), SpDumbTacticalMoveGenerator::GenerateMoves(), SpMaxEyeMoveGenerator::Heuristic(), LibertyMinimum(), SpRandomMoveGenerator::Score(), and SpLibertyMoveGenerator::Score().


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


17 Jun 2010 Doxygen 1.4.7