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:
Marco Costalba
2008-10-15 20:39:09 +02:00
parent 644db060ae
commit a03ab94f44
2 changed files with 11 additions and 10 deletions

View File

@@ -87,6 +87,7 @@ private:
int numOfMoves, numOfBadCaptures;
int movesPicked, badCapturesPicked;
bool finished;
bool All_zero;
};