#include <LookUpTable.h>
Collaboration diagram for CLookUpTable:
Public Member Functions | |
void | learn () |
Learns the lookup table to play the game. | |
double | getStateValue (char *pBoard) |
Gives the probability to win from the given state on. | |
int | getBestMove (char *pBoard, char player) |
Returns the move which is ratet as best next move. |