Chess
Public Member Functions | Public Attributes | List of all members
Agent Class Reference

Class used to programmatically produce a Chess move. More...

#include <agent.h>

Collaboration diagram for Agent:
Collaboration graph
[legend]

Public Member Functions

 Agent (Chessboard initial_board)
 
std::pair< int, int > find_best_move (int depth)
 
void reset_tree (Chessboard state)
 Calls the recursive function inside Node.
 

Public Attributes

Noderoot
 

Detailed Description

Class used to programmatically produce a Chess move.


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