#include <uct.h>

Public Member Functions | |
| AdvisorPlayout (Board *, uint maxPlayoutLength, uint evalAfterLength, MoveAdvisor *advisor) | |
| Constructor with board initialization. | |
| void | playOne () |
| Play one move in simulation with knowledge. | |
Private Attributes | |
| MoveAdvisor * | advisor_ |
| Advisor to use. | |
If the Move Advisor is allowed, dice is rolled and depending on the outcome Advisor is used instead of move generation in the playout.
1.5.7.1