I been analyzing a lot of games lately and often exploring best lines.
I've noticed that every time a move is made, stockfish resets it's depth. This doesn't seem efficient. I don't exactly know how stockfish works internally but I assume it's a big min max tree. Couldn't a ton of calculation time be saved by moving through the tree instead of starting over from scratch?
I been analyzing a lot of games lately and often exploring best lines.
I've noticed that every time a move is made, stockfish resets it's depth. This doesn't seem efficient. I don't exactly know how stockfish works internally but I assume it's a big min max tree. Couldn't a ton of calculation time be saved by moving through the tree instead of starting over from scratch?