mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 12:07:43 +00: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