|
Chess
|
Class used to programmatically produce a Chess move. More...
#include <agent.h>

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 | |
| Node * | root |
Class used to programmatically produce a Chess move.
1.8.13