Simulation (rollout) is the phase in Monte Carlo Tree Search where, starting from a newly expanded node, a fast playout policy (often random or heuristic) is used to play the game or model the process until a terminal state is reached, generating a final outcome or reward. This computationally cheap playout provides a stochastic estimate of the long-term value of the node without a full, expensive search.
