❔ New or old result from iterative deepening?
I am making a board game and I am using the NegaScout algorithm to find the best move and I use that with iterative deepening, problem is when I stop the iterative deepening how do I know if I should take the new result I got even if it was cutoff in the middle of the search or if I should keep the old result?
2 Replies