mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 06:17:49 +00: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:
+2
-2
@@ -38,13 +38,13 @@ namespace Search {
|
||||
|
||||
struct Stack {
|
||||
Move* pv;
|
||||
CounterMoveStats* counterMoves;
|
||||
PieceToHistory* history;
|
||||
int ply;
|
||||
Move currentMove;
|
||||
Move excludedMove;
|
||||
Move killers[2];
|
||||
Value staticEval;
|
||||
int history;
|
||||
int statScore;
|
||||
int moveCount;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user