mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-21 09:37:16 +08:00
Retire divide command
The main purpose of perft is to help debugging. But without the breakdown in sum of perft(N-1), it is a completely useless debugging tool. So perft now displays the breakdown, and divide is therefore removed. No functional change.
This commit is contained in:
@@ -174,7 +174,7 @@ void UCI::loop(int argc, char* argv[]) {
|
||||
else
|
||||
Search::Limits.ponder = false;
|
||||
}
|
||||
else if (token == "perft" || token == "divide")
|
||||
else if (token == "perft")
|
||||
{
|
||||
int depth;
|
||||
stringstream ss;
|
||||
|
||||
Reference in New Issue
Block a user