Rejection Sampling
A data generation strategy: generate many candidate solutions, keep only the correct ones, discard the rest.
A data generation strategy: generate many candidate solutions, keep only the correct ones, discard the rest. Less efficient than MCTS but simpler to implement.