chess:programming:ponder
Differences
This shows you the differences between two versions of the page.
chess:programming:ponder [2021/10/11 19:20] – created peter | chess:programming:ponder [2022/01/06 16:53] (current) – peter | ||
---|---|---|---|
Line 9: | Line 9: | ||
---- | ---- | ||
+ | While the opponent is looking for a move, instead of sitting idle, guess their most likely move and start analyzing the resulting position. | ||
+ | * If we guess right, we have a head start searching; | ||
+ | * if we guess wrong, we have wasted no time and will have at least somewhat populated the transposition tables. | ||
+ | More useful against humans, and engines running on separate machines. | ||
+ | |||
+ | * On the same machine, each engine will disrupt the other with their pondering efforts, resulting in a lot of noise. | ||
chess/programming/ponder.1633980008.txt.gz · Last modified: 2021/10/11 19:20 by peter