# Monte Carlo tree search

> Tree search heuristics based on Monte Carlo method.

<Tree search> heuristics based on <Monte Carlo method>.

- <AlphaGo>에서 쓰여서 특히 유명해짐.
- Selection 단계에서 [UCB1](https://wiki.g15e.com/pages/UCB1.txt)을 사용.