mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-23 02:27:00 +08:00
Revert "Implement old 'multipv' search"
This revert the following commit:
44a7db0f9a
Bug report by Ronald de Man in issue:
https://github.com/official-stockfish/Stockfish/issues/1392
Bench: 5023629
This commit is contained in:
@@ -60,7 +60,7 @@ public:
|
||||
Pawns::Table pawnsTable;
|
||||
Material::Table materialTable;
|
||||
Endgames endgames;
|
||||
size_t PVIdx, multiPV;
|
||||
size_t PVIdx;
|
||||
int selDepth, nmp_ply, nmp_odd;
|
||||
std::atomic<uint64_t> nodes, tbHits;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user