Stockfish - chess engines UCI
Previous version chess engine Stockfish
Author compilation - Mstembera
Clean up RootMove less operator
This is used by std::stable_sort() to sort moves from highest score to lowest score.
1) The comment is incorrect since highest to lowest means descending.
2) It's more natural to implement a less operator using another less operator rather than a greater operator.
No functional change.
Resolves #504
JCER=3256
Previous version chess engine Stockfish
Author compilation - Mstembera
Information on the compilation:
Timestamp: 1448091007 Clean up RootMove less operator
This is used by std::stable_sort() to sort moves from highest score to lowest score.
1) The comment is incorrect since highest to lowest means descending.
2) It's more natural to implement a less operator using another less operator rather than a greater operator.
No functional change.
Resolves #504
JCER=3256
Comments
Post a Comment