mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-22 10:06:26 +08:00
History code rewrite (#1122)
Rearrange and rename all history heuristic code. Naming is now based on chessprogramming.wikispaces.com conventions and the relations among the various heuristics are now more clear and consistent. No functional change.
This commit is contained in:
@@ -68,9 +68,9 @@ public:
|
||||
Depth rootDepth;
|
||||
Depth completedDepth;
|
||||
std::atomic_bool resetCalls;
|
||||
MoveStats counterMoves;
|
||||
HistoryStats history;
|
||||
CounterMoveHistoryStats counterMoveHistory;
|
||||
CounterMoveStat counterMoves;
|
||||
ButterflyHistory history;
|
||||
CounterMoveHistoryStat counterMoveHistory;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user