mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-20 09:06:45 +08:00
Fix comments. Bench: 5109559.
This commit is contained in:
committed by
Marco Costalba
parent
03a9b3bd8d
commit
c769d4df84
@@ -123,7 +123,7 @@ MovePicker::MovePicker(const Position& p, Move ttm, Value th, const CapturePiece
|
|||||||
|
|
||||||
/// score() assigns a numerical value to each move in a list, used for sorting.
|
/// score() assigns a numerical value to each move in a list, used for sorting.
|
||||||
/// Captures are ordered by Most Valuable Victim (MVV), preferring captures
|
/// Captures are ordered by Most Valuable Victim (MVV), preferring captures
|
||||||
/// near our home rank. Quiets are ordered using the histories.
|
/// with a good history. Quiets are ordered using the histories.
|
||||||
template<GenType Type>
|
template<GenType Type>
|
||||||
void MovePicker::score() {
|
void MovePicker::score() {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user