This document discusses efficient selection and backup operators in Monte-Carlo Tree Search. It describes the selection principle where moves that look best are searched deeper, while bad moves are searched less. It also explains that Crazy Stone selects each move probabilistically based on the move's statistics. Finally, it mentions that Crazy Stone uses a "Mix" backup operator that takes a linear combination of the mean, max, and robust max values of child nodes to update internal nodes after simulation.