The Pedigree Project
0.1
|
#include <SearchAlgorithm.h>
Public Member Functions | |
SearchAlgorithm (volatile bool *keepGoing) | |
virtual long | search (Side side, int maxDepth, class BoardState state, MoveList &moveList)=0 |
Public Attributes | |
unsigned long | nodesSearched |
Protected Attributes | |
volatile bool * | m_KeepGoing |
Abstract class to allow multiple algorithms to be used.
Definition at line 34 of file SearchAlgorithm.h.