mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-22 01:56:58 +08:00
Shortcut sorting when no move is in history
An alternative algorithm to psqt scoring. Still unclear what is the best, more tests needed. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -87,6 +87,7 @@ private:
|
||||
int numOfMoves, numOfBadCaptures;
|
||||
int movesPicked, badCapturesPicked;
|
||||
bool finished;
|
||||
bool All_zero;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user