mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-20 17:16:33 +08:00
Perft counts leaf nodes not generated moves.
No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -224,7 +224,7 @@ namespace {
|
||||
|
||||
// perft() is called when engine receives the "perft" command.
|
||||
// The function calls perft() passing the required search depth
|
||||
// then prints counted nodes and elapsed time.
|
||||
// then prints counted leaf nodes and elapsed time.
|
||||
|
||||
void perft(Position& pos, UCIParser& up) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user